Linux runtime error: GetPixel.al not found
Posted: 2011-03-16T12:01:25-07:00
I have configured and built PerlMagick from ImageMagick 6.6.7-8 on a Blade cluster running CentOS 5 (variant of RHEL5)with Perl 5.8.8. It appears to configure and build OK but when the calling script runs, this error message comes in:
Can't locate auto/Image/Magick/GetPixel.al in @INC (@INC includes ...)
The configure/build process is supposed to take care of doing the Perl autosplit/autoload and does produce an autosplit.ix file, but it only contains the line "1;" after its header. No .al files for any subroutines were generated, so all such functions fail. The GetPixel subroutine is in file Magick.xs but there is no __END__ marker there. Can anyone help on this?
Can't locate auto/Image/Magick/GetPixel.al in @INC (@INC includes ...)
The configure/build process is supposed to take care of doing the Perl autosplit/autoload and does produce an autosplit.ix file, but it only contains the line "1;" after its header. No .al files for any subroutines were generated, so all such functions fail. The GetPixel subroutine is in file Magick.xs but there is no __END__ marker there. Can anyone help on this?