# cd EMBOSS-latest
# ./configure
# make check => Errors occur!
Ref:
http://emboss.open-bio.org/pipermail/emboss/2007-July/003055.html
http://ubuntu-cloud.blogspot.com/2007/12/qtx11-install-in-ubuntu.html
Error Message:
...
In file included from xwin.c:34:
plxwd.h:22:22: error: X11/Xlib.h: No such file or directory
plxwd.h:23:23: error: X11/Xutil.h: No such file or directory
plxwd.h:24:28: error: X11/cursorfont.h: No such file or directory
plxwd.h:25:24: error: X11/keysym.h: No such file or directory
...
Solution:
# sudo apt-get install libx11-dev // for getting X11/Xlib.h, Xutil.h, cursorfont.h, and keysym.h; now those four files will be in /usr/include/X11/
# make check // need a while, but everything goes great
# make
# make install
Testing...
Usage Error:
embossversion: error while loading shared libraries: libnucleus.so.6: cannot open shared object file: No such file or directory
Reference: http://emboss.open-bio.org/pipermail/emboss/2004-July.txt
Solution: Add 'export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.bashrc (N.B., by using # locate libnucleus.so.6, you could find your own directory; instead, my directory to store libnucleus.so.6 is '/usr/local/lib')
# embossversion
Writes the current EMBOSS version number to a file
6.0.1
- Dec 26 Fri 2008 00:12
[EMBOSS]
全站熱搜
留言列表