You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Christian Holz <ch...@fastlane.de> on 2000/08/24 18:31:19 UTC

Apache::Sandwich

Hi there!

I've recently installed mod_perl and the Apache::Sandwich module using
Apache1.3.12 running under FreeBSD 3.4

mod_perl installation was just fine.

the Apache::Sandwich installation looked pretty good as well, make test
returned an ok, but after embedding the lines

PerlModule Apache::Sandwich
PerlModule Apache::Include

<FilesMatch "\.html$">
  SetHandler  perl-script
  PerlHandler Apache::Sandwich
 </FilesMatch>

<Location  /usr/home/www/test.domain.com>
   PerlSetVar HEADER "/usr/home/www/test.domain.com/banner.add"
</Location>

to the httpd.conf

Apache error log said

[Tue Aug  8 20:26:44 2000] [error] Can't locate
auto/Apache/Sandwich/handler.al in @INC (@INC contains:
/usr/libdata/perl/5.00502/mach /usr/libdata/perl/5.00502
/usr/local/lib/perl5/site_perl/5.005/i386 freebsd
/usr/local/lib/perl5/site_perl/5.005 . /usr/local/apache/
/usr/local/apache/lib/perl) at /usr/libdata/perl/5.00502/Carp.pm line 0

I mailed Vivik Khera, author of the Apache::Sandwich module. He advised me
to type

perl -MApache::Sandwich -e 1

to the shell, the command prompt returned without any messages. He also
checked the files in the install directory, saying the were ok.

Well, I'm a newbie to mod_perl and don't know much about perl.

Are there any files missing, and if yes where can i look for them (the error
msg doesn't help me much....)??? Or have i got another idea where to look???

Thx!!!!!

Chris