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

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.
  • Comment on Re^11: disable functions if module not installed