hi,
I tried to compile mod_clusplus for gentoo and have run
into several small problems.
First of I use automake 1.8 which seems to make some
problems with configure.in ?
Since I got following error message:
> ./autogen.sh --with-httpd=/usr/lib/apache2
--with-apr=/usr/include/apr
configure.in: 8: `automake requires `AM_CONFIG_HEADER',
not `AC_CONFIG_HEADER'
I had to change `AC_CONFIG_HEADER' to
`AM_CONFIG_HEADER' in configure.in.
Also the term:
SHLIB_EXT=`echo /usr/lib/libc.* | sed -e 's@.*\.@@'`
resulted in SHLIB_EXT beeing 5. So I changed it to:
SHLIB_EXT='so' which worked.
my email address is:
arno.wilhelm@profile.co.at
Here is some info on my environmet:
automake version 1.8
> gcc -v
Reading specs from
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/specs
Configured with:
/var/tmp/portage/gcc-3.3.4-r1/work/gcc-3.3.4/configure
--prefix=/usr
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info
--enable-shared --host=i686-pc-linux-gnu
--target=i686-pc-linux-gnu --with-system-zlib
--enable-languages=c,c++ --enable-threads=posix
--enable-long-long --disable-checking
--disable-libunwind-exceptions --enable-cstdio=stdio
--enable-version-specific-runtime-libs
--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/include/g++-v3
--with-local-prefix=/usr/local --enable-shared
--disable-nls --disable-multilib --enable-__cxa_atexit
--enable-clocale=generic
Thread model: posix
gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1,
ssp-3.3.2-2, pie-8.7.6)
regards,
Arno Wilhelm
patch for configure.in