[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#310843: kopete: undefined symbol: PKCS7_content_free



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



Reply to: