Apache::Template / Apache::Request

This is a multi-part message in MIME format.

------=_NextPart_000_002D_01CB5E52.21677A70
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hello, I'm having issues installing Apache::Request which has been asked for
when I tried to build Apache::Template. See below:



chris [at] debian:~/Apache-Template-2.00_01$ perl Makefile.PL

Warning: prerequisite Apache2::Request 0 not found.

Writing Makefile for Apache::Template



When I try to build Apache::Request (libapreq2-2.12) it appears to complete
but something must not be quite right otherwise Apache::Template would be
able to find it. Also doing instmodsh l doesn't list the module as
installed.



I came across this post and followed the instructions...



http://www.perlmonks.org/?node_id=791589



I initially wasn't sure what like in the configure script I should have been
editing but if you pass the location of apxs2 as follows that error goes
away:



../configure --with-apache2-apxs=/usr/bin/apxs2



Heres the output during the build process:



chris [at] debian:~/libapreq2-2.12$ ./configure --with-apache2=/usr/bin/apxs2

perl: 5.10.0 ok

mod_perl2: 2.000004 ok

Apache::Test: 1.31 ok

ExtUtils::MakeMaker: 6.42 ok

ExtUtils::XSBuilder: 0.28 ok

Test::More: 0.72 ok

../configure --enable-perl-glue --with-apache2-apxs="/usr/bin/apxs2"
--with-perl="/usr/bin/perl"

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether make sets $(MAKE)... (cached) yes

checking for gcc... gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ld used by gcc... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for /usr/bin/ld option to reload object files... -r

checking for BSD-compatible nm... /usr/bin/nm -B

checking whether ln -s works... yes

checking how to recognise dependent libraries... pass_all

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking dlfcn.h usability... yes

checking dlfcn.h presence... yes

checking for dlfcn.h... yes

checking for g++... no

checking for c++... no

checking for gpp... no

checking for aCC... no

checking for CC... no

checking for cxx... no

checking for cc++... no

checking for cl.exe... no

checking for FCC... no

checking for KCC... no

checking for RCC... no

checking for xlC_r... no

checking for xlC... no

checking whether we are using the GNU C++ compiler... no

checking whether g++ accepts -g... no

checking dependency style of g++... none

checking for g77... no

checking for xlf... no

checking for f77... no

checking for frt... no

checking for pgf77... no

checking for cf77... no

checking for fort77... no

checking for fl32... no

checking for af77... no

checking for xlf90... no

checking for f90... no

checking for pgf90... no

checking for pghpf... no

checking for epcf90... no

checking for gfortran... no

checking for g95... no

checking for xlf95... no

checking for f95... no

checking for fort... no

checking for ifort... no

checking for ifc... no

checking for efc... no

checking for pgf95... no

checking for lf95... no

checking for ftn... no

checking whether we are using the GNU Fortran 77 compiler... no

checking whether accepts -g... no

checking the maximum length of command line arguments... 32768

checking command to parse /usr/bin/nm -B output from gcc object... ok

checking for objdir... .libs

checking for ar... ar

checking for ranlib... ranlib

checking for strip... strip

checking if gcc supports -fno-rtti -fno-exceptions... no

checking for gcc option to produce PIC... -fPIC

checking if gcc PIC flag -fPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes

checking whether -lc should be explicitly linked in... no

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

configure: creating libtool

appending configuration tag "CXX" to libtool

appending configuration tag "F77" to libtool

checking for ranlib... (cached) ranlib

checking for a BSD-compatible install... /usr/bin/install -c

checking whether ln -s works... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking for /usr/bin/apr-1-config... yes

checking for /usr/bin/apu-1-config... yes

checking for perl... /usr/bin/perl

checking for ExtUtils::XSBuilder... yes

checking for mod_perl2... yes

checking for Apache::Test... yes

checking for ExtUtils::MakeMaker... yes

setting APR_INCLUDES to " -I/usr/include/apr-1.0 "

adding "-I/usr/include/postgresql" to APR_INCLUDES

adding "-I/usr/include/mysql" to APR_INCLUDES

setting APR_LTFLAGS to " /usr/lib/libapr-1.la"

adding "/usr/lib/libaprutil-1.la" to APR_LTFLAGS

setting APR_LIBS to " -luuid -lrt -lcrypt -lpthread -ldl"

setting APR_LDFLAGS to " -L/usr/lib -laprutil-1 "

adding "-lapr-1" to APR_LDFLAGS

setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"

libapreq2 Version: 2.7.1

configure: creating ./config.status

config.status: creating Makefile

config.status: WARNING: Makefile.in seems to ignore the --datarootdir
setting

config.status: creating include/Makefile

config.status: WARNING: include/Makefile.in seems to ignore the
--datarootdir setting

config.status: creating library/Makefile

config.status: WARNING: library/Makefile.in seems to ignore the
--datarootdir setting

config.status: creating library/t/Makefile

config.status: WARNING: library/t/Makefile.in seems to ignore the
--datarootdir setting

config.status: creating module/Makefile

config.status: WARNING: module/Makefile.in seems to ignore the
--datarootdir setting

config.status: creating module/apache2/Makefile

config.status: WARNING: module/apache2/Makefile.in seems to ignore the
--datarootdir setting

config.status: creating glue/Makefile

config.status: WARNING: glue/Makefile.in seems to ignore the --datarootdir
setting

config.status: creating build/doxygen.conf

config.status: creating include/groups.dox

config.status: creating apreq2-config

config.status: creating include/apreq_config.h

config.status: include/apreq_config.h is unchanged

config.status: executing depfiles commands



Any help on this would be gratefully received!



Regards Chris




------=_NextPart_000_002D_01CB5E52.21677A70
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:x=3D"urn:schemas-microsoft-com:office:excel" =
xmlns:p=3D"urn:schemas-microsoft-com:office:powerpoint" =
xmlns:a=3D"urn:schemas-microsoft-com:office:access" =
xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" =
xmlns:s=3D"uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" =
xmlns:rs=3D"urn:schemas-microsoft-com:rowset" xmlns:z=3D"#RowsetSchema" =
xmlns:b=3D"urn:schemas-microsoft-com:office:publisher" =
xmlns:ss=3D"urn:schemas-microsoft-com:office:spreadsheet" =
xmlns:c=3D"urn:schemas-microsoft-com:office:component:spread sheet" =
xmlns:odc=3D"urn:schemas-microsoft-com:office:odc" =
xmlns:oa=3D"urn:schemas-microsoft-com:office:activation" =
xmlns:html=3D"http://www.w3.org/TR/REC-html40" =
xmlns:q=3D"http://schemas.xmlsoap.org/soap/envelope/" =
xmlns:rtc=3D"http://microsoft.com/officenet/conferencing" =
xmlns:D=3D"DAV:" xmlns:Repl=3D"http://schemas.microsoft.com/repl/" =
xmlns:mt=3D"http://schemas.microsoft.com/sharepoint/soap/mee tings/" =
xmlns:x2=3D"http://schemas.microsoft.com/office/excel/2003/x ml" =
xmlns:ppda=3D"http://www.passport.com/NameSpace.xsd" =
xmlns:ois=3D"http://schemas.microsoft.com/sharepoint/soap/oi s/" =
xmlns:dir=3D"http://schemas.microsoft.com/sharepoint/soap/di rectory/" =
xmlns:ds=3D"http://www.w3.org/2000/09/xmldsig#" =
xmlns:dsp=3D"http://schemas.microsoft.com/sharepoint/dsp" =
xmlns:udc=3D"http://schemas.microsoft.com/data/udc" =
xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" =
xmlns:sub=3D"http://schemas.microsoft.com/sharepoint/soap/20 02/1/alerts/"=
xmlns:ec=3D"http://www.w3.org/2001/04/xmlenc#" =
xmlns:sp=3D"http://schemas.microsoft.com/sharepoint/" =
xmlns:sps=3D"http://schemas.microsoft.com/sharepoint/soap/" =
xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" =
xmlns:udcs=3D"http://schemas.microsoft.com/data/udc/soap" =
xmlns:udcxf=3D"http://schemas.microsoft.com/data/udc/xmlfile " =
xmlns:udcp2p=3D"http://schemas.microsoft.com/data/udc/partto part" =
xmlns:wf=3D"http://schemas.microsoft.com/sharepoint/soap/wor kflow/" =
xmlns:dsss=3D"http://schemas.microsoft.com/office/2006/digsi g-setup" =
xmlns:dssi=3D"http://schemas.microsoft.com/office/2006/digsi g" =
xmlns:mdssi=3D"http://schemas.openxmlformats.org/package/200 6/digital-sig=
nature" =
xmlns:mver=3D"http://schemas.openxmlformats.org/markup-compa tibility/2006=
" xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns:mrels=3D"http://schemas.openxmlformats.org/package/200 6/relationshi=
ps" xmlns:spwp=3D"http://microsoft.com/sharepoint/webpartpages" =
xmlns:ex12t=3D"http://schemas.microsoft.com/exchange/service s/2006/types"=
=
xmlns:ex12m=3D"http://schemas.microsoft.com/exchange/service s/2006/messag=
es" =
xmlns:pptsl=3D"http://schemas.microsoft.com/sharepoint/soap/ SlideLibrary/=
" =
xmlns:spsl=3D"http://microsoft.com/webservices/SharePointPor talServer/Pub=
lishedLinksService" xmlns:Z=3D"urn:schemas-microsoft-com:" =
xmlns:st=3D"" xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
[at] font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
[at] font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
..MsoChpDefault
{mso-style-type:export-only;}
[at] page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-GB link=3Dblue vlink=3Dpurple>

<div class=3DWordSection1>

<p class=3DMsoNormal>Hello, I'm having issues installing Apache::Request =
which
has been asked for when I tried to build Apache::Template. See =
below:<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>chris [at] debian:~/Apache-Template-2.00_01$ perl =
Makefile.PL <o:p></o:p></p>

<p class=3DMsoNormal>Warning: prerequisite Apache2::Request 0 not =
found.<o:p></o:p></p>

<p class=3DMsoNormal>Writing Makefile for =
Apache::Template<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>When I try to build Apache::Request =
(libapreq2-2.12) it
appears to complete but something must not be quite right otherwise
Apache::Template would be able to find it. Also doing instmodsh l =
doesn't list the
module as installed.<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>I came across this post and followed the =
instructions...<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal><a =
href=3D"http://www.perlmonks.org/?node_id=3D791589">http://w ww.perlmonks.=
org/?node_id=3D791589</a><o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>I initially wasn't sure what like in the configure =
script I
should have been editing but if you pass the location of apxs2 as =
follows that
error goes away:<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>./configure =
--with-apache2-apxs=3D/usr/bin/apxs2<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>Heres the output during the build =
process:<o:p></o:p></p>

<p class=3DMsoNormal><span =
style=3D'color:#1F497D'><o:p> </o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'color:#1F497D'>chris [at] debian:~/libapreq2-2.12$ ./configure
--with-apache2=3D/usr/bin/apxs2<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>perl: 5.10.0 =
ok<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>mod_perl2: 2.000004 =
ok<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>Apache::Test: 1.31 =
ok<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>ExtUtils::MakeMaker: =
6.42 ok<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>ExtUtils::XSBuilder: =
0.28 ok<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>Test::More: 0.72 =
ok<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>./configure =
--enable-perl-glue
--with-apache2-apxs=3D"/usr/bin/apxs2"
--with-perl=3D"/usr/bin/perl"<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for a =
BSD-compatible
install... /usr/bin/install -c<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether =
build
environment is sane... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for gawk... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for mawk... =
mawk<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether make =
sets
$(MAKE)... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether make =
sets
$(MAKE)... (cached) yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for gcc... =
gcc<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for C =
compiler default
output file name... a.out<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether the =
C compiler
works... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether we =
are cross
compiling... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for suffix =
of
executables... <o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for suffix =
of object
files... o<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether we =
are using
the GNU C compiler... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether gcc =
accepts
-g... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for gcc =
option to
accept ISO C89... none needed<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for style of =
include
used by make... GNU<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking dependency =
style of
gcc... gcc3<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking build system =
type...
x86_64-unknown-linux-gnu<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking host system =
type...
x86_64-unknown-linux-gnu<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for a sed =
that does not
truncate output... /bin/sed<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for grep =
that handles
long lines and -e... /bin/grep<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for egrep... =
/bin/grep
-E<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for ld used =
by gcc...
/usr/bin/ld<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking if the =
linker
(/usr/bin/ld) is GNU ld... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
/usr/bin/ld option
to reload object files... -r<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
BSD-compatible
nm... /usr/bin/nm -B<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether ln =
-s works...
yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking how to =
recognise
dependent libraries... pass_all<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking how to run =
the C
preprocessor... gcc -E<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for ANSI C =
header
files... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
sys/types.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
sys/stat.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
stdlib.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
string.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
memory.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
strings.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
inttypes.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
stdint.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
unistd.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking dlfcn.h =
usability...
yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking dlfcn.h =
presence... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
dlfcn.h... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for g++... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for c++... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for gpp... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for aCC... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for CC... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for cxx... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for cc++... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
cl.exe... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for FCC... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for KCC... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for RCC... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for xlC_r... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for xlC... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether we =
are using
the GNU C++ compiler... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether g++ =
accepts
-g... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking dependency =
style of
g++... none<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for g77... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for xlf... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for f77... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for frt... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for pgf77... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for cf77... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
fort77... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for fl32... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for af77... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for xlf90... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for f90... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for pgf90... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for pghpf... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
epcf90... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
gfortran... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for g95... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for xlf95... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for f95... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for fort... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for ifort... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for ifc... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for efc... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for pgf95... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for lf95... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for ftn... =
no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether we =
are using
the GNU Fortran 77 compiler... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking =
whether  accepts
-g... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking the maximum =
length of
command line arguments... 32768<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking command to =
parse
/usr/bin/nm -B output from gcc object... ok<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
objdir... .libs<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for ar... =
ar<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
ranlib... ranlib<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for strip... =
strip<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking if gcc =
supports
-fno-rtti -fno-exceptions... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for gcc =
option to
produce PIC... -fPIC<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking if gcc PIC =
flag -fPIC
works... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking if gcc =
static flag
-static works... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking if gcc =
supports -c -o
file.o... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether the =
gcc linker
(/usr/bin/ld -m elf_x86_64) supports shared libraries... =
yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether -lc =
should be
explicitly linked in... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking dynamic =
linker
characteristics... GNU/Linux ld.so<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking how to =
hardcode library
paths into programs... immediate<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether =
stripping
libraries is possible... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking if libtool =
supports
shared libraries... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether to =
build shared
libraries... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether to =
build static
libraries... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>configure: creating =
libtool<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>appending =
configuration tag
"CXX" to libtool<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>appending =
configuration tag
"F77" to libtool<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
ranlib... (cached)
ranlib<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for a =
BSD-compatible install...
/usr/bin/install -c<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether ln =
-s works...
yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking whether to =
enable
maintainer-specific portions of Makefiles... no<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for
/usr/bin/apr-1-config... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for
/usr/bin/apu-1-config... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for perl... =
/usr/bin/perl<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for
ExtUtils::XSBuilder... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
mod_perl2... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for =
Apache::Test... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>checking for
ExtUtils::MakeMaker... yes<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  setting =
APR_INCLUDES to
" -I/usr/include/apr-1.0 "<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  adding
"-I/usr/include/postgresql" to =
APR_INCLUDES<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  adding
"-I/usr/include/mysql" to APR_INCLUDES<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  setting =
APR_LTFLAGS to
" /usr/lib/libapr-1.la"<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  adding
"/usr/lib/libaprutil-1.la" to =
APR_LTFLAGS<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  setting =
APR_LIBS to
" -luuid -lrt -lcrypt -lpthread -ldl"<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  setting =
APR_LDFLAGS to
" -L/usr/lib -laprutil-1 "<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  adding
"-lapr-1" to APR_LDFLAGS<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>  setting =
CPPFLAGS to
" -DLINUX=3D2 -D_REENTRANT =
-D_GNU_SOURCE"<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>libapreq2 Version: =
2.7.1<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>configure: creating
../config.status<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating Makefile<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
WARNING: 
Makefile.in seems to ignore the --datarootdir =
setting<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
include/Makefile<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
WARNING: 
include/Makefile.in seems to ignore the --datarootdir =
setting<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
library/Makefile<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
WARNING: 
library/Makefile.in seems to ignore the --datarootdir =
setting<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
library/t/Makefile<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
WARNING: 
library/t/Makefile.in seems to ignore the --datarootdir =
setting<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
module/Makefile<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
WARNING: 
module/Makefile.in seems to ignore the --datarootdir =
setting<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
module/apache2/Makefile<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
WARNING: 
module/apache2/Makefile.in seems to ignore the --datarootdir =
setting<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
glue/Makefile<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
WARNING: 
glue/Makefile.in seems to ignore the --datarootdir =
setting<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
build/doxygen.conf<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
include/groups.dox<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
apreq2-config<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
creating
include/apreq_config.h<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status:
include/apreq_config.h is unchanged<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>config.status: =
executing
depfiles commands<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'color:#1F497D'><o:p> </o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>Any help on this =
would be
gratefully received!<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'color:#1F497D'><o:p> </o:p></span></p>

<p class=3DMsoNormal><span style=3D'color:#1F497D'>Regards =
Chris<o:p></o:p></span></p>

<p class=3DMsoNormal><o:p> </o:p></p>

</div>

</body>

</html>

------=_NextPart_000_002D_01CB5E52.21677A70--
Chris Ray [ Mo, 27 September 2010 15:41 ] [ ID #2048109 ]

Re: Apache::Template / Apache::Request

Le lundi 27 septembre 2010 à 14:41 +0100, Chris Ray a écrit :
>
>
> I initially wasn't sure what like in the configure script I should
> have been editing but if you pass the location of apxs2 as follows
> that error goes away:
>
>
>
> ./configure --with-apache2-apxs=/usr/bin/apxs2

It's not clear what error you are talking about?

Anyhow, I just meant to mention that, in order to install
Apache::Request on a non-standard installation of Apache, I had to use
this :

/home/perl/5.10/bin/perl Makefile.PL
--with-apache2-apxs=/home/httpd/2.2/bin/apxs
--with-expat=/home/httpd/2.2/


before running make.


>
--
Vincent Veyron
http://marica.fr/
Logiciel de gestion des dossiers de contentieux et d'assurance pour le service juridique
Vincent Veyron [ Mo, 27 September 2010 17:34 ] [ ID #2048111 ]

Re: Apache::Template / Apache::Request

Hi Chris,

On Mon, Sep 27, 2010 at 9:41 AM, Chris Ray <chris [at] rayjchris.co.uk> wrote:
> Hello, I'm having issues installing Apache::Request which has been asked for
> when I tried to build Apache::Template.

My recommendation at this point would be to stop using
Apache::Template. It's not maintained anymore, and I don't think
anyone is using it with mod_perl 2. It's pretty simple to write a
basic handler that runs templates, or you could take over
Apache::Template if you like, but I think the extra stuff in
Apache::Template that adds directives to httpd.conf is probably more
trouble than it's worth.

- Perrin
Perrin Harkins [ Mo, 27 September 2010 19:21 ] [ ID #2048112 ]
Webserver » gmane.comp.apache.mod-perl » Apache::Template / Apache::Request

Vorheriges Thema: All responses are 200 (server error)
Nächstes Thema: Using a handler other than 'handler'