On Fri, Apr 23, 2010 at 8:58 AM, Jim Jagielski <[email protected]> wrote: > (sorry for the cross-post but httpd-trunk and APR are now so > entwined that its required)... > > OK... I've been playing around with building httpd-trunk > on Linux and I've been having troubles left and right (using > the 1.4 branches of both apr and apr-util installed right > in ./srclib)... > > First of all, Ubuntu 8.10 can't even get past a top level > ./buildconf (likely due to libtool issues (2.2.4)... But > Ubuntu 9.10 dies when getting to build apr-util due to > expat issues (can't find the system installed version and > the bundled version's config/make is toast)...
Hmmm... my Ubuntu 9.10 x86 ./buildconf found apr source: srclib/apr found apr-util source: srclib/apr-util rebuilding srclib/apr/configure buildconf: checking installation... buildconf: python version 2.6.4 (ok) buildconf: autoconf version 2.64 (ok) buildconf: libtool version 1.5.26 (ok) ... /home/trawick/svn/httpd-trunk-full/configure --enable-maintainer-mode --prefix=/home/trawick/inst/23 --with-included-apr --with-ldap=ldap --enable-maintainer-mode --enable-nonportable-atomics --enable-VARIOUS-MODULES configure: WARNING: unrecognized options: --with-ldap, --enable-nonportable-atomics > > checking Expat 1.95.x... no checking Expat 1.95.x... yes setting APRUTIL_EXPORT_LIBS to "-lexpat" setting APRUTIL_LIBS to "-lexpat" > checking old Debian-packaged expat... no > checking old FreeBSD-packaged expat... no > checking Expat 1.0/1.1... no > setting LDFLAGS to "-L/usr/local/lib" > adding "-I/usr/local/include" to CPPFLAGS > checking Expat 1.95.x in /usr/local... no > nulling LDFLAGS > removed "-I/usr/local/include" from CPPFLAGS > configuring package in xml/expat now > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > /home/jim/src/asf/code/dev/httpd-trunk/srclib/apr-util/xml/expat/configure: > line 3321: syntax error near unexpected token `lt_decl_varnames,' > /home/jim/src/asf/code/dev/httpd-trunk/srclib/apr-util/xml/expat/configure: > line 3321: `lt_if_append_uniq(lt_decl_varnames, SED, , ,' > configure failed for xml/expat
