Hello,
I'm installing WHM on a fresh server according to these instructions:
http://www.cpanel.net/docs/vps/Installation.htm
Step 3 of the instructions reads:
Run rpm -qa and look for any entries beginning with "httpd" "mod_ssl" "mysql" "openldap" (if you wish to install openldap, you can install it later, installing it at this time, will cause problems with exim) & "php" and then use rpm -e to remove them (and all their dependencies).
But I cannot exclude the openldap RPM because, as I read this, the dependencies on openldap have their own dependencies:
So what should I do? Do I just leave it, continue with the installation, and trust that leaving openldap in won't interfere with Exim, as the installation instructions suggest?Code:# rpm -qa | grep openldap openldap-2.3.19-4 # rpm -e openldap-2.3.19-4 error: Failed dependencies: liblber-2.3.so.0 is needed by (installed) nss_ldap-249-1.i386 liblber-2.3.so.0 is needed by (installed) opal-2.2.1-1.i386 liblber-2.3.so.0 is needed by (installed) cyrus-sasl-2.1.21-10.i386 liblber-2.3.so.0 is needed by (installed) apr-util-1.2.7-1.1.i386 liblber-2.3.so.0 is needed by (installed) samba-common-3.0.23c-1.fc5.i386 liblber-2.3.so.0 is needed by (installed) autofs-4.1.4-33.i386 liblber-2.3.so.0 is needed by (installed) sendmail-8.13.8-1.fc5.i386 liblber-2.3.so.0 is needed by (installed) evolution-data-server-1.6.3-1.fc5.2.i386 liblber-2.3.so.0 is needed by (installed) evolution-2.6.3-1.fc5.5.i386 libldap-2.3.so.0 is needed by (installed) libuser-0.54.5-1.i386 libldap-2.3.so.0 is needed by (installed) nss_ldap-249-1.i386 libldap-2.3.so.0 is needed by (installed) opal-2.2.1-1.i386 libldap-2.3.so.0 is needed by (installed) cyrus-sasl-2.1.21-10.i386 libldap-2.3.so.0 is needed by (installed) GConf2-2.14.0-2.fc5.i386 libldap-2.3.so.0 is needed by (installed) gnupg-1.4.6-1.i386 libldap-2.3.so.0 is needed by (installed) apr-util-1.2.7-1.1.i386 libldap-2.3.so.0 is needed by (installed) nfs-utils-lib-1.0.8-4.FC5.i386 libldap-2.3.so.0 is needed by (installed) samba-common-3.0.23c-1.fc5.i386 libldap-2.3.so.0 is needed by (installed) autofs-4.1.4-33.i386 libldap-2.3.so.0 is needed by (installed) sendmail-8.13.8-1.fc5.i386 libldap-2.3.so.0 is needed by (installed) evolution-data-server-1.6.3-1.fc5.2.i386 libldap-2.3.so.0 is needed by (installed) evolution-2.6.3-1.fc5.5.i386 libldap-2.3.so.0 is needed by (installed) cups-1.2.5-1.fc5.4.i386 libldap-2.3.so.0 is needed by (installed) nfs-utils-1.0.8-4.fc5.i386 libldap_r-2.3.so.0 is needed by (installed) opal-2.2.1-1.i386 openldap is needed by (installed) nfs-utils-lib-1.0.8-4.FC5.i386 openldap is needed by (installed) sendmail-8.13.8-1.fc5.i386
Thanks,
Shiraz



LinkBack URL
About LinkBacks
Reply With Quote




