Hi Rama, The simlest way just create simbolic link : cd /lib/dir/with/libstd-whatever ln -s your-real-libstdc libstdc++-libc6.1-2.so.3
Then install your rpm with --nodeps: rpm -Uvh --nodeps your.s390.rpm If you do not use --nodeps rpm will look in rpm database to see if libstdc++-libc6.1-2.so.3 was installed and gave you 'failed dependencies. You may run into problem with IBM HTTP Server because it was compiled with version 6.1-2-bla-bla-bla and you run it on 6.2-2 .... If so : Try 1 : rpm -e your-rpm then rpm -Uvh right version-rpm Try2 : get source rpm and compile it on your machine. Regards, Julia Rama Vykunta wrote: > 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.
