|
From: Slava P. <sl...@fa...> - 2007-04-16 06:36:36
|
Hi Adam,
Good to hear you're still around. As you probably know, your
serialization library is being maintained by Chris Double, and has
been used successfully for several other projects.
Unfortunately, I tried your little transcript here, no go. I get the
following error when running a.out:
$ ./a.out
./a.out: error while loading shared libraries: libtest.so: cannot
open shared object file: No such file or directory
Here is ldd:
$ ldd a.out
libtest.so => not found
libc.so.6 => /lib/tls/libc.so.6 (0x40028000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Perhaps you have an LD_LIBRARY_PATH set?
Also I wasn't exactly after fetching the .so from cwd, but rather
fetching the .so from the same directory as the executable.
Slava
|