Linux-Noob Forums
libSSL symbol problem (kerberos) - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+--- Thread: libSSL symbol problem (kerberos) (/thread-3128.html)



libSSL symbol problem (kerberos) - Guest - 2004-10-08


On my Fedore Core 2 I get the following error when starting up2date:

 



Code:
Traceback (most recent call last):
 File "/usr/sbin/up2date", line 53, in ?
   from OpenSSL import SSL
ImportError: /lib/libssl.so.4: undefined symbol: krb5_cc_get_principal




 

When I try to connect to a FTP site with LFTP, the problem also shows up:



Code:
lftp :~> connect xxx.yyy.zzz.aaa:ffff
/lib/libssl.so.4: undefined symbol: krb5_cc_get_principal
connect: ftp - not supported protocol




 

How can I fix this? Install libssl again somehow?

 

This is really very important, if I don't get this to work again, I will have to wipe out my FC2 install and set it up from scratch....

 

I did a "strace up2date" and the phyton command that generates the error message is:

from OpenSSL import SSL




libSSL symbol problem (kerberos) - Guest - 2004-10-08

Just had to re-install the FC2 openSSL RPM with --force..