Re: Pb w/ Archive::Zip under Mac OS X 10.5

2007-11-15 Thread Laurent MARTIN
Did you upgrade this machine though? It's possible that you had a different perl before and that Archive::Zip was compiled with it. Finally, yesterday evening, I've fully compiled and installed Apache2, mod_perl2, Apache2::Request by myself: things are going much better and problems I had (cr

Re: Pb w/ Archive::Zip under Mac OS X 10.5

2007-11-14 Thread Laurent MARTIN
Did you upgrade this machine though? It's possible that you had a different perl before and that Archive::Zip was compiled with it. No, my version of Archive::Zip has just been downloaded from CPAN and compiled w/ the same Perl release as mod_perl.so (by me, so). I don't know enough about ho

Re: Pb w/ Archive::Zip under Mac OS X 10.5

2007-11-14 Thread Perrin Harkins
On Nov 14, 2007 6:17 AM, Laurent MARTIN <[EMAIL PROTECTED]> wrote: > I've checked my whole disk and I've got only one 'perl' binary, ie. the one > provided with Leopard (I haven't compiled Perl by myself) and installed in > /usr/bin. Did you upgrade this machine though? It's possible that you had

Re: Pb w/ Archive::Zip under Mac OS X 10.5

2007-11-14 Thread Laurent MARTIN
That sounds like the perl you compiled this module with (and that you use when you run CGI) is not the same as the one you compiled mod_perl with. Perrin, thank you for your help on this. I've checked my whole disk and I've got only one 'perl' binary, ie. the one provided with Leopard (I haven

Re: Pb w/ Archive::Zip under Mac OS X 10.5

2007-11-13 Thread Perrin Harkins
On Nov 13, 2007 4:02 PM, Laurent MARTIN <[EMAIL PROTECTED]> wrote: > When I run it through mod_perl, I get the following error message: > [Tue Nov 13 21:58:00 2007] [error] is only avaliable with the XS version That sounds like the perl you compiled this module with (and that you use when you run