Pour le header httpd.h il faut avoir sur la machine httpd-devel installé en plus de perl
et mod_perl aussi
regarde ça :
http://perl.apache.org/embperl/pod/INSTALL.htm#sect_1
pour les modules perl requis
yum install perl-Apache-Session
tu peux voir ici:
http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/i386/os/Fedora/%5Bpage=31%5D
reste un seul problème:
j'ai suivit ces instructions et tout c'est bien passé;
La doc d'installation de Embperl nous dit de lancer la commande:
perl Makefile.PL
/* You will be asked if you want to compile in support for Apache mod_perl. If you say yes, the source of
Apache is searched (for headerfiles). If it can't found, please specify the basepath. Please make sure
mod_perl is already installed. If you have installed mod_perl-0.96 or higher, Makefile.PL automatically sug-
gests the same source path as was used to build mod_perl.*/
On a trouvé le chemin des headerfiles mais on l'entrant on obtient:
Found mod_perl 2.0
Build with support for Apache mod_perl?(y/n) [y]
Use /usr/include/httpd as Apache source(y/n) [y]
Will use /usr/include/httpd for Apache Headers
Enter path and file to start as httpd [/usr/include/httpd/httpd]/usr/include/httpd/httpd.h
sh: /usr/include/httpd/httpd.h: Permission non accordée
Cannot start "/usr/include/httpd/httpd.h" -v
Please make sure you have build Apache and mod_perl before makeing Embperl
quoi faire?