On Sat, Mar 20, 2004 at 11:36:59AM -0600, TBrowder alleged: > Thanks for the speedy reply: > > ----- Original Message ----- > From: "Michael Stenner" <mstenner@xxxxxxxxxxxxxxx> > > what version(s) of python you have installed, and also do this and > see > > python-2.2.3-7 > > > what happens: python -c 'import ftplib' > > Traceback (most recent call last): > File "<string>", line 1, in ? > File "/usr/lib/python2.2/ftplib.py", line 46, 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 This looks like your openssl was broken by updating krb5 without getting openssl updated. Manually update your openssl (and check the krb5 packages while you are looking) to the latest version with your distro. This happens to alot of us that rebuild RHE3. What happens is that we build new openssl and krb5 rpms against the old openssl and krb5 that were currently installed. Then we install our newly built rpms and find that the newly built openssl doesn't work with the new krb5. Rebuilding openssl with the new krb5 fixes the problem. -- Garrick Staples, Linux/HPCC Administrator University of Southern California -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.dulug.duke.edu/pipermail/yum/attachments/20040321/b2db8b00/attachment.bin