On Thu, 26 Jan 2006 at 10:20am, Jerry Geis wrote
/ I have a centos 4.2 32bit app that when installed on centos 4.2 64 bit
/>/ box and try to run it I get "libxml2.so.2 not found". />/ />/ however if I "rpm -qa | grep libxml2" it shows up just fine. /
That's the x86_64 version of libxml2. You'll need the i386 version installed for the 32bit app to run.
-- Joshua Baker-LePain Department of Biomedical Engineering Duke University
Joshua - thanks
what is the correct way to do that?
jerry
On Thu, Jan 26, 2006 at 10:25:11AM -0500, Jerry Geis enlightened us:
/ I have a centos 4.2 32bit app that when installed on centos 4.2 64 bit
/>/ box and try to run it I get "libxml2.so.2 not found". />/ />/ however if I "rpm -qa | grep libxml2" it shows up just fine. /
That's the x86_64 version of libxml2. You'll need the i386 version installed for the 32bit app to run.
Joshua - thanks
what is the correct way to do that?
yum install libxml2.i386