On Sat, 29 Mar 2003, Rich Smrcina wrote: > OK, it is a shell script! I found some discussion on this list some time back > about a java wrapper for the WAS installer and here it is. The discussion > also mentioned that the fix was to comment out the line: > > export LD_ASSUME_KERNEL=2.2.5 > > If I do that I get this java exception: > > webst:/mnt/was # ./install.sh > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /mnt/was/java/jre/bin/libawt.so: libXt.so.6: cannot open shared object file: > No such file or directory > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1470) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1346) > > Which looks to be complaining about not having access to a graphics close: [EMAIL PROTECTED]:~$ dpkg --search libXt.so.6 mozilla-browser: /usr/lib/mozilla/libXt.so.6 xlibs: /usr/X11R6/lib/libXt.so.6 xlibs: /usr/X11R6/lib/libXt.so.6.0 [EMAIL PROTECTED]:~$
> environment. I would normally export the display before executing this, so I > will try that tomorrow when I am on site at the customer. > > Thanks. > > On Saturday 29 March 2003 03:46 pm, you wrote: > > What does: file /mnt/was/java/bin/java report? > > > > -----Original Message----- > > 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 > > -- > 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
