LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Failed Dependancies (https://www.linuxquestions.org/questions/linux-software-2/failed-dependancies-198493/)

cvc505 06-27-2004 10:34 PM

Failed Dependancies
 
I am trying to install graphiteone a CAD program that requires libGLcore.so.1. Everytime I try to install it using the rpm -ivh graphiteone command I get an error that says; "error: Failed dependencies:
libGLcore.so.1 is needed by graphiteone-libs-1.2-1"

When I run lbconfig -v it shows that the library is installed or at least it shows up in the list. Since I am so new to all of this can anybody suggest what I should try next?

ingvald 06-28-2004 01:08 AM

Did you check if the rpm was built exactly for the system you are using? That is, exactly for your version of your distro. Back in the days when I was using Redhat, I noticed that SuSE-rpms rarely worked in Redhat. If it is built exactly for the system you are using, it may be linked against a newer version of libglcore. See if the site you downloaded it from mentions anything about its dependencies. Another way of installing it is to compile it yourself.

Good luck.


All times are GMT -5. The time now is 03:44 AM.