Problem with Apache::ASP

2001-01-24 Thread isaac
Title: Problem with Apache::ASP Has anyone noticed that they get errors when trying to use else or elsif statements with Apache::ASP. If I form my statements like this: % if($foo eq bar){ % pbar % } % % elsif($foo eq bar2){ % pbar2 % } % I get syntax errors. syntax error at (eval 28498

Re: Problem with Apache::ASP

2001-01-24 Thread G.W. Haywood
Hi there, On Tue, 23 Jan 2001, isaac wrote: Has anyone noticed that they get errors when trying to use else or elsif statements with Apache::ASP. Nope. If I form my statements like this: % if($foo eq Œbar¹){ % pbar % } % % elsif($foo eq Œbar2¹){ % pbar2 % } % Hmmm. What's

Re: Problem with Apache::ASP

2001-01-24 Thread Joshua Chamas
isaac wrote: Has anyone noticed that they get errors when trying to use else or elsif statements with Apache::ASP. If I form my statements like this: % if($foo eq ‘bar’){ % pbar % } % % elsif($foo eq ‘bar2’){ % pbar2 % } % I get syntax errors. ... Then I get no syntax

Re: Problem with Apache::ASP

2000-10-31 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Fabio Albertin wrote: There's one thing I forgot to mention: I'm running a statically compiled version of Papche, as recommended in the Apache::ASP README, so I don't think my httpd.conf needs to load any modules, or does it? I checked my log file for the

Re: Problem with Apache::ASP

2000-10-31 Thread Fabio Albertin
PS: You didn't answer my question: Have you seen the Guide? http://perl.apache.org/guide I have, but it's rather confusing. I'll search for some conlusive answers if I can find the time. Fabio Albertin

Re: Problem with Apache::ASP

2000-10-31 Thread G.W. Haywood
Hi Fabio, On Tue, 31 Oct 2000, Fabio Albertin wrote: Have you seen the Guide? http://perl.apache.org/guide I have, but it's rather confusing. Oh, dear, we'll have to do something about that. Can you point out any particular areas that are confusing? (Don't just say "all of it",

Problem with Apache::ASP

2000-10-30 Thread Fabio Albertin
Hello, I recentlu installed Apache::ASP on my server (i686, RH 6.2, Apache 1.3.12 + mod_perl, Perl 5, PHP 4) but I can't seem to get it working. When I try to access the /site/eg/ directory of the Apache::ASP distribution, the browser gives me a 500 error and my log says: [alert] [client

Re: Problem with Apache::ASP

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Fabio Albertin wrote: I try to access the /site/eg/ directory of the Apache::ASP distribution, the browser gives me a 500 error and my log says: [alert] [client 127.0.0.1] /usr/local/apache/htdocs/site/eg/.htaccess: Invalid command 'PerlSetVar', perhaps

Re: Problem with Apache::ASP

2000-10-30 Thread Fabio Albertin
Hello, There's one thing I forgot to mention: I'm running a statically compiled version of Papche, as recommended in the Apache::ASP README, so I don't think my httpd.conf needs to load any modules, or does it? I checked my log file for the status message and it didn't mention mod_perl... Do I

Re: Problem with Apache::ASP

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Matthew Byng-Maddick wrote: You'll still need an AddModule mod_perl.c declaration in your httpd.conf And Apache will need to be able to find the object file - but that should have been taken care of automatically by the 'make' steps. 73, Ged.

Another problem with Apache::ASP and DynaLoader.pm

2000-05-25 Thread Art
Hi. In the the error log I got the following error: [Thu May 25 08:05:41 2000] [error] Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.so' for module MD5: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.so: Undefined symbol "PL_markstack_ptr" at