Re: HELP: Error: can't find libjava.so

1999-11-23 Thread Stephane Bortzmeyer
On Monday 22 November 1999, at 17 h 24, the keyboard of Bruno Boettcher 
<[EMAIL PROTECTED]> wrote:

> ok, found a fix. but still i do not know what failed.
> but as it seems it could be /bin/sh.

BTW, you copied your message to many mailing lists and you forget debian-java, 
which seems closer from your subject...
 
> ok, editing the java_wrapper in /usr/local/java/bin (which is alink on my
> system to /usr/local/jdk1.2-pre2/bin) and putting after the 

Never had any problem with the Debian packages. Why did you install the rough 
way?



Re: HELP: Error: can't find libjava.so

1999-11-22 Thread Bruno Boettcher
On Mon, Nov 22, 1999 at 04:10:34PM +0100, Bruno Boettcher wrote:
ok, found a fix. but still i do not know what failed.
but as it seems it could be /bin/sh.

> now when i try to launch any java program i get the message 
> Error: can't find libjava.so .
ok, editing the java_wrapper in /usr/local/java/bin (which is alink on my
system to /usr/local/jdk1.2-pre2/bin) and putting after the 
APPHOME=`dirname "$PRG"`
APPHOME=`dirname "$APPHOME"`
the following line:
APPHOME=/usr/local/java
the whole system works again i know this isn't what one could tell nice,
but at least it does the job for me.

PRG=$0 holds the correct result the dirname invoqued by hand returns the
correct result. so i am not able to say whats going wrong only that it
is going wrong


-- 
ciao bboett
==
[EMAIL PROTECTED]
http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
===
the total amount of intelligence on earth is constant.
human population is growing


HELP: Error: can't find libjava.so

1999-11-22 Thread Bruno Boettcher
Hello,

I have installed the java-dummy package and the standard jdk from blackdown,
this worked perfectly since this morning, when i decided to do once more an
update of my portato system.

now when i try to launch any java program i get the message 
Error: can't find libjava.so .

I tryed to put the thing into the LD_LIBRARY_PATH but nope, it still doesn't
work

I tryed with LD_PRELOAD and went to stop here:
 LD_PRELOAD="$LD_PRELOAD /usr/local/jdk1.2-pre2/jre/lib/i386/libjava.so
/usr/local/jdk1.2-pre2/jre/lib/i386/green_threads/libhpi.so
/usr/local/jdk1.2-pre2/jre/lib/i386/classic/libjvm.so" java xF
sh: error in loading shared libraries: libjvm.so: cannot open shared object
file: No such file or directory

what happened, and how do i get this corrected

-- 
ciao bboett
==
[EMAIL PROTECTED]
http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
===
the total amount of intelligence on earth is constant.
human population is growing