Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 May 2008 15:07:01 -0700
From:      "Valentin S. Chopov" <vchopov@digifonica.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   www/apache22 and sqlite2
Message-ID:  <4820D685.4030306@digifonica.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4820D685.4030306>