ncsd, glibc, and glibc-common conflicts during LAMP install
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
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!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.