Because you didn't use RPM to install the glibc package, it still does not think it is installed. That is why you still get the missing dependency error. If you're really sure that you did it right, then you can use the --nodeps parameter on the rpm -i command. That's not really recommended since then your RPM database is out of synch with what is installed on your system, and you could get into bigger trouble later on. The "correct" way to do this is to find a SuSE RPM package for that level and install it, or build one from an SRPM package and install it.
Mark Post -----Original Message----- From: Rama Vykunta [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: glibc problem while installing IBM HTTP Server (Version 1.3.12.2) Hi All, I am trying to install IBM HTTP Server (Version 1.3.12.2) on the SuSE Linux running on the S/390 System and its complaining about "glibc" library. The actual error is as follows # rpm -i IBM_HTTP_Server-1.3.12-2.s390.rpm error: failed dependencies: libstdc++-libc6.1-2.so.3 is needed by IBM_HTTP_Server-1.3.12-2 When I checked the cache I have the following version 6.2-2-2.10.0 So I tried copying this version (6.1-2) of the libraries from the Turbo Linux Image running on the same S/390 system and rebuilt the library cache and still I am getting the same error. I would like to know how I can install IBM HTTP Server or how I can use the YAST to install this particular version of the "glibc" library. Any help is appreciated. Thanks, -Rama.
