Jerry Geis
2006-Jan-26 15:20 UTC
[CentOS] centos 4.2 (32bit) app installed on (64 bit) box mising library
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060126/79916fb5/attachment-0005.html>
Joshua Baker-LePain
2006-Jan-26 15:21 UTC
[CentOS] centos 4.2 (32bit) app installed on (64 bit) box mising library
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
Jerry Geis
2006-Jan-26 15:25 UTC
[CentOS] centos 4.2 (32bit) app installed on (64 bit) box mising library
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 UniversityJoshua - thanks what is the correct way to do that? jerry