Installing JPL
[email protected] ("You, Jay") Tue, 19 Jun 2001 12:11:32 -0400
| Newsgroups | perl.jpl |
|---|---|
| Message-ID | <DF49E0126762D3119EA400A0C92A863A48DBC8@coyote> |
I'm trying to install JPL with jdk1.3.1 and redhat 6.2.
It returned the following error messages while running sample programs.
Any ideas?
Thank you.
Jay
Testing Sample...
+ cd Sample
+ JPLDEBUG=1
+ export JPLDEBUG
+ java Sample
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/jplinstall/jpl/Sample/libSample.so:
/usr/lib/perl5/5.00503/i686-linux/CORE/libperl.so: undefined symbol: crypt
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at Sample.<clinit>(Sample.java:47)
Couldn't run Sample