On Sat, 29 Mar 2003, Rich Smrcina wrote:

> When I use ldd, I get this:
>
> webst:/mnt/was # ldd -v /mnt/was/java/bin/java
>         not a dynamic executable

That's almost certainly a script. You need the _real_ binary.

>
> On Saturday 29 March 2003 11:56 am, you wrote:
> > Richard,
> >
> > It may be expecting a slightly older version of whatever version of glibc
> > you're running.  If you figure out just what binary is trying to use these
> > libraries, do an "ldd -v" command against it, and you'll get more specific
> >
> > information as to just what it's looking for:
> > > ldd -v bootshell
> >
> >         libstdc++-libc6.1-2.so.3 => /usr/lib/libstdc++-libc6.1-2.so.3
> > (0x4001c000)
> >         libm.so.6 => /lib/libm.so.6 (0x4006b000)
> >         libc.so.6 => /lib/libc.so.6 (0x400d8000)
> >         /lib/ld.so.1 => /lib/ld.so.1 (0x40000000)
> >
> >         Version information:
> >         ./bootshell:
> >                 libm.so.6 (GLIBC_2.1) => /lib/libm.so.6
> >                 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
> >         /usr/lib/libstdc++-libc6.1-2.so.3:
> >                 libm.so.6 (GLIBC_2.1) => /lib/libm.so.6
> >                 libm.so.6 (GLIBC_2.0) => /lib/libm.so.6
> >                 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
> >                 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
> >         /lib/libm.so.6:
> >                 libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
> >                 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
> >         /lib/libc.so.6:
> >                 ld.so.1 (GLIBC_2.1.1) => /lib/ld.so.1
> >                 ld.so.1 (GLIBC_2.2.3) => /lib/ld.so.1
> >                 ld.so.1 (GLIBC_2.1) => /lib/ld.so.1
> >                 ld.so.1 (GLIBC_2.2) => /lib/ld.so.1
> >                 ld.so.1 (GLIBC_2.0) => /lib/ld.so.1
> >
> >
> > Mark Post
> >
> > -----Original Message-----
> > From: Rich Smrcina [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, March 29, 2003 8:25 AM
> > To: [EMAIL PROTECTED]
> > Subject: libc.so.6 not found
> >
> >
> > I am trying to install WebSphere Application Server V4 on SuSE SLES8 and I
> > am
> > getting the following errors when it invokes the Java installer:
> >
> > expr: error while loading shared libraries: libc.so.6: cannot open shared
> > object file: No such file or directory
> > /bin/ls: error while loading shared libraries: librt.so.1: cannot open
> > shared
> > object file: No such file or directory
> > /usr/bin/expr: error while loading shared libraries: libc.so.6: cannot open
> > shared object file: No such file or directory
> > /usr/bin/expr: error while loading shared libraries: libc.so.6: cannot open
> > shared object file: No such file or directory
> > basename: error while loading shared libraries: libc.so.6: cannot open
> > shared
> > object file: No such file or directory
> > Error: can't find libjava.so
> >
> > This is a tarball of WAS that I've used successfully on SLES7.  Has anyone
> > run
> > in to this and what was done to correct it?
>
> --
> Rich Smrcina
> Sr. Systems Engineer
> Sytek Services, A Division of DSG
> Milwaukee, WI
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> Catch the WAVV!  Stay for Requirements and the Free for All!
> Update your S/390 skills in 4 days for a very reasonable price.
> WAVV 2003 in Winston-Salem, NC.
> April 25-29, 2003
> For details see http://www.wavv.org
>

--


Cheers
John.

Join the "Linux Support by Small Businesses" list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb

Reply via email to