You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Charles P. Frank" <cf...@plusthree.com> on 2004/11/02 05:10:25 UTC

libapreq make error on x86_64

Good Evening All,

I am using:

mod_perl 1.0
apache 1.33
perl v5.8.5 built for x86_64-linux-thread-multi

on x86_64 Fedora Core 2 linux box

I am trying to install libapreq-1.3.  During the the make, I get the
following error:

[cfrank@umc$] make
cp lib/Apache/libapreq.pm blib/lib/Apache/libapreq.pm
cp libapreq.pod blib/lib/libapreq.pod
make[1]: Entering directory `/home/cfrank/downloads/perl/libapreq-1.3/c'
gcc -c 
-I/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include -I/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include/modules/perl -I/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include/include -I/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include/regex -I/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include/os/unix -I/usr/local/apache/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -m64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE"   apache_request.c
In file included from
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include/include/ap_config.h:34,
                 from
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include/include/httpd.h:29,
                 from apache_request.h:5,
                 from apache_request.c:61:
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Apache/include/include/ap_config_auto.h:6:1: unterminated #ifndef
make[1]: *** [apache_request.o] Error 1
make[1]: Leaving directory `/home/cfrank/downloads/perl/libapreq-1.3/c'
make: *** [subdirs] Error 2

Has anybody had any luck with libapreq-1.3 on x86_64 architecture?  Any
suggestions would be much appreciated. 

Thanks,

Chuck