Aaron,
The PerlInterpreter stuff is still experimental so unless your goal is really to call Perl from directly Java, you
don't need to worry about it.
Here's what I think is the problem:
libc=/lib/libc-2.2.4.so, so=so, useshrplib=false, libperl=libperl.a
I think your Perl is statically built (libperl=libperl.a), so that's why the PerlInterpreter module can't
load the perl library dynamically. Please tell me that is the case (see if you can find libperl.so in the Perl directories) and if so I will try to put in a test case for that.
In any event, just say 'no' to building PerlInterpreter when you install and you will be ok to use Inline::Java
for the rest of the stuff.
Patrick
-- ===================== Patrick LeBoutillier Laval, Quebec, Canada