Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 59819 invoked by uid 500); 5 Nov 2002 00:26:29 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 59806 invoked from network); 5 Nov 2002 00:26:28 -0000 Date: Mon, 4 Nov 2002 19:26:35 -0500 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Message-Id: <1443@home.nilspace.com> From: Neil Gunton To: embperl Subject: 2.0b8: MailFormTo and strange crashes X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org