> Hello, > > Trying to load acroread, I get an error: > /opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading > shared libraries: libxml2.so.2: cannot open shared object file: No such file or > directory > > libxml2 is really installed, but libxml2.so in in /usr/lib64 and propably not in > /usr/lib where it expected. > > How do I fix this problem ? Hello, You can install the libxml2 32 bit libraries. In the future you can do this: yum list | grep libxml2 A list of packages will be printed out. libxml2.x86_64 2.7.3-2.fc11 installed libxml2-devel.x86_64 2.7.3-2.fc11 @fedora libxml2-python.x86_64 2.7.3-2.fc11 installed libxml2.i586 2.7.3-2.fc11 fedora libxml2-devel.i586 2.7.3-2.fc11 fedora libxml2-static.x86_64 2.7.3-2.fc11 fedora mingw32-libxml2.noarch 2.7.2-8.fc11 fedora As you can see, I have libxml2.x86_64 installed and not libxml2.i586 installed. To fix this, run: yum install libxml2.i586 Good Luck, Tait -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines