linux - Apache2::Request (libapreq2-2.13) on centos 5.5 -


i'm having torrid time installing apache2::request on centos 5.5. apache standard 1 came centos. i'm installing libapreq2-2.13 , lot of dependencies didn't exist. far had do:

yum install httpd-devel # apxs

i did:

perl makefile.pl --with-apache2-apxs=/usr/sbin/apxs make

the make step told me needed: extutils-xsbuilder , parse-recdescent, duly installed.

running make again gave compiler error:

/home/xx/installers/libapreq2-2.13/glue/perl/xsbuilder/apreq_xs_postperl.h:22:34: error: modperl_perl_unembed.h: no such file or directory /home/xx/installers/libapreq2-2.13/glue/perl/xsbuilder/apreq_xs_postperl.h:25:33: error: modperl_common_util.h: no such file or directory  in file included apache2.xs:45: /home/xx/installers/libapreq2-2.13/glue/perl/xsbuilder/apr/request/apache2/apr__request__apache2.h:1:22: error: mod_perl.h: no such file or directory 

can tell me package i'm missing? there not method of installing common package "just works" (tm). many thanks

it's packaged centos.

$ repoquery -i --whatprovides 'perl(apache2::request)' perl-libapreq2-0:2.09-0.rc2.1.el5.x86_64  $ sudo yum install perl-libapreq2 

(actually, works if you're using epel repository)


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -