Re: kssl and kio linking errors

2002-01-09 Thread Yigal Duppen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 07 January 2002 19:18, Jonathan Riddell wrote:
 I'm trying to compile a program for KDE.  When I do it I get the following
 error,
 /usr/lib/libkio.so: undefined reference to
 `KSSLCertificateHome::hasCertificateByName(QString)

 It works fine when I remove the crypto package but then I can't use https.

The trick (at least for me) was to remove the crypto, get the kdelibs3 and 
kdebase sources, recompile them and then reinstall. It seems that when you 
recompile the ssl stuff is automatically included. 

NB: I found this tip somewhere on google, but I can't find it right now. Some 
explanation might be in there.

NB: Recompiling only kdebase or kdelibs3 might be enough; I did not bother to 
check.

YDD
- -- 
My new e-mail address is
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8PHf9LsKMuCf5EdwRAlZKAKDza0axU2sYDCqRlYUumt1f1VAIswCfbRTo
3r6A+YST1S4XoSn3KNTJiXA=
=letW
-END PGP SIGNATURE-




kssl and kio linking errors

2002-01-07 Thread Jonathan Riddell

I'm trying to compile a program for KDE.  When I do it I get the following
error,
/usr/lib/libkio.so: undefined reference to
`KSSLCertificateHome::hasCertificateByName(QString)

It works fine when I remove the crypto package but then I can't use https.

There shouldn't be anything inconsistant about my kde packages which are
from woody using a potato/stable install.

Any ideas on how to make these libraries keep the compiler happy would be
most welcome.

Jonathan Riddell