Rama Vykunta wrote: ># 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
Yes, you need the old C++ library (from gcc 2.95.2) to run this app, like any C++ application compiled with the old compiler. >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. Because this error comes from *rpm*, which still cannot find the library in its database ... You need either to properly install an RPM containing the library, or else cheat by installing the HTTP server RPM with --nodeps. >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. I think SuSE provides a 'C++ compatibility library' RPM on one of their CDs; unfortunately, I don't recall the exact name and location. Installing this is the preferred solution to your problem. (B.t.w. it's not about glibc, but about libstdc++; the latter comes with the compiler.) Bye, Ulrich -- Dr. Ulrich Weigand [EMAIL PROTECTED]
