Apache::Template / Apache::Request
am 27.09.2010 15:41:52 von Chris RayThis 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@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@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
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">
charset=3Dus-ascii">
Hello, I'm having issues installing Apache::Request =
which
has been asked for when I tried to build Apache::Template. See =
below:
chris@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...
href=3D"http://www.perlmonks.org/?node_id=3D791589">http://w ww.perlmonks.=
org/?node_id=3D791589
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=3D/usr/bin/apxs2
Heres the output during the build =
process:
style=3D'color:#1F497D'>
style=3D'color:#1F497D'>chris@debian:~/libapreq2-2.12$ ./configure
--with-apache2=3D/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=3D"/usr/bin/apxs2"
--with-perl=3D"/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=3D2 -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
style=3D'color:#1F497D'>
Any help on this =
would be
gratefully received!
style=3D'color:#1F497D'>
Regards =
Chris
------=_NextPart_000_002D_01CB5E52.21677A70--