Re: i screwed up
Seth Vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 13 May 2010, Richard Ray wrote: > On Thu, 13 May 2010, Seth Vidal wrote: > >> >> run ldd /usr/bin/xmllint on the broken and non-broken machine. >> >> and run >> rpm -q libxml2 on both machines >> > > YES!!! > on broken machine > > $ ldd /usr/bin/xmllint > linux-gate.so.1 => (0x00c40000) > libxml2.so.2 => /opt/openoffice.org/ure/lib/libxml2.so.2 (0x0054a000) > libdl.so.2 => /lib/libdl.so.2 (0x00cbf000) > libz.so.1 => /usr/lib/libz.so.1 (0x00cdf000) > libm.so.6 => /lib/libm.so.6 (0x00c96000) > libc.so.6 => /lib/libc.so.6 (0x00110000) > /lib/ld-linux.so.2 (0x00b30000) I'm guessing you didn't install openoffice from a package in the distro? maybe you didn't install it via rpm at all? -sv