I run DreamDaemon and this error comes up:
/usr/libexec/ld-eld/so/1: Shared object "libstdc++.so.3" not found
Anybody know why?
~Blaz3
ID:189723
![]() May 28 2003, 12:14 pm
|
|
don't forget that FreeBSD is a bit different that Linux in some areas (unless that is what you are using of course!) =)
Actually I was talking about the man pages stored on your system - most modern distros come with a full set on man pages built in - you can usually access them like so: man (command) |
Do a search for that particular library to see if it exists already (usually commands like 'locate blah' or 'find blah' will work). If it does exist, then look up Linux tutorials on setting the PATH variable to tack on the path of where that library lives to the end of the existing PATH values (like /var/lib/ for example).
Remember: the MAN pages are your friends! =)