Page 1 of 1

Perl, mod_perl, perl module install on XAMPP 1.8.2 (Win7)

PostPosted: 07. January 2014 12:55
by jhfoo
Hi guys,

I'm using 1.8.2 ZIPped edition of this great app. Tried to install a perl module via cpan, but it complained there's no make. Tried to install via ppm but it complained there's no libexpat-1_.dll. I can't find the mod_perl library either.

It seems I'm not the only one with these issues, but no-one has since responded with a viable solution, so I'm posting here in the hope that someone here knows something.

Is Perl not actively supported on the XAMPP stack any more?

Re: Perl, mod_perl, perl module install on XAMPP 1.8.2 (Win7

PostPosted: 07. January 2014 14:03
by JJ_Tagy
If I remember right, full ppm and library support isn't included in free perl anymore.

Re: Perl, mod_perl, perl module install on XAMPP 1.8.2 (Win7

PostPosted: 07. January 2014 19:13
by gsmith
mod_perl is lagging behind on supporting Apache 2.4

Re: Perl, mod_perl, perl module install on XAMPP 1.8.2 (Win7

PostPosted: 08. January 2014 02:49
by jhfoo
JJ_Tagy wrote:If I remember right, full ppm and library support isn't included in free perl anymore.


What do you mean, we gotta pay for ppm/ cpan? Or it's just not coming together with stock portable Perl?

Re: Perl, mod_perl, perl module install on XAMPP 1.8.2 (Win7

PostPosted: 08. January 2014 03:17
by JJ_Tagy
Oh, I know what I was thinking. DBI is no longer free. Requires a business license. Also, they haven't included libraries since 5.12/4ish. That's why I installed an older Perl in my XAMPP stack.

Re: Perl, mod_perl, perl module install on XAMPP 1.8.2 (Win7

PostPosted: 17. January 2014 00:51
by sayWhaat
JJ_Tagy wrote:Oh, I know what I was thinking. DBI is no longer free. Requires a business license. Also, they haven't included libraries since 5.12/4ish. That's why I installed an older Perl in my XAMPP stack.


So, I presume you meant to say DBI is CC (i.e. free) while it is ActiveState that is charging the business license for their precompiled binary. Yeah Strawberry Perl, or IndigoPerl, etcetera, if you aren't able to compile yourself.