Luminis seems to break up2date on RHEL3
[root@host:sbin]# up2date
Traceback (most recent call last):
File "/usr/sbin/up2date", line 33, in ?
from up2date_client import up2date
File "/usr/share/rhn/up2date_client/up2date.py", line 27, in ?
from up2date_client import depSolver
File "/usr/share/rhn/up2date_client/depSolver.py", line 11, in ?
import packageList
File "/usr/share/rhn/up2date_client/packageList.py", line 20, in ?
import up2dateComps
File "/usr/share/rhn/up2date_client/up2dateComps.py", line 9, in ?
from rhpl import comps
File "/usr/lib/python2.2/site-packages/rhpl/comps.py", line 5, in ?
import libxml2
File "/usr/lib/python2.2/site-packages/libxml2.py", line 1, in ?
import libxml2mod
ImportError: /usr/lib/python2.2/site-packages/libxml2mod.so: undefined symbol: xmlTextReaderIsValid
pretty cool...seems like sun messaging server has a line in it's start-msg startup script
OSNAME=`uname`
if [ $OSNAME = Linux ]; then
/sbin/ldconfig $SERVERROOT/lib
fi
Which ends up over writing the link caches for the xml libraries.
anyone else have this issue? how'd you fix it?
I'm currently trying to figure out the best way to deal with it...but would love some feedback
Thanks!
Recent comments
8 min 6 sec ago
1 hour 48 min ago
2 hours 8 min ago
2 hours 20 min ago
2 hours 35 min ago
3 hours 36 min ago
4 hours 41 min ago
4 hours 46 min ago
5 hours 47 min ago
6 hours 53 min ago