hello,
i just compiled kde 3.4 on my solaris10/sparc box (which was a big pain by the way, lot of missing includes and compiler flags). after starting the new konqueror i get the following error message if i try to connect to ssl sites:
An error occurred while loading
https://sslhost/:
Could not connect to host sslhost.
configure reportet, that ssl was available when compiling.
if i click on the 'test' button on the ssl tab of the crypto config, i get a 'OpenSSL was successfully loaded'. although on the log i see the following:
----- 8< -----
kdecore (KLibLoader): Loading the next library global with flag 257.
kdecore (KLibLoader): WARNING: KLibrary: ld.so.1: konqueror: fatal: PKCS7_content_free: can't find symbol
kdecore (KLibLoader): Loading the next library global with flag 257.
kdecore (KLibLoader): WARNING: KLibrary: ld.so.1: konqueror: fatal: OpenSSL_add_all_algorithms: can't find symbol
kdecore (KLibLoader): WARNING: KLibrary: ld.so.1: konqueror: fatal: OpenSSL_add_all_algorithms_conf: can't find symbol
kdecore (KLibLoader): WARNING: KLibrary: ld.so.1: konqueror: fatal: OpenSSL_add_all_algorithms_noconf: can't find symbol
----- 8< -----
on the ssl tab of the crypto config i have SSLv2 and SSLv3 enabled and all ciphers activated.
any ideas?