You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Bird Lei <bi...@usa.net> on 2004/09/15 20:12:35 UTC

Problem with Image::Imlib2 with mod_perl

I am experiencing error when running a script under modperl while the script
runs fine elsewhere.

I am installing Apache::Gallery.  Everything runs fine except the main part:
Image::Imlib2, which used by A::G, complains that "Image::Imlib2 load error:
No loader for file format".  However, the same steps (loading, resizing, and
saving an image) work outside of the modperl environment.

It seems like when under modperl, Image::Imlib2 does not know where to find
the library it needs.

What do I need to do to fix this?

Background info:
I am using Red Hat Enterprise Linux 3 AS with the Imlib2 RPM from dag (
http://dag.wieers.com/packages/imlib2/ ). 
A::G and its dependency were installed with perl's CPAN shell and it ran
without a problem.

Thanks a million!
- bird



-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html