Can someone help me with this issue I got?
I use OpenSuse and Ubuntu. And the latest builds tell me this:
"error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
"
I'm pretty sure it's not the problem of the build. And I can't even find the path to this shared lib. Got them installed though
I would need to change the library path to get this issue solved
sudo /sbin/ldconfig -v //didn'twork either
/anoncoind: /lib64/libcrypto.so.1.0.0: no version information available (required by ./anoncoind)
./anoncoind: /lib64/libssl.so.1.0.0: no version information available (required by ./anoncoind)
libboost_filesystem.so.1.46.1 => not found
libboost_program_options.so.1.46.1 => not found
libboost_thread.so.1.46.1 => not found
libdb_cxx-5.1.so => not found
libminiupnpc.so.8 => not found
Question 1 : Why would these old versions be required?
Question 2 : So... how do I link these files so anoncoind can find'em?
Question 3 : Does anybody have the same issues? I experienced it with Ubuntu&Suse
I know there's something with "LD_LIBRARY_PATH" but well, if anybody has a quick response it might help me.
Update:
So it's not finding the old version, because I don't have the old files it seems...