When I try to call MailFormTo I get the following error: [1856]ERR: 24: Error in Perl code: Can't locate auto/Embperl/MailFormTo.al in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /www/contact/index.html line 4
This happens in offline mode as well as in Apache. Embperl 2.x seemed to install and run successfully, and I can use it to serve simple pages, but this error occurs just when the code to call MailFormTo is executed. Also, I am using: Apache/1.3.27 Ben-SSL/1.48 (Unix) mod_gzip/1.3.19.1a mod_perl/1.27 On RedHat Linux 7.3. Another strange behavior (probably unrelated, but you never know): I notice that when I have tried to use Embperl 2.x along with the old HTML::Embperl, Apache would not start up if 2.x was declared before 1.x in startup.pl. So this would work: use HTML::Embperl (); use HTML::EmbperlObject (); use Embperl (); but moving the third line to the first causes a problem. I am also finding this when I remove the old Embperl lines (even though there is nothing using it in startup.pl or httpd.conf, all commented out or changed to use Embperl and Embperl::Object). There is nothing in the Apache or Emperl logs, but Apache simply fails to start. Or, rather it seems to think it's started but then it just isn't there. Anybody else seen this stuff? Any clues much appreciated... TIA -Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
