openssl-beta, openoffice and https problem
Openoffice 2.0 install dependencies contains:
openssl-beta
gnomevfs2
When I install openssl-beta- kopete unable to connect to msn network, https sites like http://www.passport.net says:
|
Code:
|
kdecore (KLibLoader): WARNING: KLibrary: Undefined symbol "PKCS7_content_free"
kdecore (KLibLoader): WARNING: KLibrary: Undefined symbol "OpenSSL_add_all_algorithms"
kdecore (KLibLoader): WARNING: KLibrary: Undefined symbol "OpenSSL_add_all_algorithms_conf"
kdecore (KLibLoader): WARNING: KLibrary: Undefined symbol "OpenSSL_add_all_algorithms_noconf"
kioslave: ####### CRASH ###### protocol = https pid = 22484 signal = 11 |
So I fixed it this way:
removed openssl-beta:
|
Code:
|
pkg_deinstall -f openssl-beta |
installed stable version:
|
Code:
|
portinstall openssl-stable |
now openoffice2, konqueror and kopete working perfectly.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
|