Re: install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Randy Kobes
e Apache::garbage > in my httpd.conf I get > > can't load perl module apache::garbage for server www.foo.com:80 > exiting... > > but if I put it in a startup script > > PerlRequire "C:/blah/startup.pl" > > I get "Can't load perl file: C:/blah start

Re: install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Nick Pietraniec
Thanks, that was it... Stupid mistake, but there seems to be some conflicting docs out there. I'm trying to get a mod_perl1 module running on mod_perl2 and I seem to be having some difficulty. The logs are simply throwing "Can't load Perl file: c:/apache2/conf/ mod_per

RE: install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Steve Duran
Try Apache2::compat -Original Message- From: Nick Pietraniec [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 1:29 PM To: modperl@perl.apache.org Subject: install Apache::compat? (Was Can't load perl file) I think I've found the problem I was having... When I

install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Nick Pietraniec
I think I've found the problem I was having... When I try to add PerlModule Apache2 PerlModule Apache::compat to my http.conf I get "Can't load perl module for Apache2 for server www.blah.com:80 exiting when I comment out the first line I get to my http.conf I get "Can't load perl modu

Re: Can't load perl file

2005-06-11 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Pietraniec schrieb: | Yea, I've got to give it a shot next week. I'm still not very familiar | with the whole mod_perl universe. The script does simply the same | thing (can't load) is there any way to increase the verbosity? Error | log en

Re: Can't load perl file

2005-06-10 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well without an error message and the at least the lines of code fail we cann't be much of help ;-) Tom Nick Pietraniec schrieb: | I had something like | | use Apache2 | use Apache2::compat (); | | before, but I pasted directly what was in the tuto

Re: Can't load perl file

2005-06-10 Thread Nick Pietraniec
Yea, I've got to give it a shot next week. I'm still not very familiar with the whole mod_perl universe. The script does simply the same thing (can't load) is there any way to increase the verbosity? Error log entries seem pretty vague even on debug -Nick On Jun 10, 2005, at 12:38 AM, T

Re: Can't load perl file

2005-06-09 Thread Nick Pietraniec
I had something like use Apache2 use Apache2::compat (); before, but I pasted directly what was in the tutorial (below) and it worked. As long as I'm shooting out an email to the list, does anyone know offhand exactly what options I need to put in there to run a script that I'm moving from a

Re: Can't load perl file

2005-06-09 Thread Robert
"Nick Pietraniec" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Turns out it was an error in the mod_perl.pl file > > I took "Can't load" to mean "Where's this file?" Where I should have > taken it as "There's an error in this file" > What was the problem? I have that error as w

Re: Can't load perl file

2005-06-08 Thread Foo Ji-Haw
Yes. When it fails to compile, it returns exactly that 'Can't load...' message. Nick Pietraniec wrote: Turns out it was an error in the mod_perl.pl file I took "Can't load" to mean "Where's this file?" Where I should have taken it as "There's an error in this file" On Jun 8, 2005, at 3:0

Re: Can't load perl file

2005-06-08 Thread Foo Ji-Haw
es in httpd.conf and when I try to start Apache I get [Wed Jun 08 14:06:16 2005] [error] Can't load Perl file: c:/Apache2/conf/mod_perl.pl for server www.mysite.com:80, exiting... (Yes the file is there) but - if I instead put in -- PerlSwitches -IC:/Perl/site/lib/bundle Loa

Re: Can't load perl file

2005-06-08 Thread Nick Pietraniec
Turns out it was an error in the mod_perl.pl file I took "Can't load" to mean "Where's this file?" Where I should have taken it as "There's an error in this file" On Jun 8, 2005, at 3:00 PM, Nick Pietraniec wrote: Not a bad idea, but I just gave it a shot and no luck. On Jun 8, 2005, at

Re: Can't load perl file

2005-06-08 Thread Nick Pietraniec
Not a bad idea, but I just gave it a shot and no luck. On Jun 8, 2005, at 2:56 PM, Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Pietraniec schrieb: [...] | | | LoadFile "C:/Perl/bin/perl58.dll" ~ ^^^ | LoadModule perl_module modules/mod_perl.so | | Perl

Re: Can't load perl file

2005-06-08 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Pietraniec schrieb: [...] | | | LoadFile "C:/Perl/bin/perl58.dll" ~ ^^^ | LoadModule perl_module modules/mod_perl.so | | PerlRequire "c:/Apache2/conf/mod_perl.pl" ~ ^^^ | | --- Does the lower letter of c: matter.

Can't load perl file

2005-06-08 Thread Nick Pietraniec
in httpd.conf and when I try to start Apache I get [Wed Jun 08 14:06:16 2005] [error] Can't load Perl file: c:/Apache2/conf/mod_perl.pl for server www.mysite.com:80, exiting... (Yes the file is there) but - if I instead put in -- PerlSwitches -IC:/Perl/site/lib/bundle L