Operating System - Linux
1823471 Members
2369 Online
109660 Solutions
New Discussion юеВ

How do I install libcom_err.so.3 so I can install Imap of Fedora Core 2

 
Mario Casamalhuapa
Occasional Contributor

How do I install libcom_err.so.3 so I can install Imap of Fedora Core 2

I am trying to install the imap-2001a-18.i386.rpm but it says that I need to install libcom_err.so.3? I install krb5, because it says that it has libcom_err.so.3, but nothing. I am going in circles, could anyone help.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: How do I install libcom_err.so.3 so I can install Imap of Fedora Core 2

I think the file already exists.

I think you need to get it on the SHLIB_PATH or LDLIBRARY_PATH or Linux equivalent so that it works right.

If it does not exist search for the file on Fedora's site, and download and install the rpm that includes it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Roberto Polli
Trusted Contributor

Re: How do I install libcom_err.so.3 so I can install Imap of Fedora Core 2

Can you find the file
libcom_err.so.3 ?
try with
rpm -qf $LIBDIR/libcom_err.so.3
where $LIBDIR is the dir of libraries eg. /lib or /usr/lib

It prints out the package containing the file.
Did you install the correct krb-libs ?
check with
rpm -qa |grep -i krb

Peace, R>



Derek Whitten
Advisor

Re: How do I install libcom_err.so.3 so I can install Imap of Fedora Core 2

what about find / |grep libcom_err.so.3

Could also try looking here ---> http://rpmfind.net/linux/rpm2html/search.php?query=libcom_err.so.3&submit=Search+...