Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a software that does not fire up after installation and gives this error:
/software/vmd-1.9.2beta1/localinstall/lib/vmd/vmd_LINUXAMD64: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
My linux version is:
-sh-4.1$ uname -a
Linux protein.x.com 2.6.32-504.el6.x86_64 #1 SMP Tue Sep 16 01:56:35 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux
So I have libX11-common-1.6.0-2.2.el6.noarch installed but mesa wants libX11-1.5.0-4.el6.i686.
I tried to remove libX11-common-1.6.0-2.2.el6.noarch but many other libX11 libs seems to depend on it.
-sh-4.1$ sudo rpm -e libX11-common-1.6.0-2.2.el6.noarch
error: Failed dependencies:
libX11-common = 1.6.0-2.2.el6 is needed by (installed) libX11-1.6.0-2.2.el6.x86_64
I also got the rpm mesa-libGLU-10.4.3-1.el6.i686.rpm and tried to install w/o success.
-sh-4.1$ sudo rpm -i mesa-libGLU-10.4.3-1.el6.i686.rpm
[sudo] password for xx:
warning: mesa-libGLU-10.4.3-1.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
error: Failed dependencies:
libGL.so.1 is needed by mesa-libGLU-10.4.3-1.el6.i686
libgcc_s.so.1 is needed by mesa-libGLU-10.4.3-1.el6.i686
libgcc_s.so.1(GCC_3.0) is needed by mesa-libGLU-10.4.3-1.el6.i686
libstdc++.so.6 is needed by mesa-libGLU-10.4.3-1.el6.i686
libstdc++.so.6(CXXABI_1.3) is needed by mesa-libGLU-10.4.3-1.el6.i686
libstdc++.so.6(GLIBCXX_3.4) is needed by mesa-libGLU-10.4.3-1.el6.i686
At this point I am stuck. Any suggestions are welcome.
Rather than using the command you did try
yum provides "*/libGLU.so.1"
The above is suggested syntax as it makes it look for any packager that ends in the file name for which you're searching.
When I did that on my RHEL6 system it gave me many more hits than you got. (See below.) I notice what you installed was an i686 package which is 32 bit. In the below there are also x86_64 packages which are 64 bit.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.