From: DeLano, W. <wa...@su...> - 2002-05-03 14:28:36
|
Gareth, That is an unusual error. I suspect it has something to do with your = symbolic links, which isn't the most reliable way to solve the = dependency problem. Instead, delete those symlinks, and modify = Rules.make to seek out the system libraries in the usual location. = Rules.linux-rh7x should be your starting point for Rules.make. Cheers, Warren -- mailto:wa...@su... Warren L. DeLano, Ph.D. Informatics Manager Sunesis Pharmaceuticals, Inc. 341 Oyster Point Blvd. S. San Francisco, CA 94080 (650)-266-3606 FAX:(650)-266-3501 > -----Original Message----- > From: Gareth Stockwell [mailto:ga...@eb...] > Sent: Friday, May 03, 2002 4:00 AM > To: pym...@li... > Subject: [PyMOL] Linux install problem >=20 >=20 >=20 > I am having a problem installing PyMol 0.80 on my (Redhat=20 > 7.1) Linux box. >=20 > I already have Tcl, Tk, Python 2.1, zlib and libpng so I just=20 > made libglut=20 > from the ext-0.79 package. >=20 > cd $PYMOL_PATH/ext > ./build.com glut-linux >=20 > The GL libraries are in strange places on my system, so I made the=20 > following links: >=20 > ln -s /usr/lib/libGL.so.1 $PYMOL_PATH/ext/lib/libGL.so > ln -s /usr/lib/libGLU.so.1 $PYMOL_PATH/ext/lib/libGLU.so > ln -s /usr/X11R6/lib/modules/extensions/libGLcore.a \ > $PYMOL_PATH/ext/lib/libGLcore.a >=20 > Then I built the PyMol program >=20 > cd $PYMOL_PATH/pymol > vi Rules.make > make >=20 > The 'make' succeeds, but when I execute pymol.com, I get >=20 > Traceback (most recent call last): > File=20 > "/ebi/research/thornton/ligands/gareth/src/pymol-linux/pymol/m > odules/launch_pymol.py",=20 > line 19, in ? > import pymol > File=20 > "/ebi/research/thornton/ligands/gareth/src/pymol-linux/pymol/m > odules/pymol/__init__.py",=20 > line 137, in ? > import _cmd > ImportError: /usr/X11R6/lib/libICE.so.6: shared object not open >=20 >=20 > This shared object file exists - is there any reason why this=20 > error should=20 > occur? >=20 > Gareth >=20 > P.S. I don't have root access on this system >=20 > -------------------------------------------------------------- > ----------------- > Gareth Stockwell > PhD student, Thornton Group > EMBL - European Bioinformatics Institute > Wellcome Trust Genome Campus > Hinxton > Cambridge CB10 1SD =20 > ga...@eb... > Tel 01223 492548 =20 > http://www.ebi.ac.uk/~gareth >=20 |