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 /var/www/html/libapreq2-2.06-dev/glue/perl/xsbuilder/apreq_xs_postperl.h:24:33: error: modperl_common_util.h: Arquivo ou diretório não encontrado In file included from Apache2.xs:45: /var/www/html/libapreq2-2.06-dev/glue/perl/xsbuilder/APR/Request/Apache2/APR__Request__Apache2.h:1:22: error: mod_perl.h: Arquivo ou diretório não encontrado Apache2.c: In function 'XS_APR__Request__Apache2_handle': Apache2.c:65: warning: initialization makes pointer from integer without a cast make[6]: ** [Apache2.o] Erro 1 make[6]: Leaving directory `/var/www/html/libapreq2-2.06-dev/glue/perl/xs/APR/Request/Apache2' make[5]: ** [subdirs] Erro 2 make[5]: Leaving directory `/var/www/html/libapreq2-2.06-dev/glue/perl/xs/APR/Request' make[4]: ** [subdirs] Erro 2 make[4]: Leaving directory `/var/www/html/libapreq2-2.06-dev/glue/perl/xs/APR' make[3]: ** [subdirs] Erro 2 make[3]: Leaving directory `/var/www/html/libapreq2-2.06-dev/glue/perl/xs' make[2]: ** [subdirs] Erro 2 make[2]: Leaving directory `/var/www/html/libapreq2-2.06-dev/glue/perl' make[1]: ** [perl_glue] Erro 2 make[1]: Leaving directory `/var/www/html/libapreq2-2.06-dev/glue' make: ** [all-recursive] Erro 1 How can I install Mason without the Apache::Request dependency? I want to try the CGI mode now. The recomendation is to use CGI mode or modperl? What is better? Any help? 2005/11/4, Perrin Harkins <[EMAIL PROTECTED]>: > 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 > >