Randy:

Thanks  for replying my message.

First of all, my Perl os working and I can run some perl program in cgi-bin
directory from browser.  The c:\perl\bin is of course in the path.

My Perl version is : v5.6.0 built for MSWin32-x86-multi-thread.
Apache version is the lastest 1_3_12 (Win32) and
Mod_perl is 'mod_perl-1.16-bin-bindist1-i386-win32-vc5',  which is compiled
by Viusal C++ 5.0.  This is the only Win32 version of mod_perl I can find.
I download the mod_perl from CPAN in the author directory of
/Jeffrey_Baker/.  I did not do any compilation at all.

I need more suggestion from you or it is not a good idea to run the server
on Win98.

Thanks,

Xingjian



----- Original Message -----
From: "Randy Kobes" <[EMAIL PROTECTED]>
To: "shang" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 8:49 AM
Subject: Re: loading of mod_perl


> On Wed, 29 Mar 2000, shang wrote:
>
> > Hi,
> >
> > I have some problem loading ApacheModulePerl.dll into Apache server
> > I installed in Windows 98.  All the other *.dll in c:\apache\modules can
> > be loaded but not this one.  The following is the error message when I
> > typed 'apache -s' :
> > (The line 188 actually contains the
> > 'LoadModule perl_module modules/ApacheModulePerl.dll' )
> >
> > Syntax error on line 188 of c:/apache/conf/httpd.conf:
> > Cannot load c:/apache/modules/ApacheModulePerl.dll into server:
>
> Hi,
>     Does Perl work OK otherwise? For example, does 'perl -v'
> print out the version number? Does your PATH contain the
> perl binary? Was the apache, perl, and mod_perl distributions
> (including ApacheModulePerl.dll) compiled with the same
> compiler? In particular, was ApacheModulePerl.dll compiled
> with the same version of Apache that you're now using?
>
> best regards,
> Randy Kobes
>
>

Reply via email to