Errors with mod_perl as a DSO

2000-04-04 Thread Drew Degentesh
I have mod perl installed as a DSO. I can confirm this (I think) by: -- % telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Date: Tue, 04 Apr 2000 18:01:21 GMT Server:

Re: Errors with mod_perl as a DSO

2000-04-04 Thread Vivek Khera
"DD" == Drew Degentesh [EMAIL PROTECTED] writes: DD Unfortunately, even the simplest of scripts bombs out... Consider: DD -- DD # login.pl DD #!/usr/bin/perl DD use Apache() || die "cant use apache()"; DD