Re: Help!

[email protected] (Brian Jepson) Wed, 26 Jul 2000 06:45:21 -0700 (PDT)
Newsgroups perl.jpl
Message-ID <[email protected]>
On Wed, 26 Jul 2000, Oleg wrote:

> My name is Oleg and I'm new to jpl.
> I have Red Hat 6.0, perl 5.6 with libperl.so and jdk1.1.7 with native
> threads.
> I set the paths, installed jpl but when doing: java Sample I'v got this
> message: 
> /usr/local/lib/perl5/5.6.0/i586-linux/CORE/libperl.so: undefined symbol: 
> crypt (libSample.so)
> Can't find class Sample
>


I have not seen this error myself, but I think others have posted
questions about it in the past.  My first guess would be to add -lcrypt to
the link line, but this is very naive advice on my part.  Another quick
thing to try would be something like:

  LD_PRELOAD=/lib/libcrypt.so.1 java Sample

--
Brian Jepson * ([email protected])  *  http://www.jepstone.net/