Hello,
I am trying to install Emilda on a Mandrake 9.2 machine. Once I got
to trying to configure the system in the last step, (Step 3 in
Section V in the installation guide) I started to have perl module
problems. I am not sure if this is completely a Emilda or a specific perl
modue issue, but hoepfully someone has some ideas. When I run the
configure script it fails with the following:
[root@stratego Emilda]# ./configure
Can't locate loadable object for module IDZebra in @INC (@INC
contains: /usr/lib/perl5/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/5.8.1
/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/site_perl/5.8.1/IDZebra.pm
line 7
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.1/IDZebra/Session.pm line 12.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.1/IDZebra/Session.pm line 12.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.1/lib/MARC.pm line 84.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.1/lib/MARC.pm line 84.
Compilation failed in require at ./config.pl line 26.
BEGIN failed--compilation aborted at ./config.pl line 26.
[root@stratego Emilda]#
Line 26 in the script is:
use lib::MARC;
If I comment that line out, I get the configuration menu (although I am
sure that I would have problems configure Emilda without the line). It
appears to me that lib::MARC is the perl module in ~/emilda/perl/lib so I
copied it to /usr/lib/perl5/site_perl/5.8.1/lib/MARC.pm.
Does anyone have an idea on what the configure script is looking for?
Ed C.