Hi, If there is sqlite2 installed, apache (libaprutil) is always linked to it. This can be fixed if in /usr/ports/www/apache22/Makefile.modules the line: CONFIGURE_ARGS+= --without-sqlite3 is changed to: CONFIGURE_ARGS+= --without-sqlite3 --without-sqlite2 Cheers, Val