> From: Daniel Shahaf <danie...@elego.de> > > Also, specifying --without-apxs does not correctly disable building > > mod_dav_svn and mod_dontdothat. The build fails with a missing httpd.h, > > error, so I pointed it to my local build of httpd as a workaround. > > > > httpd 2.2 or 2.4?
I pointed it to 2.2.22 as a workaround, but originally I was trying to build without mod_dav_svn or mod_dontdothat (passing --without-apxs) That just fails if you do not have httpd-devel installed... > I remember fixing an issue with mod_dontdothat and such --- and also > nominting it for 1.7.x backport --- if there is still an issue here > I could look... > > (Well, rather, "add it to my list". Quite busy this and next week) > > > Another very *minor* thing I noticed is that the sqlite3 error > > during the build still references the old sqlite3 naming > > format and references a http:// URL that is no longer valid. > > Which error? The one in build/ac-macros/sqlite.m4? Line number please? Just (on a machine with old sqlite3 installed): mv sqlite-almagamation foo ./configure checking sqlite library version (via header)... unsupported SQLite version checking sqlite library version (via pkg-config)... none or unsupported 3.3 no An appropriate version of sqlite could not be found. We recommmend 3.7.12, but require at least 3.7.12. Please either install a newer sqlite on this system or get the sqlite 3.7.12 amalgamation from: http://www.sqlite.org/sqlite-amalgamation-3.7.12.tar.gz unpack the archive using tar/gunzip and copy sqlite3.c from the resulting directory to: /usr/lfs/v0/tmp/svn_dev/sqlite-amalgamation/sqlite3.c wget http://www.sqlite.org/sqlite-amalgamation-3.7.12.tar.gz --2012-06-21 12:33:38-- http://www.sqlite.org/sqlite-amalgamation-3.7.12.tar.gz 2012-06-21 12:33:39 ERROR 404: Not Found. They use a 3071200 format name now. See the download page... Kevin R.