>
>What does "ldd nsencrypt.so" say?
>
 ldd nsencrypt.so
        libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0x40004000)
        libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0x40032000)
        libnsthread.so => /usr/local/aolserver_chase/lib/libnsthread.so
(0x400f2000)
        libnsd.so => /usr/local/aolserver_chase/lib/libnsd.so (0x400fa000)
        libtcl8.4.so => not found
        libdl.so.2 => /lib/libdl.so.2 (0x4014b000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x4014e000)
        libm.so.6 => /lib/libm.so.6 (0x40162000)
        libc.so.6 => /lib/libc.so.6 (0x40184000)
        libtcl8.4.so => /usr/local/aolserver/lib/libtcl8.4.so (0x402a1000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

I finally got it to work by re-running the compile command on the object
file (nsencrypt.o) and manually altering the paths. Given my installation of
aolserver was not in the default directory, I think that was the prob (even
though you can set the NSHOME and AOLSERVER dir variables):

gcc -pipe -shared -nostartfiles -L/usr/local/aolserver_chase/lib -o
nsencrypt.so nsencrypt.o -lssl -lcrypto -lnsthread -lnsd -L/usr/local/
aolserver/lib -ltcl8.4 -ldl  -lpthread -lieee -lm   -Wl,-rpath,/usr/local/
aolserver_chase/lib -Wl,-rpath,/usr/local/aolserver_chase/lib


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to