Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2000 12:17:12 -0600 (CST)
From:      Craig Johnston <caj@lfn.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: making linux java app work under freebsd
Message-ID:  <Pine.GSO.3.96.1000312120635.26206A-100000@jane.lfn.org>
In-Reply-To: <20000312114135.A10898@sr.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Mar 2000, Gunnar Flygt wrote:

> On Sun, Mar 12, 2000 at 01:33:59AM -0600, Craig Johnston wrote:
> > 
> > Ok, here is the scoop.  We've got a Linux version of RealProducer, which
> > we need to use to splice together realaudio files.  If I can't make it work
> > under FreeBSD we gotta switch to a Linux box.  (boo, hiss.)
> > 
> > uname -a says:
> > FreeBSD jam.xxx.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Fri Jul 23 00:44:51 CDT 1999     caj@jam.xxx.com:/usr/src/sys/compile/JAM  i386
> > 
> > When I try to run the Linux binary it complains thusly:
> > /usr/local/rprod/bin/RealProducer: error in loading shared libraries: /usr/local/rprod/lib/i686/green_threads/libjava.so: undefined symbol: _dl_symbol_value
> 
> Have you got a /usr/local/rprod/lib directory? In that case see to that
> you point to it in the /compat/linux/etc/ld.so.conf file and also run
> /compat/linux/sbin/ldconfig and then try again!

The shell script that runs RealProducer sets up LD_LIBRARY_PATH.
I tried your suggestion and got the same result.  It also sets up
some java paths, CLASSPATH and such.  

It also sets:
LD_PRELOAD=/lib/libdl.so.2 

I changed it to point to /compat/linux/lib/libdl.so.2 with no change in
results.  

Any further ideas?

thanks,
Craig




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.1000312120635.26206A-100000>