Perhaps someone could assist me. I have installed imageMagick/PerlMagick and all required support files using fink. Everything has installed correctly and tested somewhat by using the display utility. I am having considerable trouble though getting it to work with the Apache web server and mod_perl. The error log in apache is:
Can't locate loadable object for module Image::Magick in @INC (@INC contains: /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin /Library/Perl /Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl /Network/Library/Perl .) at /Library/WebServer/CGI- Executables/ids/index.cgi line 51 I have not been able to figure out how to get the inc path to include the fink paths /sw/lib/perl5 and sw/lib/perl5/darwin which appears to be what I need to fix this? All this is to try to get the perl module at ids.sourceforge.net to work on my os x web server. The index.cgi script starts out with: #!/usr/bin/perl # Load modules use strict; require CGI; use File::Basename; use Time::Local; use File::Find; use File::Path; use Image::Magick; and generates the error at the Image::Magick line. If I can figure this out I will write-up a how-to on getting this all to work correctly so others won't have to go through this! Thanks for any help! D. Bainbridge _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
