------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=109652 Summary: compatiblity with openssl 0.9.8 Product: kio Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: kssl AssignedTo: staikos kde org ReportedBy: phh fnux org Version: (using KDE KDE 3.4.1) Installed from: Compiled From Sources Compiler: gcc 4.0.1 OS: Linux When trying to load any https page in konqueror i get a message (in french...) which say that the process (kio_https i guess) end without reason ("inatendue"). In X errors i found: kparts: BrowserRun::scanfile https://www.google.com/accounts/ServiceLogin?service=ig&nui=1&passive=true&continue=http://www.google.com/ig&followup=http://www.google.com/ig<mpl=default kdeinit: Got EXEC_NEW 'kio_http' from launcher. kio (KLauncher): kio_http (pid 18547) up and running. kdecore (KLibLoader): Loading the next library global with flag 257. kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: PKCS7_content_free kdecore (KLibLoader): Loading the next library global with flag 257. kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: OpenSSL_add_all_algorithms kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: OpenSSL_add_all_algorithms_conf kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: OpenSSL_add_all_algorithms_noconf kssl: KSSL initialize kioslave: ####### CRASH ###### protocol = https pid = 18547 signal = 11 /usr/lib/libkio.so.4(_ZN3KIO9SlaveBase15sigsegv_handlerEi+0xad)[0xb7d9dacd] [0xffffe420] I looked in this library, right these symbols doesn't exists but.... OPENSSL_add_all_algorithms_noconf (and same for others... just the OpenSSL that is in uppercase) Joined the patch i made , but it has no backward compatibilty and i wait build ended to try..