Subject: | Error when running test |
distribution: Image-Imlib2-1.01
perl version: 5.8.0
o/s: Linux capricorn.biz 2.4.21-9.EL #1 Thu Jan 8 17:24:12 EST 2004 i686 i686 i386 GNU/Linux
I have compiled and built edb, imlib2 and imlib2-loaders from source.
The package compiles OK but when I run make test I get the following:
make test
/usr/bin/perl Build test
t/simple....NOK 1# Failed test (t/simple.t at line 5)
# Tried to use 'Image::Imlib2'.
# Error: Can't load '/home/a_khan/software/ag-perl-mods/Image-Imlib2-1.01/blib/arch/auto/Image/Imlib2/Imlib2.so' for module Image::Imlib2: libImlib2.so.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229.
# at (eval 1) line 2
# Compilation failed in require at (eval 1) line 2.
Deep recursion on subroutine "Image::Imlib2::AUTOLOAD" at /home/a_khan/software/ag-perl-mods/Image-Imlib2-1.01/blib/lib/Image/Imlib2.pm line 30.
make: *** [test] Interrupt
I have to hit Ctrl+C or it goes into an infinite loop and crashes the box.
The .so file it is complaining about exists and is readable by world.