Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 1998 09:09:21 +0100
From:      Claudio Eichenberger <claudio@nty.com>
To:        freebsd-java@FreeBSD.ORG
Subject:   ld.so failed: C'ant find shared library libjava.so.1.1
Message-ID:  <34FE5DB1.1372@nty.com>

next in thread | raw e-mail | index | archive | help
Java Support Team:

Hi,

I downloaded the http://www.freebsd.org/java/jdk1.1.5.V98-2-25.tar.gz
and installed it on FreeBSD 2.2.2 .

Problem:

I launched eg.

% javac Test.java
%

Nothing happened, no class got created.

I saw by executing 

% /usr/local/jdk1.1.5/bin/i386/green_threads/java
ld.so failed: C'ant find shared library libjava.so.1.1

I made then

# pushd /usr/local/jdk1.1.5/lib/i386/green_threads
# ln -s libawt.so	libawt.so.1.1
# ln -s libawt_g.so	libawt_g.so.1.1
# ln -s libjava.so	libjava.so.1.1
# ln -s libjava_g.so	libjava_g.so.1.1
# ldconfig -m /usr/local/jdk1.1.5/lib/i386/green_threads

but it didn't help. No classes get created.

Do you know what I'm doing wrong ?

Many thanks for your help in advance

:Claudio		http://www.jted.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34FE5DB1.1372>