Hey Guys, I've just found something interesting.
I've run strings looking for the reference to the unfound functions. Take a look: benetti:/usr/lib# strings libcrypto.so.0.9.7 |grep -i add_all_alg OPENSSL_add_all_algorithms_conf OPENSSL_add_all_algorithms_noconf Now, quoting the errormessage: kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: PKCS7_content_free kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: OpenSSL_add_all_algorithms kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: OpenSSL_add_all_algorithms_conf kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: OpenSSL_add_all_algorithms_noconf Notice that libkdecore is looking for OpenSSL_add_all_algorithms while libcrypto defines OPENSSL_add_all_algorithms. Wouldn't this be a case-sensitiveness issue? Hugz Ticiano -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]