[NBLUG/talk] iPlanet 6.0 (or, oneWebServer 6.0) - How to install?

E Frank Ball frankb at efball.com
Fri Jan 30 19:03:00 PST 2004


On Fri, Jan 30, 2004 at 06:35:57PM -0800, A.C. wrote:
} We're running a clean install of RedHat Professional Workstation..
} 
} We're trying to install iPlanet 6.0 from Sun ...
} After we untar the file and run
} ./setup, we get an error that reads "./setup:  error while loading
} shared libraries:  libstdc++-libc6.1-1.so.2:  cannot open shared object
} file:  No such file or directory" If I create a symbolic link to
} libstdc++.so.5.0.3 (which appears to be the most recent version of the
} same thing, from what I can tell), I get a different error that reads
} "./setup:  relocation error:  ./setup:  undefined symbol:  cerr"
} 
} So, where do we go from here?  From what I can tell,
} libstdc++-libc6.1-1.so.2 is very old, and I couldn't even find a
} download source if I wanted it.  I gather that there's a newer version
} of this component installed (that being libstdc++.so.5.0.3), but I'm not

On RedHat 9:

penguin:/usr/lib 23% ll libstdc++-libc6.1-1.so.2
lrwxrwxrwx    1 root     root           30 Feb  2  2001 libstdc++-libc6.1-1.so.2 -> libstdc++-2-libc6.1-1-2.9.0.so 

penguin:/usr/lib 24% rpm -qf libstdc++-libc6.1-1.so.2
compat-libstdc++-7.3-2.96.118

penguin:/usr/lib 25% rpm -qf libstdc++-2-libc6.1-1-2.9.0.so
compat-libstdc++-7.3-2.96.118

compat-libstdc++-7.3-2.96.118 is a current Redhat 9 RPM (this machine
evolved from 6.something so there is some old stuff laying around).

penguin:/usr/lib 27% rpm -qi compat-libstdc++-7.3-2.96.118
Name        : compat-libstdc++             Relocations: (not relocateable)
Version     : 7.3                               Vendor: Red Hat, Inc.
Release     : 2.96.118                      Build Date: Tue 11 Feb 2003 02:07:21 PM PST
Install Date: Fri 04 Apr 2003 03:19:05 PM PST      Build Host: porky.devel.redhat.com
Group       : System Environment/Libraries   Source RPM: compat-gcc-7.3-2.96.118.src.rpm
Size        : 3876266                          License: GPL
Signature   : DSA/SHA1, Sun 23 Feb 2003 09:40:27 PM PST, Key ID 219180cddb42a60e
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL         : http://gcc.gnu.org
Summary     : Standard C++ libraries for Red Hat Linux 6.2 backwards compatibility.
Description :
The compat-libstdc++ package contains compatibility Standard C++
libraries that are used by Red Hat Linux 6.2 C++ binaries and KDE 1.x
C++ binaries in the current distribution.

On Redhat 7.2 it is in package compat-libstdc++-6.2-2.9.0.16
(the previous enterprise version was 7.2 based, I don't know which you have).

So find a compat-libstdc++- rpm on your CD.

-- 

   E Frank Ball                frankb at efball.com



More information about the talk mailing list