Looks like the package is python-libxml2<br><br>I have reinstalled it but it does not look to have fixed the problem.<br><br>root@host:/home/user# dpkg -S libxml2mod.so<br>python-libxml2: /usr/lib/python-support/python-libxml2/python2.4/libxml2mod.so
<br>python-libxml2: /usr/lib/python-support/python-libxml2/python2.5/libxml2mod.so<br>root@host:/home/user# apt-get install --reinstall python-libxml2<br>Reading package lists... Done<br>Building dependency tree       <br>
Reading state information... Done<br>0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.<br>Need to get 0B/251kB of archives.<br>After unpacking 0B of additional disk space will be used.<br>Do you want to continue [Y/n]? Y
<br>(Reading database ... 184707 files and directories currently installed.)<br>Preparing to replace python-libxml2 2.6.26.dfsg-2ubuntu4 (using .../python-libxml2_2.6.26.dfsg-2ubuntu4_i386.deb) ...<br>Unpacking replacement python-libxml2 ...
<br>Setting up python-libxml2 (2.6.26.dfsg-2ubuntu4) ...<br><br>root@host:/home/user# gksu "update-manager -c"<br>Traceback (most recent call last):<br>  File "/usr/bin/update-manager", line 32, in ?<br>
    from UpdateManager.UpdateManager import UpdateManager<br>  File "/usr/lib/python2.4/site-packages/UpdateManager/UpdateManager.py", line 59, in ?<br>    import dbus<br>  File "/var/lib/python-support/python2.4/dbus/__init__.py", line 1, in ?
<br>    from _dbus import *<br>  File "/var/lib/python-support/python2.4/dbus/_dbus.py", line 48, in ?<br>    from proxies import *<br>  File "/var/lib/python-support/python2.4/dbus/proxies.py", line 2, in ?
<br>    import introspect_parser<br>  File "/var/lib/python-support/python2.4/dbus/introspect_parser.py", line 1, in ?<br>    import libxml2<br>  File "/var/lib/python-support/python2.4/libxml2.py", line 1, in ?
<br>    import libxml2mod<br>ImportError: /var/lib/python-support/python2.4/libxml2mod.so: undefined symbol: xmlXPathContextSetCache<br>root@host:/home/user# <br><br><br><div><span class="gmail_quote">On 12/12/06, <b class="gmail_sendername">
Wulfy</b> <<a href="mailto:wulfmann@tiscali.co.uk">wulfmann@tiscali.co.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
qt4x11 wrote:<br>> What packages would I need to reinstall?  I couldn't find it via synaptic.<br>I don't have that lib on my system.  It's probably one of the libxml2<br>packages...<br><br>In a terminal:<br><br>dpkg -S 
libxml2mod.so<br><br>will tell you which package installed that lib.<br><br>--<br>Blessings<br><br>Wulfmann<br><br>Wulf Credo:<br>Respect the elders. Teach the young. Co-operate with the pack.<br>Play when you can. Hunt when you must. Rest in between.
<br>Share your affections. Voice your opinion. Leave your Mark.<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: 
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>