Re: mod_perl on win2k: cannot load module

2001-07-07 Thread frans

I 've tried the new version
The problem is simple..
When i change the env of win32 i used, the mod_perl run.
I suggest you change the env by setting
set PATH=C:\perl\bin\
or wherever your perl interpreter located,
then start apache from MS-DOS prompt
Good luck

-
  Frans
  Electronics Engineering
  Department of Electrical Engineering
  Institut Teknologi Bandung
  Email: [EMAIL PROTECTED]
-

On Fri, 6 Jul 2001, frans wrote:

 I use Apache 1.3.9 and it's an old version of course..
 why don't you try compiling the source code provided by www.modperl.org ?
 Thank you.
 
 -
   Frans
   Electronics Engineering
   Department of Electrical Engineering
   Institut Teknologi Bandung
   Email: [EMAIL PROTECTED]
 -
 
 On Wed, 4 Jul 2001, Randy Kobes wrote:
 
  On Wed, 4 Jul 2001, frans wrote:
  
   Try download ApacheModulePerl.dll from
   www.cpan.org, choose by author, Jeffrey_Baker
   good luck
  
  Does this work for you? What Apache version are you using?
  The mod_perl dll is fairly dependent on the version of Apache
  it was compiled with, and this version on CPAN was compiled
  against a fairly old Apache.
  
  best regards,
  randy kobes
  
 




Re: mod_perl on win2k: cannot load module

2001-07-05 Thread frans

I use Apache 1.3.9 and it's an old version of course..
why don't you try compiling the source code provided by www.modperl.org ?
Thank you.

-
  Frans
  Electronics Engineering
  Department of Electrical Engineering
  Institut Teknologi Bandung
  Email: [EMAIL PROTECTED]
-

On Wed, 4 Jul 2001, Randy Kobes wrote:

 On Wed, 4 Jul 2001, frans wrote:
 
  Try download ApacheModulePerl.dll from
  www.cpan.org, choose by author, Jeffrey_Baker
  good luck
 
 Does this work for you? What Apache version are you using?
 The mod_perl dll is fairly dependent on the version of Apache
 it was compiled with, and this version on CPAN was compiled
 against a fairly old Apache.
 
 best regards,
 randy kobes
 




RE: mod_perl on win2k: cannot load module

2001-07-04 Thread Ender Josef

Do you get this error Cannot load c:/a. if you start apache from
command line or only if you start it as service?
Be sure your Perl bin directory is in the system path.

regards,
Josi

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 04 July, 2001 06:36 AM
 To: [EMAIL PROTECTED]
 Subject: mod_perl on win2k: cannot load module
 
 
 I am a currently trying to have Apache and mod_perl to run 
 with win 2000. This is part of a review being currently 
 undertaken by my company on what technical solution to use 
 for our intranet web server.
 
 I have installed Apache 1.20 downloaded from apache.org web site.
 I have installed Perl from Activestate. The version installed 
 is ActivePerl-5.6.1.626-MSWin32-x86-multi-thread.
 I have downloaded mod_perl from ftp://theoryx5.uwinnipeg.ca, 
 installed it using ppm. The version of the package I have 
 installed is mod_perl-1_25_1_3_20-eapi.tar.gz
 
 Unfortunately, I have trouble running mod_perl: when I start 
 Apache, I get the following error message:
Syntax error on line 204 of c:/apache/apache/conf/httpd.conf:
 Cannot load c:/apache/apache/modules/mod_perl.so into server: 
 (127) The specified procedure could not be found:
 
 I have some questions. Thanks for any information that could 
 be provided:
 1) Would anyone know what causes this error message and what 
 I could do to solve the issue?
 2) What is the difference between the eapi and no eapi 
 versions of mod_perl. I have tried both, without success. I 
 get an error message complaining about API in the version of 
 mod_perl that does not have eapi in its name.
 3) In the mailing list and at other places on the net, 
 reference is made of expat_win32.dll. What is this dll for? 
 Do I need it?
 
 Raphael
 __
 Voila vous propose une boite aux lettres gratuite sur Voila Mail:
 http://mail.voila.fr
 
 
 



Re: mod_perl on win2k: cannot load module

2001-07-04 Thread Randy Kobes

On Wed, 4 Jul 2001, [EMAIL PROTECTED] wrote:

 I am a currently trying to have Apache and mod_perl to run with win 2000. This is 
part of a review being currently undertaken by my company on what technical solution 
to use for our intranet web server.

 I have installed Apache 1.20 downloaded from apache.org web site.
 I have installed Perl from Activestate. The version installed is 
ActivePerl-5.6.1.626-MSWin32-x86-multi-thread.
 I have downloaded mod_perl from ftp://theoryx5.uwinnipeg.ca, installed it using ppm. 
The version of the package I have installed is mod_perl-1_25_1_3_20-eapi.tar.gz

 Unfortunately, I have trouble running mod_perl: when I start Apache, I get the 
following error message:
Syntax error on line 204 of c:/apache/apache/conf/httpd.conf:
 Cannot load c:/apache/apache/modules/mod_perl.so into server: (127) The specified 
procedure could not be found:

 I have some questions. Thanks for any information that could be provided:
 1) Would anyone know what causes this error message and what I could do to solve the 
issue?

As another reply noted, is the mod_perl-enabled Perl in your PATH?
And does it occur first, if you have multiple Perl binaries on
your system? This is the most common cause of this error ... Also, check
that mod_perl.so does exist in C:/apache/apache/modules/. Finally,
make sure, if you get the non-eapi version,  that you grab the mod_perl
version that corresponds to your Apache version - the numbering goes like
mod_perl-x.xx_y.yy.ppd, where x.xx denotes the mod_perl version and y.yy
that of Apache. The non-eapi mod_perl ppd that corresponds to the
latest Apache is at http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd.

 2) What is the difference between the eapi and no eapi versions of mod_perl. I have 
tried both, without success. I get an error message complaining about API in the 
version of mod_perl that does not have eapi in its name.

Ones with eapi in the name were compiled with the EAPI flag, which
is used with mod_ssl. This isn't needed unless you're using mod_ssl.

 3) In the mailing list and at other places on the net, reference is made of 
expat_win32.dll. What is this dll for? Do I need it?

This is the expat library for use with the latest version of
XML-Parser - the reason for the special name is that the expat
and XML-Parser sources were modified to avoid a namespace
conflict on Win32. Don't bother with this unless you're trying
to install the latest XML-Parser.

best regards,
randy kobes




Re: mod_perl on win2k: cannot load module

2001-07-04 Thread Randy Kobes

On Wed, 4 Jul 2001, frans wrote:

 Try download ApacheModulePerl.dll from
 www.cpan.org, choose by author, Jeffrey_Baker
 good luck

Does this work for you? What Apache version are you using?
The mod_perl dll is fairly dependent on the version of Apache
it was compiled with, and this version on CPAN was compiled
against a fairly old Apache.

best regards,
randy kobes




Re: mod_perl on win2k: cannot load module

2001-07-03 Thread frans

Try download ApacheModulePerl.dll from 
www.cpan.org, choose by author, Jeffrey_Baker
good luck

-
  Frans
  Electronics Engineering
  Department of Electrical Engineering
  Institut Teknologi Bandung
  Email: [EMAIL PROTECTED]
-

On Wed, 4 Jul 2001, [EMAIL PROTECTED] wrote:

 I am a currently trying to have Apache and mod_perl to run with win 2000. This is 
part of a review being currently undertaken by my company on what technical solution 
to use for our intranet web server.
 
 I have installed Apache 1.20 downloaded from apache.org web site.
 I have installed Perl from Activestate. The version installed is 
ActivePerl-5.6.1.626-MSWin32-x86-multi-thread.
 I have downloaded mod_perl from ftp://theoryx5.uwinnipeg.ca, installed it using ppm. 
The version of the package I have installed is mod_perl-1_25_1_3_20-eapi.tar.gz
 
 Unfortunately, I have trouble running mod_perl: when I start Apache, I get the 
following error message:
Syntax error on line 204 of c:/apache/apache/conf/httpd.conf:
 Cannot load c:/apache/apache/modules/mod_perl.so into server: (127) The specified 
procedure could not be found:
 
 I have some questions. Thanks for any information that could be provided:
 1) Would anyone know what causes this error message and what I could do to solve the 
issue?
 2) What is the difference between the eapi and no eapi versions of mod_perl. I have 
tried both, without success. I get an error message complaining about API in the 
version of mod_perl that does not have eapi in its name.
 3) In the mailing list and at other places on the net, reference is made of 
expat_win32.dll. What is this dll for? Do I need it?
 
 Raphael
 __
 Voila vous propose une boite aux lettres gratuite sur Voila Mail:
 http://mail.voila.fr