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.
How can I get this app to run on the 64bit box (without recompiling yet). The recompiling will come someday... right now I just would like it to run.
Thanks
Jerry
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.