If the installer hangs around for a while, you might be able to confirm
what environment it is using from the /proc file system, ex:
markver@ltichub:~> ps -ef | grep screen
markver 12195 12163 0 18:23 pts/0 00:00:00 screen
markver 12263 12197 0 18:28 pts/1 00:00:00 grep screen
markver@ltichub:~>
markver@ltichub:~> cat /proc/12195/environ | strings | egrep -i "java|path"
MANPATH=/usr/local/man:/usr/share/man:/usr/X11R6/man:/opt/gnome/share/man
GNOME2_PATH=/usr/local:/opt/gnome:/usr
JRE_HOME=/usr/lib64/jvm/java/jre
XNLSPATH=/usr/X11R6/lib/X11/nls
PATH=/home/markver/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/sbin:/usr/sbin:/sbin
JAVA_BINDIR=/usr/lib64/jvm/java/bin
JAVA_HOME=/usr/lib64/jvm/java
SDK_HOME=/usr/lib64/jvm/java
JDK_HOME=/usr/lib64/jvm/java
GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
GTK_PATH64=/usr/local/lib64/gtk-2.0:/opt/gnome/lib64/gtk-2.0:/usr/lib64/gtk-2.0
PKG_CONFIG_PATH=/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info
JAVA_ROOT=/usr/lib64/jvm/java
markver@ltichub:~>
If the installer is an executable and not a shell script, you can also
quickly confirm what kind of executable it is (64bit or 32bit) and what
kind or libraries it depends on, ex:
markver@ltichub:~> file /usr/bin/screen
/usr/bin/screen: ELF 64-bit MSB executable, IBM S/390, version 1 (SYSV),
for GNU/Linux 2.6.4, dynamically linked (uses shared libs), for GNU/Linux
2.6.4, stripped
markver@ltichub:~>
markver@ltichub:~> ldd /usr/bin/screen
libncurses.so.5 => /lib64/libncurses.so.5 (0x000002000002e000)
libutempter.so.0 => /usr/lib64/libutempter.so.0 (0x000002000009d000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x000002000009f000)
libc.so.6 => /lib64/libc.so.6 (0x00000200000da000)
libdl.so.2 => /lib64/libdl.so.2 (0x000002000023d000)
/lib/ld64.so.1 (0x0000020000000000)
markver@ltichub:~>
Aside from that, going through the strace might be your best bet to find
what it looked for and didn't find.
- Mark Ver
office: Building 710 / Room 2-RF-10
phone: (845) 435-7794 [tie 8 295-7794]
----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/