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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to