RE: Installing JPL
[email protected] ("You, Jay") Thu, 7 Jun 2001 09:21:03 -0400
| Newsgroups | perl.jpl |
|---|---|
| Message-ID | <DF49E0126762D3119EA400A0C92A863A48DBAD@coyote> |
Thank you everyone for your help. I downloaded more recent JPL from a cvs repository and made some progress. Now, when I run install-jpl, it goes further, but it failed with sample program testing. It gives the following error message. Any ideas? Thank you. Jay I'm using jdk1.3.1 and redhat 6.2. Testing Sample... + cd Sample + JPLDEBUG=1 + export JPLDEBUG + java Sample Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/jplinstall/test/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