Ben Hayes wrote:
Why not use up2date and update the OS / packages on the RH9 box?  This
should get you around the issue initially.

up2date is long gone, and I can't get it back!

Investigating with the help of Google suggests that the problem goes deeper: python has a problem. If I run the python command line interpretter, and type:
   import ftplib
I get back:
   Traceback (most recent call last):
     File "<stdin>", 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

I have no Python skills, but it looks like a library mismatch somewhere. How I go about fixing it I have no idea :-(

Since the problem is with Python, though, that breaks yum and (I think?) up2date. Are there any package managers that are not yum-based which might work instead?

--
Mark Rogers
More Solutions Ltd :: 0845 45 89 555


_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to