in reply to Re^9: disable functions if module not installed
in thread disable functions if module not installed

That's would cause bootstrap to die, setting $is_Magick to false. All's good.

So what's calling AUTOLOAD?

Replies are listed 'Best First'.
Re^11: disable functions if module not installed
by Anonymous Monk on Nov 04, 2008 at 14:20 UTC
    PerlMagick runs out of memory says It stems from PerlMagick being unable to load libMagick.so: .... Once you figure this out -- by setting LD_LIBRARY_PATH to include the location of libMagick.so.10 or whatever else it takes on your OS -- the "runs out of memory" issue will go away too.