LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   linux dependancies (https://www.linuxquestions.org/questions/linux-software-2/linux-dependancies-598473/)

msteiner 11-09-2007 07:57 PM

linux dependancies
 
I am trying to uninstall the cyrus-sasl rpm so I can install from source the latest version of cyrus-sasl (on FC4).

I get this error though:
error: Failed dependencies:
libsasl2.so.2 is needed by (installed) python-ldap-2.0.6-4.i386
libsasl2.so.2 is needed by (installed) openldap-2.2.29-1.FC4.i386
libsasl2.so.2 is needed by (installed) sendmail-8.13.7-2.fc4.2.i386
libsasl2.so.2 is needed by (installed) cyrus-sasl-devel-2.1.20-6.i386
libsasl2.so.2 is needed by (installed) mutt-1.4.2.1-5.fc4.i386
libsasl2.so.2 is needed by (installed) openldap-clients-2.2.29-1.FC4.i386
libsasl2.so.2 is needed by (installed) squid-2.5.STABLE13-1.FC4.i386
cyrus-sasl is needed by (installed) openldap-2.2.29-1.FC4.i386
cyrus-sasl = 2.1.20-6 is needed by (installed) cyrus-sasl-devel-2.1.20-6.i386
cyrus-sasl = 2.1.20-6 is needed by (installed) cyrus-sasl-plain-2.1.20-6.i386
cyrus-sasl = 2.1.20-6 is needed by (installed) cyrus-sasl-md5-2.1.20-6.i386
/usr/sbin/saslauthd is needed by (installed) sendmail-8.13.7-2.fc4.2.i386\


What do I need to do to "deal with" the failed dependencies?

Thanks,

kryptobs2000 11-09-2007 08:25 PM

I believe you need to install this:

ftp://ftp.andrew.cmu.edu/pub/cyrus-m...-2.1.20.tar.gz

You will have to compile it from source, if you don't want to do that just search for a package for your distro of sasl. I don't know exactly what this is, but my guess would be that it should already be installed, and maybe the installer can't find it.

Try running find / -name libsasl* and see if you come up with anything first.

edit: Oh wait, I didn't realize you were trying to uninstall the program. In that case I'm not too sure. If it were me I'd just ignore it and install from source over top of it. That may not be good advice though so unless you want to risk breaking something I'd not do that lol.

edit2: Rereading your error messages, my best guess here is that the package manager is telling you that you can't uninstall it because it is needed by other programs. See if there's a way to tell the package manager to force the uninstallation. Or maybe those programs/daemons are currently loaded and those libraries are in use, in which case you'll have to stop them all. Maybe try uninstalling it in init 1 or something.

Sorry for all the random guess work, just doing my best to help lol.

msteiner 11-09-2007 08:44 PM

Well, I am trying to uninstall sasl so I can install the newer version...there isn't a rpm for FC4. I am trying to install the latest version of openldap, and it squaks on the install because it needs the newer version of sasl. Something needs something and other needs something other...


All times are GMT -5. The time now is 09:07 PM.