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/javac.
Not from ./
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/local/ I put
> /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 libjava.so.
What
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 something like 'cd jdk1.2/bin ; java