libperl.so: undefined symbol: crypt

[email protected] ("Eric Maas") Fri, 2 Jun 2000 15:06:35 -0600
Newsgroups perl.jpl
Message-ID <[email protected]>
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)