Hello All, I cannot seem to get this error to go away, even though imap is working just fine, for some reason I cannot make this symbol resolve. I found the symbol: # pwd /usr/local/openssl/lib # /usr/ccs/bin/nm /usr/local/openssl/lib/libcrypto.a | grep des_ecb_encrypt [19] | 192| 184|FUNC |GLOB |0 |2 |des_ecb_encrypt [7] | 0| 0|NOTY |GLOB |0 |UNDEF |des_ecb_encrypt [25] | 0| 0|NOTY |GLOB |0 |UNDEF |des_ecb_encrypt but even when I add /usr/local/bin/openssl/lib to LD_LIBRARY_PATH I still get the error. How do I fix this? Do I need to recompile with -R/usr/local/openssl/lib ? Thanks in advance, --Buddy