well, thank you Randy, so, i guess i have to get perl 5.8
this is how the line i told you looks like when the apxs package is
downloaded
        unless $vers =~ m!Apache/2.0!;
and this is how i fixed it
        unless $vers = ~ m!Apache/2.0!;
hope it helps

----- Original Message -----
From: "Randy Kobes" <[EMAIL PROTECTED]>
To: "Douglas Andrik Russel Antonio Chet Morales" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 12, 2004 1:07 PM
Subject: Re: Help Needed


On Mon, 12 Jan 2004, Douglas Andrik Russel Antonio Chet Morales wrote:

> Hi everyone, i'm asking for help, i'm a newbie trying to
> install mod perl, I'm using win 98, active perl 5.6.0
> build 624, Apache 1.3.12 and Apache 2.0.48 with apxs. and
> i've not been able to install mod perl, neither by using
> the packages on perl.apache.org, neither by using packages
> on theoryx5.uwinnipeg.ca

Although I haven't tested this, it wouldn't surprise me if
the mod_perl ppm package for Apache 1 didn't work for
Apache/1.3.12 - that's a relatively old version, and the ppm
package was compiled against 1.3.29. If you must use Apache
1.3, try upgrading to 1.3.29. As for using Apache 2, you
must use ActivePerl 8xx (based on perl-5.8) for mod_perl 2
on Win32.

> i also hat to fix an error on the util.pl script used to
> configure apxs, i guess it's only for win users, the error
> was on the line that tried to guess the version, there was
> an blank char left outside.

Thanks - I'll look into that.

--
best regards,
randy kobes



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to