Wei Chiang <wclim at streamyx.com> wrote: > ltdl.lo -ldl -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lssl -lc > ld: fatal: library -lcrypto: not found > ld: fatal: library -lssl: not found Install OpenSSL in a place where your dynamic linker can find it. Alan DeKok.