mod_perl for Perl 5.010

mod_perl for Perl 5.010

am 07.02.2008 15:39:04 von fzarabozo

Éste es un mensaje de varias partes en formato MIME.
--===============0867855897==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0024_01C86964.E57252E0"

Éste es un mensaje de varias partes en formato MIME.
------=_NextPart_000_0024_01C86964.E57252E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello All,

I'm giving a try to Activestate Perl 5.010 in our DEV server. I'm also =
using Apache 2.2.8, all on Windows 2003 Server.

The first problem i'm getting is that Apache cannot start with my old =
mod_perl for Perl 5.8 and Apache 2.2 (as expected). I'm trying to find =
the right version of mod_perl for my configuration, but i still haven't =
found it.

Can any one please point me in the right direction?

Thanks in advance.

Cheers,

Paco Zarabozo


------=_NextPart_000_0024_01C86964.E57252E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



content=3Dtext/html;charset=3Diso-8859-1>

style=3D"PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px"=20
bgColor=3D#ffffff leftMargin=3D0 topMargin=3D0 CanvasTabStop=3D"true"=20
name=3D"Compose message area">

Hello All,

 

I'm giving a try to Activestate Perl 5.010 in =
our DEV=20
server. I'm also using Apache 2.2.8, all on Windows 2003=20
Server.

 

The first problem i'm getting is that Apache cannot =
start with=20
my old mod_perl for Perl 5.8 and Apache 2.2 (as expected). I'm =
trying to=20
find the right version of mod_perl for my configuration, but i still =
haven't=20
found it.

 

Can any one please point me in the right=20
direction?

 

Thanks in advance.

 

Cheers,

 

Paco Zarabozo

 

 


------=_NextPart_000_0024_01C86964.E57252E0--


--===============0867855897==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============0867855897==--

Re: mod_perl for Perl 5.010

am 07.02.2008 15:42:35 von fzarabozo

Sorry, I forgot to send this message as plain text the last time.


-------------------------------------------
From: Zarabozo, Francisco (GE, Corporate)
Sent: Thursday, February 07, 2008 8:39 AM
To: activeperl@listserv.ActiveState.com
Subject: mod_perl for Perl 5.010


Hello All,

I'm giving a try to Activestate Perl 5.010 in our DEV server. I'm also using
Apache 2.2.8, all on Windows 2003 Server.

The first problem I'm getting is that Apache cannot start with my old
mod_perl for Perl 5.8 and Apache 2.2 (as expected). I'm trying to find the
right version of mod_perl for my configuration, but I still haven't found
it.

Can any one please point me in the right direction?

Thanks in advance.

Cheers,

Paco Zarabozo



_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: mod_perl for Perl 5.010

am 07.02.2008 16:52:30 von Randy Kobes

On Thu, 7 Feb 2008, Zarabozo, Francisco (GE, Corporate) wrote:

> Hello All,
>
> I'm giving a try to Activestate Perl 5.010 in our DEV
> server. I'm also using Apache 2.2.8, all on Windows 2003
> Server.
>
> The first problem i'm getting is that Apache cannot start
> with my old mod_perl for Perl 5.8 and Apache 2.2 (as
> expected). I'm trying to find the right version of
> mod_perl for my configuration, but i still haven't found
> it.
>
> Can any one please point me in the right direction?

There's some general issues with mod_perl and perl-5.10 that
are currently being sorted out. These will likely be
finalized shortly; when things are more or less stable,
I'll upload a mod_perl ppm package to our UWinnipeg
repository.

If you have access to an ActivePerl-compatible compiler,
you can track the changes in the mod_perl svn sources
and on the mod_perl dev mailing list.

--
best regards,
Randy Kobes
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: mod_perl for Perl 5.010

am 28.02.2008 03:41:29 von fzarabozo

Dear Randy,

Thank you very much for your efforts. I just downloaded mod_perl for Perl
5.010 from your UWinnipeg repository and so far it's working perfectly with
Apache 2.2.

Just a little thing I noticed: In the final notes that PPM shows after
installing the package, it refers to Perl 5.8 and makes advice to add the
configuration lines in httpd.conf also refering to perl5.8.dll. It also
suggests to save mod_perl.so into Apache2.0 folder. Well, It's just
something and It didn't affect the functionality with Perl 5.010 and Apache
2.2, It just made me think at first that i was installing the wrong package,
but everything worked just fine.

Thanks a lot. :-)

Sincerely,

Paco Zarabozo




From: Randy Kobes
Sent: Thursday, February 07, 2008 9:52 AM
To: Zarabozo, Francisco (GE, Corporate)
Cc: activeperl@listserv.ActiveState.com
Subject: Re: mod_perl for Perl 5.010


On Thu, 7 Feb 2008, Zarabozo, Francisco (GE, Corporate) wrote:

> Hello All,
>
> I'm giving a try to Activestate Perl 5.010 in our DEV
> server. I'm also using Apache 2.2.8, all on Windows 2003
> Server.
>
> The first problem i'm getting is that Apache cannot start
> with my old mod_perl for Perl 5.8 and Apache 2.2 (as
> expected). I'm trying to find the right version of
> mod_perl for my configuration, but i still haven't found
> it.
>
> Can any one please point me in the right direction?

There's some general issues with mod_perl and perl-5.10 that
are currently being sorted out. These will likely be
finalized shortly; when things are more or less stable,
I'll upload a mod_perl ppm package to our UWinnipeg
repository.

If you have access to an ActivePerl-compatible compiler,
you can track the changes in the mod_perl svn sources
and on the mod_perl dev mailing list.

--
best regards,
Randy Kobes

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: mod_perl for Perl 5.010

am 28.02.2008 21:37:15 von Randy Kobes

On Wed, 27 Feb 2008, Zarabozo, Francisco (GE, Corporate) wrote:

>
> Dear Randy,
>
> Thank you very much for your efforts. I just downloaded mod_perl for Perl
> 5.010 from your UWinnipeg repository and so far it's working perfectly with
> Apache 2.2.
>
> Just a little thing I noticed: In the final notes that PPM shows after
> installing the package, it refers to Perl 5.8 and makes advice to add the
> configuration lines in httpd.conf also refering to perl5.8.dll. It also
> suggests to save mod_perl.so into Apache2.0 folder. Well, It's just
> something and It didn't affect the functionality with Perl 5.010 and Apache
> 2.2, It just made me think at first that i was installing the wrong package,
> but everything worked just fine.

Thanks very much for pointing this out - I'll fix the
references to perl-5.8 and Apache/2.0 shortly.

--
best regards,
Randy

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs