2004-10-08, 12:42 PM
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