debian:/home/kujila# DreamSeeker DreamSeeker: error while loading shared libraries: libstdc++-libc6.2-2.so.3: can not open shared object file: No such file or directory debian:/usr/local/byond/bin# ln -s /usr/lib/libstdc++.so.5 libstdc++-libc6.2-2.s o.3 debian:/usr/local/byond/bin# DreamSeeker DreamSeeker: error while loading shared libraries: libstdc++-libc6.2-2.so.3: can not open shared object file: No such file or directory debian:/usr/local/byond/bin# mv libstdc++-libc6.2-2.so.3 /usr/lib/ debian:/usr/local/byond/bin# DreamSeeker DreamSeeker: relocation error: /usr/local/lib/libbyond.so: undefined symbol: __e h_alloc debian:/usr/local/byond/bin#
Help please =D
[EDIT]
I removed the fake copy of libstdc++-libc6.2-2.so.3 from /usr/lib
[EDIT2]
The plot thickens. Disregard the above post... read on:
Ok, using the magical debian package searcher (http://www.debian.org/distrib/packages#search_contents) I found packages to obtain the file (http://packages.debian.org/cgi-bin/ search_contents.pl?word=libstdc%2B%2B-libc6.2-2.so.3&searchm ode=searchfiles&case=insensitive&version=stable&arch=i386) and successfully installed one of them (the 2nd package on that list) with a simple apt-get install command.
Now I get this:
DreamSeeker: error while loading shared libraries: libbyond.so: cannot open shared object file: No such file or directory
Arg =/
[EDIT 3]
THAT'S RIGHT EDIT #3! =P
Ok, ln -s magic =P
debian:/usr/lib# ln -s /usr/local/lib/libbyond.so /usr/lib/libbyond.so debian:/usr/lib# DreamSea bash: DreamSea: command not found debian:/usr/lib# DreamSeeker DreamSeeker: error while loading shared libraries: libzip.so: cannot open shared object file: No such file or directory debian:/usr/lib# whereis libzip.so libzip: /usr/local/lib/libzip.so debian:/usr/lib# ln -s debian:/usr/lib# debian:/usr/lib# ln -s /usr/local/lib/libzip.so debian:/usr/lib# ln -s /usr/local/lib/lib libbyond.so libpng.so libzip.so debian:/usr/lib# ln -s /usr/local/lib/lib* /usr/lib/ ln: `/usr/lib//libbyond.so': File exists ln: `/usr/lib//libzip.so': File exists debian:/usr/lib# ln -s /usr/local/lib/lib* /usr/lib ln: `/usr/lib/libbyond.so': File exists ln: `/usr/lib/libpng.so': File exists ln: `/usr/lib/libzip.so': File exists debian:/usr/lib# ln -s /usr/local/lib/libzip.so /usr/local/lib/ ln: `/usr/local/lib//libzip.so': File exists debian:/usr/lib# ln -s /usr/local/lib/libzip.so /usr/local/lib ln: `/usr/local/lib/libzip.so': File exists debian:/usr/lib# DreamSeeker
And now it works. Voila!
~Kujila