LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Valknut RPM cant find dependency thats blatently there (https://www.linuxquestions.org/questions/linux-software-2/valknut-rpm-cant-find-dependency-thats-blatently-there-291559/)

dangerousdave 02-17-2005 05:09 PM

Valknut RPM cant find dependency thats blatently there
 
I'm sure this must be a common problem, but I'm still new to linux.

I'm trying to install Valknut and it says it needs libstdc++.so.6(GLIBCXX_3.4), but I *have* got it in usr/local/lib and in /lib/ssa. I downloaded and installed the latest GCC, just in case, but to no effect.

Is there some enviromnent variable to set or perhaps an arguement to pass to rpm?

Any help much appreciated,

bulliver 02-17-2005 09:48 PM

If the dependancy is installed 'fer shur' then you can try forcing it...
Code:

# rpm -ivhf whatever.i386.rpm
Still not garanteed to work though...

camelrider 02-18-2005 08:19 AM

Make sure the paths to the libraries are included in /etc/ld.so.conf. You must be root to edit this file.
then, also as root, run "ldconfig".
Let us know how it works out.


All times are GMT -5. The time now is 04:38 PM.