Re: libperl.so: undefined symbol: crypt

[email protected] (Brian Jepson) Sun, 4 Jun 2000 08:25:59 -0700 (PDT)
Newsgroups perl.jpl
Message-ID <[email protected]>
I have not seen this error. However, the output of 'perl -V' will tell us
a lot about your platform configuration, and might provide a hint to
someone as to what could be wrong.

Also, what version of Java are you using?

On Fri, 2 Jun 2000, Eric Maas wrote:

> I'm having trouble with the crypt error too. Anyone solved this yet? This is
> the error I get:
> 
> java Sample
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /usr/local/src/perl-5.6.0/jpl/Sample/libSample.so:
> /usr/local/lib/perl5/5.6.0/i686-linux/CORE/libperl.so: undefined symbol:
> crypt
>         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1315)
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1239)
>         at java.lang.Runtime.loadLibrary0(Runtime.java:466)
>         at java.lang.System.loadLibrary(System.java:774)
>         at Sample.<clinit>(Sample.java:47)
> 

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