It is the java executable that comes with WAS. It invokes the installer to install Java, IBM HTTP Server and WAS.
Here is the directory entry for it: -r-xr-xr-x 1 root root 1955 2001-12-18 14:10 java I've used this same WAS tarball successfully on TL 6 and SLES 7, this is the first time I've tried it on SLES8. On Saturday 29 March 2003 01:51 pm, you wrote: > So what is it? A bash script? Look inside and see if you can figure out > what is being called that _is_ an executable, and do the same thing there. > > > Mark Post > > -----Original Message----- > From: Rich Smrcina [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 29, 2003 2:45 PM > To: [EMAIL PROTECTED] > Subject: Re: libc.so.6 not found > > > When I use ldd, I get this: > > webst:/mnt/was # ldd -v /mnt/was/java/bin/java > not a dynamic executable > > 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
