Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 72738 invoked from network); 27 Sep 2010 13:42:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 13:42:31 -0000 Received: (qmail 19626 invoked by uid 500); 27 Sep 2010 13:42:30 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 19389 invoked by uid 500); 27 Sep 2010 13:42:27 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 19359 invoked by uid 99); 27 Sep 2010 13:42:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 13:42:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [78.129.167.15] (HELO evolution.tech-hosts.co.uk) (78.129.167.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 13:42:20 +0000 Received: from 78-86-189-147.zone2.bethere.co.uk ([78.86.189.147] helo=Walnut) by evolution.tech-hosts.co.uk with esmtpa (Exim 4.69) (envelope-from ) id 1P0Dxo-0007Ix-SP for modperl@perl.apache.org; Mon, 27 Sep 2010 14:41:53 +0100 From: "Chris Ray" To: Subject: Apache::Template / Apache::Request Date: Mon, 27 Sep 2010 14:41:52 +0100 Message-ID: <002c01cb5e49$bfa31270$3ee93750$@co.uk> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002D_01CB5E52.21677A70" X-Mailer: Microsoft Office Outlook 12.0 Content-language: en-gb Thread-index: ActeSb4xt0Dwi8HESTOgdKXi1gS1ng== X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - evolution.tech-hosts.co.uk X-AntiAbuse: Original Domain - perl.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rayjchris.co.uk 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@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

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=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:

 

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

 

Any help on this = would be gratefully received!

 

Regards = Chris

 

------=_NextPart_000_002D_01CB5E52.21677A70--