QuantumATK Forum

QuantumATK => Installation and License Questions => Topic started by: yangzw1985 on March 20, 2009, 05:39

Title: libGLU.so.1: cannot open shared object file: No such file or directory
Post by: yangzw1985 on March 20, 2009, 05:39
Hi, everyone! I have a problem when install version 2008.10 in LINUX system.
[guojing@localhost ~]$ vnl
QT ('Not available', 'libGLU.so.1: cannot open shared object file: No such file or directory')
numarray 1.3.3
Python 2.4.3
VTK 5.1
Scientific No version information found
Numeric 23.8
scipy 0.5.2
matplotlib 0.90.0
numpy 1.0.1
scipy.optimize ('Not available', 'libg2c.so.0: cannot open shared object file: No such file or directory')
[guojing@localhost ~]$
how to solve this problem ?
Thanks!!
Title: Re: How to solve this problem?
Post by: Nordland on March 20, 2009, 10:41
Search and you shall find :)

Two post below this one, there is a FAQ resolving one of your two issues.
Please read here to resolve this (http://quantumwise.com/forum/index.php?topic=17.0)

The other one I is proberly solved by running this command:
Quote
ln -s /usr/lib/libGLU.so.1 /usr/lib/libGLU.so
Title: Re: How to solve this problem?
Post by: yangzw1985 on March 20, 2009, 13:40
hi,it not works!I can not solve this problem. please give me some advise in detail? thanks!

[guojing@localhost vnl]$ rpm --install mesa-libGLU-6.5.1-7.5.el5.x86_64.rpm
warning: mesa-libGLU-6.5.1-7.5.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
error: can't create transaction lock on /var/lib/rpm/__db.000
[guojing@localhost vnl]$ ln -s /usr/lib/libGLU.so.1 /usr/lib/libGLU.so
ln: creating symbolic link `/usr/lib/libGLU.so' to `/usr/lib/libGLU.so.1': Permission denied
[guojing@localhost vnl]$
Title: Re: How to solve this problem?
Post by: Nordland on March 20, 2009, 14:13
The last command requires you to be root, so login in as root and
run
Code
ln -s /usr/lib/libGLU.so.1 /usr/lib/libGLU.so
Title: Re: How to solve this problem?
Post by: yangzw1985 on March 20, 2009, 14:35
I have run it in the root, but the question is still.

[guojing@localhost ~]$ su
Password:
[root@localhost guojing]# ln -s /usr/lib/libGLU.so.1 /usr/lib/libGLU.so
ln: creating symbolic link `/usr/lib/libGLU.so' to `/usr/lib/libGLU.so.1': File exists
[root@localhost guojing]#

WHAT IS THE MATTER?
Title: Re: How to solve this problem?
Post by: yangzw1985 on March 20, 2009, 15:06
I have run it in the root, but the question is still.

[guojing@localhost ~]$ su
Password:
[root@localhost guojing]# ln -s /usr/lib/libGLU.so.1 /usr/lib/libGLU.so
ln: creating symbolic link `/usr/lib/libGLU.so' to `/usr/lib/libGLU.so.1': File exists
[root@localhost guojing]#

WHAT IS THE MATTER?

Who can help me to solve this problem?

please give me the answer in detail.

Thanks!
Title: Re: How to solve this problem?
Post by: Nordland on March 20, 2009, 15:22
Try to start VNL again and post the output that comes this time - it should have changed now.
Title: Re: How to solve this problem?
Post by: yangzw1985 on March 20, 2009, 15:37
It is still the same !


[guojing@localhost ~]$ vnl
QT ('Not available', 'libGLU.so.1: cannot open shared object file: No such file or directory')
numarray 1.3.3
Python 2.4.3
VTK 5.1
Scientific No version information found
Numeric 23.8
scipy 0.5.2
matplotlib 0.90.0
numpy 1.0.1
scipy.optimize ('Not available', 'libg2c.so.0: cannot open shared object file: No such file or directory')
[guojing@localhost ~]$
Title: Re: How to solve this problem?
Post by: Anders Blom on March 20, 2009, 18:33
Which Linux distribution are you using?
I think you need to backtrace a bit upwards in this post. I think your RPM command failed because you were not root, and you only did the "ln -s" as root perhaps? The RPM is also needed.
Title: Re: How to solve this problem?
Post by: yangzw1985 on March 21, 2009, 03:15
Now the question is like that:

[guojing@localhost ~]$ vnl
QT 3.3.8
numarray 1.3.3
Python 2.4.3
VTK 5.1
Scientific No version information found
Numeric 23.8
scipy 0.5.2
matplotlib 0.90.0
numpy 1.0.1
scipy.optimize ('Not available', 'libg2c.so.0: cannot open shared object file: No such file or directory')
[guojing@localhost ~]$


[guojing@localhost vnl]$ su
Password:
[root@localhost vnl]# rpm --install libg2c33-32bit-3.3.3-7.3.x86_64.rpm
warning: libg2c33-32bit-3.3.3-7.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6300dadb
error: Failed dependencies:
        rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by libg2c33-32bit-3.3.3-7.3.x86_64
[root@localhost vnl]#


the linux system is centos5

How to solve this?

thanks!
Title: Re: How to solve this problem?
Post by: Anders Blom on March 21, 2009, 14:33
See http://quantumwise.com/forum/index.php?topic=17.msg40#msg40
Hope this fixes it.