Re: JDK Problems - LIBJAVA.SO Error

2003-07-23 Thread Juergen Kreileder
est my java version it gives > following error - wonder why > > #./java -version > Error: can't find libjava.so. Please send the output of "sh -x /usr/local/j2sdk1.3.1/bin/java". Juergen -- Juergen Kreileder,

JDK Problems - LIBJAVA.SO Error

2003-07-23 Thread Hari Om
wonder why #./java -version Error: can't find libjava.so. I am using IBM PowerPC (pseries) with Red Hat Linux 7.1 Any related information on this is appre

libjava.so problem

2001-03-29 Thread Alan Hawrelak
When I issue the command: ldd libjava.so it returns with: /usr/bin/ldd: line 1: 1243 Segmentation fault LD_TRACE_LOADED_OBJECTS = 1 LD_WARN= LS_BIND_NOW= LD_VERBOSE= $(RTLD) "$file" This was from an rpm install by: jdk-1.3.0-FCS.ppc.rpm I also tried the more recent

can't find libjava.so.

2000-06-30 Thread binyomin segal
/root/myDirectory/myJar.jar: /usr/local/jre1.2.2/bin export PATH=$CLASSPATH:$PATH bash java myApplication this does not work instead i get a "can't find libjava.so." error any help would be appreciated please feel free to email me directly at [EMAIL

Re: [cant find libjava.so.]

2000-06-29 Thread James Mansell
/bin/bash export CLASSPATH=/root/myDirectory:/root/myDirectory/myJar.jar: /usr/local/jre1.2.2/bin export PATH=$CLASSPATH:$PATH bash java myApplication this does not work instead i get a "can't find libjava.so." error any help would be appreciated please feel free to email me dir

Re: can't find libjava.so.

2000-06-29 Thread Peter Pilgrim
7; -- Peter Pilgrim Welcome to the "Me Too" generation. Message History From: binyomin segal <[EMAIL PROTECTED]> on 28/06/2000 15:48 EST To: [EMAIL PROTECTED] cc: Subject: can't find

Re: can't find libjava.so.

2000-06-28 Thread Jacob Nikom
defaults to there. > > so i tried the following: > > #!/bin/bash > export CLASSPATH=/root/myDirectory:/root/myDirectory/myJar.jar: >/usr/local/jre1.2.2/bin > export PATH=$CLASSPATH:$PATH > bash java myApplication > > this does not work instead i get a

Re: libjava.so: cannot open shared object file

1999-12-14 Thread gerd
ROG=ldd java gerd> java: error in loading shared libraries: /usr/local/jdk117_v1a/lib/i686/green_threads/libjava.so: undefined symbol: _dl_symbol_value You need 1.1.7-v3 or higher. Thank you! That worked (We wanted to try that earlier, but since the old version was distributed

Re: libjava.so: cannot open shared object file

1999-12-13 Thread Juergen Kreileder
>>>>> gerd writes: gerd> [muster@192 muster]$ DEBUG_PROG=ldd java gerd> java: error in loading shared libraries: /usr/local/jdk117_v1a/lib/i686/green_threads/libjava.so: undefined symbol: _dl_symbol_value You need 1.1.7-v3 or higher. Juergen

Re: libjava.so: cannot open shared object file

1999-12-13 Thread gerd
Hello Juergen, Emmanuel> thank you for your suggestions! From: Juergen Kreileder <[EMAIL PROTECTED]> Date: 11 Dec 1999 00:48:42 +0100 This command should show what exactly was missing: $ DEBUG_PROG=ldd java After we added the path of libjava.so explicitly to /etc/ld.s

Re: libjava.so: cannot open shared object file

1999-12-12 Thread A.J. Rossini
>>>>> "JK" == Juergen Kreileder <[EMAIL PROTECTED]> writes: >>>>> Emmanuel Papirakis writes: >>> /usr/local/jdk117_v1a/bin [muster@192 bin]$ javac ./java: >>> error in loading shared libraries: libjava.so: cannot open

Re: libjava.so: cannot open shared object file

1999-12-10 Thread Juergen Kreileder
>>>>> Emmanuel Papirakis writes: >> /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 Emmanuel>

Re: libjava.so: cannot open shared object file

1999-12-10 Thread Emmanuel Papirakis
> /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 obs

libjava.so: cannot open shared object file

1999-12-10 Thread gerd
Hi *, I have exactly the same problem as Arnaldo Riquelme Date: Fri, 2 Apr 1999 (see Archive): [muster@192 bin]$ pwd /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

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 j

Re: libjava.so not found

1999-10-07 Thread Vlatka Davidovic
On Wed, 6 Oct 1999, SteveC wrote: > > Then put /jdk1.2/bin/ in the path and run ./javac > which reports it can't find libjava.so. > I think it is known bug. Try to put /usr/local/jdk1.2/bin/ in your PATH variable and run javac. Or if you are in jdk1.2/ directory try bin

Re: libjava.so not found

1999-10-06 Thread Shawn McKisson
I believe that libjava.so gets added in by the .java_wrapper. Try placing some debug flags into that script and see what it is setting the LD_LIBRARY_PATH env var to. --shawn SteveC wrote: > > hi, > > Running RH6, blackdown JDK1.2 pre 2. Installed via tar > xvf to /usr/loca

libjava.so not found

1999-10-06 Thread SteveC
hi, Running RH6, blackdown JDK1.2 pre 2. Installed via tar xvf to /usr/local/ I put /usr/local/jdk1.2/jre/lib/i386 in ld.so.conf then ran /sbin/ldconfig. Ran ldconfig -D which reports the java libs... Then put /jdk1.2/bin/ in the path and run ./javac which reports it can't find libja

Re: Error loading libjava.so

1999-09-15 Thread Chris Abbey
does no one read readmes any more? You're running the glibc2.0 ("libc5") jdk binaries on a glibc2.1 ("glibc") based system. Please obtain the current 1.1 (117v3) jdk from: http://www.blackdown.org/java-linux/mirrors.html cabbey at home dot net <*> http://members.home.net/cabbey I

Error loading libjava.so

1999-09-15 Thread Oliver White
I'm running the latest stable deb package of java, or trying too. I get this error when running 'java'. $ java uci.uml.Main /usr/lib/jdk1.1/bin/../bin/i586/green_threads/java: error in loading shared libraries: /usr/lib/jdk1.1/bin/../lib/i586/green_threads/libjava.so: u

Fix for "libjava.so not found"; Also sunwjit

1999-08-18 Thread Marc Rubin, Jay's Island Software Development & Consulting
A Blackdown team member provided a solution for my post here on 31-July-1999 regarding "Error: can't find libjava.so". The reply was via personal e-mail, so I'm forwarding the solution back to this listserv, for all who have asked for a follow up: >You tried someth

Error: can't find libjava.so

1999-07-31 Thread Marc Rubin, Jay's Island Software Development & Consulting
I installed JDK 1.2 pre-v2 according to the directions, but all java binaries report: "Error: can't find libjava.so". I've checked the archives of this mailing list and it appears that I'm missing the jdk1.2/lib/i386 directory, along with its subdirectories for threads.

Re: Missing libjava.so

1999-07-09 Thread Nathan Meyers
Levi wrote: > > I reacently installed the JDK ver. 1.2 on the latest (updated daily) > version of Debian. I tried to compile a basic text case with the following > command: > > javac HelloWorld.java > > But the compiler responded with this error: > > Error: c

Missing libjava.so

1999-07-09 Thread Levi
I reacently installed the JDK ver. 1.2 on the latest (updated daily) version of Debian. I tried to compile a basic text case with the following command: javac HelloWorld.java But the compiler responded with this error: Error: can't find libjava.so. I'd apreciate any help I can g

libjava.so

1999-06-07 Thread Steve Murphy
I'm having problems after installing 1.2. I am getting the following message when trying to run javac or java: Error: can't find libjava.so. I installed to /usr/contrib/jdk1.2/ The install instructions didn't say I had to do anything else besides setting up the bin

Re: Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Christophe Warland
> We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install JDK >1.2. We decompress it, execute "java" and get this error: > > "Error: Can't find libjava.so." > I had that problem a while a go when my user profi

Re: Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Steve Nguyen
From: Tomás Diago (tdiago) <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Tuesday, May 25, 1999 7:30 PMSubject: Java 1.2 installation problems (Can't find libjava.so) We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install

Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Tomás Diago (tdiago)
We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install JDK 1.2. We decompress it, execute "java" and get this error:   "Error: Can't find libjava.so."   But this file exists, and even copying it the dir /lib still fails...   Does anybody

RE: glibc2.1 & libjava.so

1999-05-13 Thread Sterling Moses
I upgraded to the 1.1.7v2 and it fixed this. You might try the latest 1.1.7v3 > -Original Message- > From: Zak McGregor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 13, 1999 3:34 AM > To: [EMAIL PROTECTED] > Subject: glibc2.1 & libjava.so > > > Hi

Re: glibc2.1 & libjava.so

1999-05-13 Thread Zak McGregor
On Thu, 13 May 1999, Zak McGregor wrote: > Hi all > > Does anyone know if downloading a version of jdk will help fix the > "/libjava.so: undefined symbol: _dl_symbol_value" error I'm getting? Answering my own question: I downloaded jdk 1.1

glibc2.1 & libjava.so

1999-05-13 Thread Zak McGregor
Hi all Does anyone know if downloading a version of jdk will help fix the "/libjava.so: undefined symbol: _dl_symbol_value" error I'm getting? Thanks = Zak McGregorLinux: Infoline South Africa

Re: can't find libjava.so

1999-03-16 Thread Christian Wohlfahrtstaetter
Hi there :) i read the archive, and i had the same problems with libjava.so i had both jdk versions installed (jdk1.1.7 and jdk1.2) and because i want to use jdk1.1.7 until jdk1.2 will run stable, i didn't changed my path enviroment variable. and just for a test i tried to run javac from th

Re: can't find libjava.so

1999-03-11 Thread Juergen Kreileder
>>>>> Steve Cohen writes: Steve> I have installed jdk 1.2 on my redhat 5.2 system and Steve> pointed my path at it. When I try to run java, I get the Steve> Error can't find libjava.so. I can find this file in Steve> jdk1.2/jre/lib/i386. I

Re: can't find libjava.so

1999-03-11 Thread pridemor
ECTED] cc: [EMAIL PROTECTED], [EMAIL PROTECTED] (bcc: Russell Pridemore/Lex/Lexmark) Subject: Re: can't find libjava.so Bruno Boettcher wrote: > > > Steve Cohen wrote: > > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > &g

Re: can't find libjava.so

1999-03-11 Thread Steve Cohen
Bruno Boettcher wrote: > > > Steve Cohen wrote: > > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > > > it. When I try to run java, I get the Error can't find libjava.so. > > > > I can find this file in jdk1.2

Re: can't find libjava.so

1999-03-11 Thread Bruno Boettcher
> > Steve Cohen wrote: > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > > it. When I try to run java, I get the Error can't find libjava.so. > > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to >

Re: can't find libjava.so

1999-03-10 Thread Steve Cohen
Alvaro del Castillo wrote: > Steve Cohen wrote: > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > it. When I try to run java, I get the Error can't find libjava.so. > > I can find this file in jdk1.2/jre/lib/i386. I tried copyin

Re: can't find libjava.so

1999-03-10 Thread Steve Cohen
Per Widerlund wrote: > Steve Cohen wrote: > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > it. When I try to run java, I get the Error can't find libjava.so. > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to &

Re: can't find libjava.so

1999-03-10 Thread Per Widerlund
Steve Cohen wrote: > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > it. When I try to run java, I get the Error can't find libjava.so. > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > /lib. That didnt' work. Where is it

can't find libjava.so

1999-03-10 Thread Steve Cohen
I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at it. When I try to run java, I get the Error can't find libjava.so. I can find this file in jdk1.2/jre/lib/i386. I tried copying it to /lib. That didnt' work. Where is it expecting to find

Can't load library 'libjava.so' ??

1998-10-07 Thread Ioan Salau
Hi folks. When I try execute java, javac, jar ... I receive follow error message: Can't load library 'libjava.so'. My OS is linux RedHat 5.0 and I use JDK1.1.1. Thanks in advance. Ioan Salau from Sibiu, Romania Email: [

free/malloc (re)defined in libjava.so?

1998-07-31 Thread Eric Ding
Hi, I'm working on a project (Applixware for Linux) that uses the JDK libjava.so internally. We've stumbled on some sort of bug that I think has to do with free() being redefined in libjava.so (it's not, for example, in Solaris, so we don't encounter this problem). I&

libjava.so vs. libdl.so

1998-06-15 Thread Bernd Kreimeier
fine. I can't remove "-ldl". I can do the odd glibc-2.0.7-13.rpm, gcc-2.8. It does not seem that JDK 1.1.6 changed things. I can also try Japhar again. So I'm back to aimless permutations... Frankly, it disturbes me that there is such a persistent problem with libdl.so and lib