Hi John,
Thanks again for your time and efforts.
You're right, mod_cplusplus 1.0.2 wasn't supposed to work with apache
2.0.40. I forgot to mention (very sorry for that) that I had also done
some little changes to fit the new API, which turned out to be exactly
the same ones (and now I'm more confident about them :). I thought
(although my experience with apache modules is still very little) that
the changes were not that important for my tests, since the affected
functions were never called with my modules (I checked that to be sure).
I downloaded the 1.0.3 version (tgz, not CVS).
I checked the differences with the new version, and I couldn't find any
but those changes in mod_cplusplus.c (there are also changes in
Makefile's, etc, but I think they're not the point now -- but maybe I'm
missing something).
So, as I suspected, the new version didn't fix the problem :(
I checked the configure & make process, nothing seems wrong (AFAIK). No
warning during compilation... I'm sending you the script of that session
in case you'd like to check it (I hope you don't care). The only thing
that semt weird (probably due to my ignorance) could be this lines when
I run configure:
...
checking for working makeinfo... missing
...
checking whether -lc should be explicitly linked in... no
...
I don't know if makeinfo is important, or the comsecuencies of not
having it. The second line is simply something I don't understand, so I
don't know if I must worry about it :)
About the tests, I've been trying tu run them, but I seem to have some
problem with the "ancient" perl shipped with potato :) I'll keep trying
and inform you ASAP.
I'm lost again... I think I'll try with apache 2.0.39 and see how it
works, just in case it gives me some clue. I'll try also to test all of
this in Woody. I'll tell you about it all too.
Below is the result of the configure / make
Thank you for your help!
Pachi.
---
Script started on Tue Aug 27 11:18:26 2002
pachi@pachi:~/proyectos/web$ tar -xzvf mod_cplusplus-1.0.3.tar.gz
mod_cplusplus-1.0.3/
mod_cplusplus-1.0.3/Makefile.in
mod_cplusplus-1.0.3/AUTHORS
(...)
mod_cplusplus-1.0.3/test/Apache-Test/t/TEST.PL
mod_cplusplus-1.0.3/test/Apache-Test/t/ping.t
mod_cplusplus-1.0.3/test/Apache-Test/t/request.t
mod_cplusplus-1.0.3/test/Makefile.am
pachi@pachi:~/proyectos/web$ cd mod_cplusplus-1.0.3
pachi@pachi:~/proyectos/web/mod_cplusplus-1.0.3$ ./configure
--with-httpd=/usr/loocal/apache2/
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
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 dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
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 if gcc supports -c -o file.lo...
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking for httpd... found /usr/local/apache2
checking for __ti7ostream in -lstdc++... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating example/Makefile
creating example/handler/Makefile
creating example/input_filter/Makefile
creating example/output_filter/Makefile
creating example/protocol/Makefile
creating test/Makefile
creating test/t/conf/extra.conf
pachi@pachi:~/proyectos/web/mod_cplusplus-1.0.3$ make
Making all in src
make[1]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/src'
/bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
mod_cplusplus.c
mkdir .libs
gcc -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
mod_cplusplus.c -fPIC -DPIC -o .libs/mod_cplusplus.lo
gcc -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
mod_cplusplus.c -o mod_cplusplus.o >/dev/null 2>&1
mv -f .libs/mod_cplusplus.lo mod_cplusplus.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_handler.cpp
rm -f .libs/apache_handler.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_handler.cpp -fPIC -DPIC -o .libs/apache_handler.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_handler.cpp -o apache_handler.o >/dev/null 2>&1
mv -f .libs/apache_handler.lo apache_handler.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_filters.cpp
rm -f .libs/apache_filters.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_filters.cpp -fPIC -DPIC -o .libs/apache_filters.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_filters.cpp -o apache_filters.o >/dev/null 2>&1
mv -f .libs/apache_filters.lo apache_filters.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_protocol.cpp
rm -f .libs/apache_protocol.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_protocol.cpp -fPIC -DPIC -o .libs/apache_protocol.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_protocol.cpp -o apache_protocol.o >/dev/null 2>&1
mv -f .libs/apache_protocol.lo apache_protocol.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
cpp_request.cpp
rm -f .libs/cpp_request.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
cpp_request.cpp -fPIC -DPIC -o .libs/cpp_request.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
cpp_request.cpp -o cpp_request.o >/dev/null 2>&1
mv -f .libs/cpp_request.lo cpp_request.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
cpp_server.cpp
rm -f .libs/cpp_server.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include _g -O2 -c
cpp_server.cpp -fPIC -DPIC -o .libs/cpp_server.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
cpp_server.cpp -o cpp_server.o >/dev/null 2>&1
mv -f .libs/cpp_server.lo cpp_server.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_output_buffer.cpp
rm -f .libs/apache_output_buffer.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_output_buffer.cpp -fPIC -DPIC -o .libs/apache_output_buffer.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
apache_output_buffer.cpp -o apache_output_buffer.o >/dev/null 2>&1
mv -f .libs/apache_output_buffer.lo apache_output_buffer.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
request_env.cpp
rm -f .libs/request_env.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
request_env.cpp -fPIC -DPIC -o .libs/request_env.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
request_env.cpp -o request_env.o >/dev/null 2>&1
mv -f .libs/request_env.lo request_env.lo
/bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
env_value.cpp
rm -f .libs/env_value.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
env_value.cpp -fPIC -DPIC -o .libs/env_value.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
env_value.cpp -o env_value.o >/dev/null 2>&1
mv -f .libs/env_value.lo env_value.lo
/bin/sh ../libtool --mode=link c++ -g -O2 -o libmod_cplusplus.la
-rpath /usr/local/lib mod_cplusplus.lo apache_handler.lo
apache_filters.lo apache_protocol.lo cpp_request.lo cpp_server.lo
apache_output_buffer.lo request_env.lo env_value.lo -lstdc++
rm -fr .libs/libmod_cplusplus.la .libs/libmod_cplusplus.*
.libs/libmod_cplusplus.*
gcc -shared mod_cplusplus.lo apache_handler.lo apache_filters.lo
apache_protocol.lo cpp_request.lo cpp_server.lo apache_output_buffer.lo
request_env.lo env_value.lo -lstdc++ -Wl,-soname
-Wl,libmod_cplusplus.so.0 -o .libs/libmod_cplusplus.so.0.0.0
(cd .libs && rm -f libmod_cplusplus.so.0 && ln -s
libmod_cplusplus.so.0.0.0 libmod_cplusplus.so.0)
(cd .libs && rm -f libmod_cplusplus.so && ln -s
libmod_cplusplus.so.0.0.0 libmod_cplusplus.so)
ar cru .libs/libmod_cplusplus.a mod_cplusplus.o apache_handler.o
apache_filters.o apache_protocol.o cpp_request.o cpp_server.o
apache_output_buffer.o request_env.o env_value.o
ranlib .libs/libmod_cplusplus.a
creating libmod_cplusplus.la
(cd .libs && rm -f libmod_cplusplus.la && ln -s ../libmod_cplusplus.la
libmod_cplusplus.la)
make[1]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/src'
Making all in example
make[1]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example'
Making all in handler
make[2]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/handler'
/bin/sh ../../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_handler.cpp
mkdir .libs
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_handler.cpp -fPIC -DPIC -o .libs/test_handler.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_handler.cpp -o test_handler.o >/dev/null 2>&1
mv -f .libs/test_handler.lo test_handler.lo
/bin/sh ../../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_auth.cpp
rm -f .libs/test_auth.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_auth.cpp -fPIC -DPIC -o .libs/test_auth.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_auth.cpp -o test_auth.o >/dev/null 2>&1
mv -f .libs/test_auth.lo test_auth.lo
/bin/sh ../../libtool --mode=link c++ -g -O2 -o libtest_handler.la
-rpath /usr/local/lib test_handler.lo test_auth.lo
rm -fr .libs/libtest_handler.la .libs/libtest_handler.*
.libs/libtest_handler.*
gcc -shared test_handler.lo test_auth.lo -Wl,-soname
-Wl,libtest_handler.so.0 -o .libs/libtest_handler.so.0.0.0
(cd .libs && rm -f libtest_handler.so.0 && ln -s
libtest_handler.so.0.0.0 libtest_handler.so.0)
(cd .libs && rm -f libtest_handler.so && ln -s libtest_handler.so.0.0.0
libtest_handler.so)
ar cru .libs/libtest_handler.a test_handler.o test_auth.o
ranlib .libs/libtest_handler.a
creating libtest_handler.la
(cd .libs && rm -f libtest_handler.la && ln -s ../libtest_handler.la
libtest_handler.la)
make[2]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/handler'
Making all in input_filter
make[2]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/input_filter'
/bin/sh ../../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_input.cpp
mkdir .libs
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_input.cpp -fPIC -DPIC -o .libs/test_input.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_input.cpp -o test_input.o >/dev/null 2>&1
mv -f .libs/test_input.lo test_input.lo
/bin/sh ../../libtool --mode=link c++ -g -O2 -o libtest_input.la
-rpath /usr/local/lib test_input.lo
rm -fr .libs/libtest_input.la .libs/libtest_input.*
.libs/libtest_input.*
gcc -shared test_input.lo -Wl,-soname -Wl,libtest_input.so.0 -o
.libs/libtest_input.so.0.0.0
(cd .libs && rm -f libtest_input.so.0 && ln -s libtest_input.so._.0.0
libtest_input.so.0)
(cd .libs && rm -f libtest_input.so && ln -s libtest_input.so.0.0.0
libtest_input.so)
ar cru .libs/libtest_input.a test_input.o
ranlib .libs/libtest_input.a
creating libtest_input.la
(cd .libs && rm -f libtest_input.la && ln -s ../libtest_input.la
libtest_input.la)
make[2]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/input_filter'
Making all in output_filter
make[2]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/output_filter'
/bin/sh ../../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_output.cpp
mkdir .libs
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_output.cpp -fPIC -DPIC -o .libs/test_output.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_output.cpp -o test_output.o >/dev/null 2>&1
mv -f .libs/test_output.lo test_output.lo
/bin/sh ../../libtool --mode=link c++ -g -O2 -o libtest_output.la
-rpath /usr/local/lib test_output.lo
rm -fr .libs/libtest_output.la .libs/libtest_output.*
.libs/libtest_output.*
gcc -shared test_output.lo -Wl,-soname -Wl,libtest_output.so.0 -o
.libs/libtest_output.so.0.0.0
(cd .libs && rm -f libtest_output.so.0 && ln -s libtest_output.so.0.0.0
libtest_output.so.0)
(cd .libs && rm -f libtest_output.so && ln -s libtest_output.so.0.0.0
libtest_output.so)
ar cru .libs/libtest_output.a test_output.o
ranlib .libs/libtest_output.a
creating libtest_output.la
(cd .libs && rm -f libtest_output.la && ln -s ../libtest_output.la
libtest_output.la)
make[2]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/output_filter'
Making all in protocol
make[2]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/protocol'
/bin/sh ../../libtool --mode=compile c++ -DPACKAGE=\"mod_cplusplus\"
-DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I. -I.
-DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_protocol.cpp
mkdir .libs
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_protocol.cpp -fPIC -DPIC -o .libs/test_protocol.lo
c++ -DPACKAGE=\"mod_cplusplus\" -DVERSION=\"1.0.3\" -DHAVE_DLFCN_H=1 -I.
-I. -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/apache2/include -g
-I/home/pachi/proyectos/web/mod_cplusplus-1.0.3/include -g -O2 -c
test_protocol.cpp -o test_protocol.o >/dev/null 2>&1
mv -f .libs/test_protocol.lo test_protocol.lo
/bin/sh ../../libtool --mode=link c++ -g -O2 -o libtest_protocol.la
-rpath /usr/local/lib test_protocol.lo
rm -fr .libs/libtest_protocol.la .libs/libtest_protocol.*
.libs/libtest_protocol.*
gcc -shared test_protocol.lo -Wl,-soname -Wl,libtest_protocol.so.0 -o
.libs/libtest_protocol.so.0.0.0
(cd .libs && rm -f libtest_protocol.so.0 && ln -s
libtest_protocol.so.0.0.0 libtest_protocol.so.0)
(cd .libs && rm -f libtest_protocol.so && ln -s
libtest_protocol.so.0.0.0 libtest_protocol.so)
ar cru .libs/libtest_protocol.a test_protocol.o
ranlib .libs/libtest_protocol.a
creating libtest_protocol.la
(cd .libs && rm -f libtest_protocol.la && ln -s ../libtest_protocol.la
libtest_protocol.la)
make[2]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example/protocol'
make[2]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example'
make[1]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/example'
Making all in test
make[1]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/test'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3/test'
make[1]: Entering directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory
`/home/pachi/proyectos/web/mod_cplusplus-1.0.3'
pachi@pachi:~/proyectos/web/mod_cplusplus-1.0.3$ exit
Script done on Tue Aug 27 11:19:44 2002
|