Author Topic: libGLU.so.1: cannot open shared object file: No such file or directory  (Read 43007 times)

0 Members and 1 Guest are viewing this topic.

Offline yangzw1985

  • QuantumATK Guru
  • ****
  • Posts: 113
  • Reputation: 0
    • View Profile
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!!
« Last Edit: September 9, 2009, 16:49 by Anders Blom »

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: How to solve this problem?
« Reply #1 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

The other one I is proberly solved by running this command:
Quote
ln -s /usr/lib/libGLU.so.1 /usr/lib/libGLU.so

Offline yangzw1985

  • QuantumATK Guru
  • ****
  • Posts: 113
  • Reputation: 0
    • View Profile
Re: How to solve this problem?
« Reply #2 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]$

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: How to solve this problem?
« Reply #3 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
« Last Edit: September 9, 2009, 16:45 by Anders Blom »

Offline yangzw1985

  • QuantumATK Guru
  • ****
  • Posts: 113
  • Reputation: 0
    • View Profile
Re: How to solve this problem?
« Reply #4 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?

Offline yangzw1985

  • QuantumATK Guru
  • ****
  • Posts: 113
  • Reputation: 0
    • View Profile
Re: How to solve this problem?
« Reply #5 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!

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: How to solve this problem?
« Reply #6 on: March 20, 2009, 15:22 »
Try to start VNL again and post the output that comes this time - it should have changed now.

Offline yangzw1985

  • QuantumATK Guru
  • ****
  • Posts: 113
  • Reputation: 0
    • View Profile
Re: How to solve this problem?
« Reply #7 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 ~]$

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: How to solve this problem?
« Reply #8 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.

Offline yangzw1985

  • QuantumATK Guru
  • ****
  • Posts: 113
  • Reputation: 0
    • View Profile
Re: How to solve this problem?
« Reply #9 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!
« Last Edit: March 21, 2009, 09:49 by yangzw1985 »

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: How to solve this problem?
« Reply #10 on: March 21, 2009, 14:33 »