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,
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
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
/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
/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
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
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
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
>>>>> 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
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
>>>>> "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
>>>>> 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>
> /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
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
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
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
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
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
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
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
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
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.
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
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
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
> 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
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
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
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
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
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
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
>>>>> 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
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
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
> > 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
>
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
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
&
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
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
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: [
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&
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
43 matches
Mail list logo