Re: Can't install libapreq2 on Fedora 2

2005-11-05 Thread Chris Grau
On Fri, Nov 04, 2005 at 03:00:30PM -0200, Victor Dias wrote: > I did the same install on Fedora 4 with mod_perl-2.0.1-1.fc4. > > cd libapreq2-2.06-dev > perl Makefile.PL --with-apache2-apxs=/usr/sbin/apxs > make [snip] > How can I install Mason without the Apache::Request dependency? > I want to t

Re: Can't install libapreq2 on Fedora 2

2005-11-04 Thread Fred Moyer
On Fri, 4 Nov 2005 9:33 am, Victor Dias wrote: I did the same install on Fedora 4 with mod_perl-2.0.1-1.fc4. Any help? Try building 2.0.2 from source. The redhat / fedora packages have never been completely error free in my experience. I've built 2.0.2 with libapreq 2.0.6-dev several tim

Re: Can't install libapreq2 on Fedora 2

2005-11-04 Thread Victor Dias
I did the same install on Fedora 4 with mod_perl-2.0.1-1.fc4. cd libapreq2-2.06-dev perl Makefile.PL --with-apache2-apxs=/usr/sbin/apxs make receive: /var/www/html/libapreq2-2.06-dev/glue/perl/xsbuilder/apreq_xs_postperl.h:21:34: error: modperl_perl_unembed.h: Arquivo ou diretório não encontrado

Re: Can't install libapreq2 on Fedora 2

2005-11-04 Thread Perrin Harkins
On Fri, 2005-11-04 at 13:50 -0200, Victor Dias wrote: > Im using: [...] > mod_perl-1.99_12-2.1 You need a newer mod_perl. The latest is 2.0.2. - Perrin