On Friday 12 November 2004 08:02 am, Josh Metzler wrote: > On Friday 12 November 2004 02:45 am, you wrote: > > On Thu, Nov 11, 2004 at 10:14:58PM -0500, Josh Metzler wrote: > > > On Thursday 11 November 2004 05:52 pm, you wrote: > > > > On Thu, Nov 11, 2004 at 05:39:03PM -0500, Josh Metzler wrote: > > > > > I'm not sure - I'll see if I can find the icon file. I'm just a > > > > > user who likes to try to help solve bugs in KDE, too. > > > > > > > > I've just spotted these in the console window if I launch it from > > > > there: > > > > > > > > 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 > > > > > > > > That library is in kdelibs4/unstable, but it is already newest > > > > version 4:3.3.1-1 > > > > > > > > Francis > > > > > > These warnings indicate that libkdecore.so.4 is expecting to find (and > > > use) those symbols in some library it is linked to. My guess from your > > > backtrace is /usr/lib/libcrypto.so.0.9.7. > > > > > > I looked at my /usr/lib/libcrypto.so.0.9.7 using objdump -TC, and it > > > doesn't contain any of those four symbols. I don't have any accounts > > > that I use kopete with SSL for, but I also don't get any warnings when > > > I start kopete from the command line. So, maybe we have different > > > libkdecore.so s? > > > > > > My /usr/lib/libkdecore.so.4 is a symlink to > > > /usr/lib/libkdecore.so.4.2.0 which has an md5sum of > > > 530374cbdd22e69b67018a8e97814713 /usr/lib/libkdecore.so.4.2.0 > > > > Hmmm... > > > > I have the same version. > > > > owl:~$ ls -l /usr/lib/libkdecore.so.4 > > lrwxr-xr-x 1 root root 19 Nov 11 15:29 > > /usr/lib/libkdecore.so.4 -> libkdecore.so.4.2.0 > > owl:~$ md5sum /usr/lib/libkdecore.so.4 > > 530374cbdd22e69b67018a8e97814713 /usr/lib/libkdecore.so.4 > > > > Could you maybe make a Jabber account, and try connecting with SSL? > > Many jabber servers support it, for example jabber.at. > > I will see if I can find some time in the near future to do so. > > > You've prompted me to hunt for which dependency is trying to call > > functions like OpenSSL_add_all_algorithms_noconf > > > > owl:~$ strings -f `ldd /usr/bin/kopete | cut -d " " -f 3` | grep -i > > add_all_algo /usr/lib/libkio.so.4: OpenSSL_add_all_algorithms > > /usr/lib/libkio.so.4: OpenSSL_add_all_algorithms_conf > > /usr/lib/libkio.so.4: OpenSSL_add_all_algorithms_noconf > > > > owl:~$ dpkg -S /usr/lib/libkio.so.4.2.0 > > kdelibs4: /usr/lib/libkio.so.4.2.0 > > owl:~$ md5sum /usr/lib/libkio.so.4.2.0 > > e872800042561d63c82d838a72fec5b7 /usr/lib/libkio.so.4.2.0 > > owl:~$ dpkg -s kdelibs4 | grep Ver > > Version: 4:3.3.1-1 > > Well, I get the same outputs as you do from all of those commands. > > > Who knows though, maybe these warnings are meant to be there and this > > is just a red herring. What's the best way to feed this discussion > > into the bug tracker? Just summmarise it at the end if we get > > somewhere? > > > > Francis > > We probably should have kept the bug in the CC line. Since most of our > discussion is still above, I'm just adding the bug back into the CC. > > Josh
Oops - this one should have been CCed to the #280777, not 280776. Changing that. I think the solution might be as simple as installing package qca-tls. I just ran across bug# 278636. Josh