LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Nvu package dependency (https://www.linuxquestions.org/questions/linux-software-2/nvu-package-dependency-274964/)

kermit 01-07-2005 06:31 AM

Nvu package dependency
 
Hi all,

I just installed Nvu exactly as in a different computer (where it runs from the begining) but I can't make it run. The error is:

/usr/local/bin/nvu-0.60/nvu-bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

Anybody knows what apt package is needed? I've installed several libraries but I can't find the key.

Thanks in advance

__J 01-07-2005 06:35 AM

thats a g++ library apparently you have a different version installed from the one it was compiled with

SlackerLX 01-07-2005 07:00 AM

Strange!
I downloaded NVU from sourceforge and it didn't need installation.
I just unpacked and ran nvu:confused:

kermit 01-07-2005 08:25 AM

Yep you're right SlackerLX, sorry for miswriting. That's what I did in two different computers (both running sarge). In my laptop works as you say but in my desktop I have that problem :confused:

__J can you say, from that error message, which library should be installed? I installed libc6 and some others with similar names but I have the same problem

Thanks!

__J 01-07-2005 04:13 PM

libc is from the standard glibc set of libraries. The libstdc++ it is complaining about is a one of the shared libraries that come with g++ (the c++ compiler). What to install depends on what you have currently on your system.

Which version of gcc/g++ do you have installed currently?

Which version of libstdc++-libc6 do you have installed? ( its usually in /usr/lib or somewhere around there, on my system for example its in /usr/i486-slackware-linux/lib)

if the version you have is higher you might be able to get away with just making a symlink and get it to work. Some have also claimed to get things like this resolved by making a symlink from libc.so.6 to libstdc++-libc6 (I have never tried this and don't know if it would work).

kermit 01-11-2005 09:45 AM

Does this tell you anything? Unfortunately not to me :(

gcc versión 3.3.5 (Debian 1:3.3.5-5)

libstdc++.so.5
libstdc++.so.5.0.7
libstdc++.so.6
libstdc++.so.6.0.3

I guess .5 and .6 are those symbolic links that you mention. Should I create another one?

Thanks a lot man (or woman)!


All times are GMT -5. The time now is 04:35 AM.