ncsd, glibc, and glibc-common conflicts during LAMP install
I'm doing a remote server installation on a Dell PowerEdge 2850 running CentOS (RH compatible). My full software task is as follows, along with what I'm using:
* Apache 1.3.33
apache_1.3.33.tar.gz
* MySQL 4.1.8
MySQL-server-4.1.8-0.i386.rpm
MySQL-bench-4.1.8-0.i386.rpm
MySQL-client-4.1.8-0.i386.rpm
MySQL-devel-4.1.8-0.i386.rpm
MySQL-shared-4.1.8-0.i386.rpm
MySQL-embedded-4.1.8-0.i386.rpm
MySQL-shared-compat-4.1.8-0.i386.rpm
* PHP 4.3.10
php-4.3.10.tar.gz
* vsFTPd 2.0.1
vsftpd-2.0.1-5.i386.rpm
* Webmin 1.170
webmin-1.170-1.noarch.rpm
* phpMyAdmin 2.6.0-pl3
phpMyAdmin-2.6.0-pl3.tar.gz
* APF
apf-current.tar.gz
I downloaded all the above, and unpacked all the tarballs. Then, I used:
rpm -Uvh *.rpm
which gave me an error of a series of failed dependencies, which I tried to meet using rpmfind.net. Here are the files I'm using to meet the dependencies:
libcap-1.10-15.1.x86_64.rpm
zlib-1.2.1.2-1.i386.rpm
libcap-1.10-8.i386.rpm
openssl-0.9.7a-40.i686.rpm
e2fsprogs-1.35-11.2.i386.rpm
krb5-libs-1.3.4-7.i386.rpm
glibc-common-2.3.3-73.i386.rpm
pam-0.77-65.i386.rpm
db4-4.2.52-6.i386.rpm
libgcc-3.4.2-6.fc3.i386.rpm
libstdc++-3.4.2-6.fc3.i386.rpm
cracklib-2.7-28.i386.rpm
glib2-2.4.7-1.i386.rpm
libselinux-1.17.14-1.i386.rpm
RPMS/tcp_wrappers-7.6-37.2.i386.rpm
* this series of rpms, when run together, eliminated the non-conflicting failed dependencies, but left me with the following error. I know I can force the install, but I'm hesitant to do that.
ERROR: Failed dependencies:
nscd < 2.3.3-52 conflicts with glibc-2.3.3-73
glibc > 2.3.2 conflicts with glibc-common-2.3.2-95.27
glibc < 2.3.3 conflicts with glibc-common-2.3.3-73
Does anyone have any ideas about how I could fix these conflicts? Thanks!
|