Hi.
It is better if you send your messages to the list, not to me
personally. You will get more answers if I am on holiday for example..
Anyway, this line :
LoadFile "/Path/to/your/Perl/bin/perl5x.dll"
is not meant to be taken literally.
It means : replace "/Path/to/your/Perl/bin/perl5x.dll" by the real path
to the perl dll that you have on your system.
In other words, look in you perl/bin directory (probably C:\Perl\bin),
and find a file named "perl58.dll".
Then put the full path to that file in the LoadFile line, like :
Loadfile c:/perl/bin/perl58.dll
(in the Apache configuration, even under windows, you should use "/" as
a directory separator, not "\").
Then retry.
sandhya pawar wrote:
windows XP
Perl 5.8.9
Apache 2.2
Thru PPM I downloaded mod-perl2.0
Now I am trying to configure it..
I added the following line
LoadFile "/Path/to/your/Perl/bin/perl5x.dll"
LoadModule perl_module modules/mod_perl.so
in C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf
Apache service gets stop??
On Fri, 19 Dec 2008 André Warnier wrote :
sandhya pawar wrote: I am trying to send emails to modperl@perl.apache.org
but the mail gets bounced?
From the email copy attached, it looks as if your emails are getting bounced by
your own mail server. Anyway, it finally worked or we wouldn't be seeing this.
I need help regarding to buid the mod_perl.
C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2
I am getting Access Denied error?
Maybe you should tell us some more things, like :
- on which platform you are trying this
- which Apache is installed
- which perl is installed (and from where)
- why you are trying to build it yourself, rather than using one of the easier
mechanisms for installing mod_perl, such as, for instance :
http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages
Read that section carefully, and if applicable, use one of the methods
indicated there to install mod_perl.