Link to home
Start Free TrialLog in
Avatar of mobot
mobotFlag for United States of America

asked on

Debian 5\lenny package libxml2.so.2 install help needed.

I need help getting the following 3 files loaded on Debian 5\lenny.  libxml2.so.2, libsel.so.6, and libcryto.so.6
I'm trying to install a Unitrends backup agent and I'm getting the msg "You must install the package that provides a 32 bit version of libxml2.so.2.  And the same msg for the other two files.  I think they in the repository for wheezy in the multiarch file.  But I don't know\can't figure out what the package name is so I can use apt-get install "package name" and try to get them installed.
I've included my sources.list file, and the version,  I have earlier versions  (see below) but I need a newer version.
Also what are files like libxml.so.2???  Is it something similar to a dll file in Windows???  
We had the server an HP ProLiant 320 motherboard fry on us this morning and it was 32 bit.  I've now installed Debian into a VMWare guest and the host has the amd64 processors in it.
If you need more info let me know and thanks.

#
# deb cdrom:[Debian GNU/Linux 5.0.10 _Lenny_ - Official Multi-architecture amd64/i386/powerpc NETINST #1 20120311-00:07]/ lenny main

deb cdrom:[Debian GNU/Linux 5.0.10 _Lenny_ - Official Multi-architecture amd64/i386/powerpc NETINST #1 20120311-00:07]/ lenny main

# Line commented out by installer because it failed to verify:
#deb http://security.debian.org/ lenny/updates main
# Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/ lenny/updates main
deb http://archive.debian.org/debian/ lenny main non-free contrib
deb-src http://archive.debian.org/debian/ lenny main non-free contrib
deb http://archive.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src http://archive.debian.org/debian-volatile lenny/volatile main contrib non-free
deb http://archive.debian.org/debian-backports lenny-backports main contrib non-free
deb http://archive.debian.org/debian-security lenny/updates main
deb http://security.debian.org/debian-security wheezy/updates main
======================================================================


servername:/etc/apt# cd /
servername:/# find / -name libxml2* -print
servername:/# find / -name libssl*
/var/lib/dpkg/info/libssl0.9.8.postrm
/var/lib/dpkg/info/libssl0.9.8.shlibs
/var/lib/dpkg/info/libssl0.9.8.postinst
/var/lib/dpkg/info/libssl0.9.8.templates
/var/lib/dpkg/info/libssl0.9.8.list
/var/lib/dpkg/info/libssl0.9.8.md5sums
/var/cache/apt/archives/libssl0.9.8_0.9.8g-15+lenny16_i386.deb
/usr/share/doc/libssl0.9.8
/usr/lib/i686/cmov/libssl.so.0.9.8
/usr/lib/libssl.so.0.9.8
/usr/lib/i586/libssl.so.0.9.8
/usr/lib/i486/libssl.so.0.9.8
servername:/# find / -name libcryto*
servername:/# find / -name libcryto* -print
servername:/# pwd
/
servername:/# find ./ -name libcrypto* -print
./usr/lib/i686/cmov/libcrypto.so.0.9.8
./usr/lib/i586/libcrypto.so.0.9.8
./usr/lib/i486/libcrypto.so.0.9.8
./usr/lib/libcrypto.so.0.9.8
servername:/#
==========================================================

servername:/# cat /etc/debian_version
5.0.10
servername:/#
ASKER CERTIFIED SOLUTION
Avatar of arnold
arnold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mobot

ASKER

Thanks for getting back to me.  We've bought an identical server and swapped out the drives, and brought it back online.  We have some home spun viewer app for images written in Drupal, and PHP.  The original developers are long gone and warned us not to upgrade anything on the server as it would break the app.  So we're stuck with Debian 5, PHP5, and I don't even know what version of Drupal.  The server's not exposed to the outside.