yum quit

Adam Huffman bloch at verdurin.com
Thu Aug 28 20:18:47 UTC 2003


On Thu, 28 Aug 2003, Thomas Dodd wrote:

> 
> >I can't replicate this on the same ver of python on a mostly-rawhide
> >system.
> >
> >also try this:
> >python
> >once the python shell comes up
> >import urllib2
> 
> >>>import urllib2
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.2/urllib2.py", line 90, in ?
>     import socket
>   File "/usr/lib/python2.2/socket.py", line 41, in ?
>     from _socket import *
> ImportError: /lib/libssl.so.4: undefined symbol: krb5_cc_get_principal
> 
> I think this is it. Why would libssl need krb5 though?
> When I removed the krb5 stuff, which I'll not use any time soon, I 
> didn't get a dependency error. So either libssl should not require 
> krb5_cc_get_principal, or the package dependency needs fixed.
> 
> Looking back at the updates, I see pam_krb5, but removing it doesn't 
> help. I removed all krb5 rpms that didn't flag a dependency on something 
> I need. krb5-libs is the only rpm installed with krb5 in the name.
> 
> libssl.so.4 is a symlink to libssl.so.0.9.7a from openssl-0.9.7a-17 
> which was also updated. So maybe the openssl update caused it?
> 

I've been seeing something very similar since installing some of the
updated Rawhide packages a few days ago.

Traceback (most recent call last):
  File "/usr/sbin/up2date", line 20, in ?
    from up2date_client import up2dateAuth
  File "up2dateAuth.py", line 5, in ?
  File "rpcServer.py", line 15, in ?
  File "/usr/lib/python2.2/socket.py", line 41, in ?
    from _socket import *
ImportError: /lib/libssl.so.4: undefined symbol: krb5_cc_get_principal





More information about the fedora-test-list mailing list