> /usr/local/jdk117_v1a/bin
> [muster@192 bin]$ javac
> ./java: error in loading shared libraries:
> libjava.so: cannot open shared object file: No such
> file or directory

Hello,

        I agree with you when you say that the CLASSPATH and
the JAVA_HOME variables are now obsolete. BUT, you
still must either put your libjava.so in a directory
that is either in your LD_LIBRARY_PATH variable, or in
/etc/ld.so.conf.

        If you want to keep your libjava.so where it is now,
you must add the directory to you LD_LIBRARY_PATH
variable, or to /etc/ld.so.conf and (as root) typy the
command /sbin/ldconfig.

        As you may know, dynamic libraries must be located by
the kernel by a mechanism of some sort and these 2 are
the ones I am familiar with.

                        Hope this helps...
                          Papi
__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to