Here's what I get: # which java /opt/fedora-ds/bin/base/jre/bin/java # java -version java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxia32142sr1a-20050209 (JIT enabled: jitc)) # ldd startconsole libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00275000) libresolv.so.2 => /lib/libresolv.so.2 (0x00398000) libdl.so.2 => /lib/libdl.so.2 (0x0024a000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x054f2000) libtermcap.so.2 => /lib/libtermcap.so.2 (0x003b3000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x007a1000) libm.so.6 => /lib/tls/libm.so.6 (0x00250000) libc.so.6 => /lib/tls/libc.so.6 (0x0011e000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00df4000) /lib/ld-linux.so.2 (0x00104000) All the library files that ldd is looking for are there (as symlinks to the real files), so as far as I can tell no problem is indicated there. To Ngan wrote: > Hi Steve and Mike, > > I installed the fedora-ds rpm, startconsole works after install. Then I > tried setting all the env variables Steve mentioned, and startconsole > continue to work fine afterwards. > > What do the following return for you? > > which java > > java -version > > ldd startconsole > > Thanks, > -- > toto > > > Steve Mahaffey wrote: > >>Nathan Kinder Wrote: >> >> Actually, FDS uses, and ships with, the IBM JRE on Linux. Other >> platforms, such as Solaris, require the Sun JRE. >> >> -NGK >> >>After trying Suns 1.4.x and 5 JDK versions, I saw the post above. >> >>I've installed fedora-ds via rpm on FC3 and it's in /opt/fedora-ds. I >> set some environment variables: >>JAVA_HOME=/opt/fedora-ds/java/ >>CLASSPATH=/opt/fedora-ds/bin/base/jre/bin:/opt/fedora-ds/java:/opt/fedora-ds/java/jars: >>/opt/fedora-ds/bin/base/jre/lib:/opt/fedora-ds/bin/base/jre/lib/ext:/opt/fedora-ds/bin/base/jre/bin/classic >> >>I added /opt/fedora-ds/bin/base/jre/bin/ to my path. >> >>However I get the exact same strings of errors that Mike Jackson posted >> earlier when executing startconsole. >> >>Any ideas what I've got wrong? >> >> > -- > Fedora-directory-users mailing list > Fedora-directory-users at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >