Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2008 00:42:24 +0200
From:      "Fabien Debuire" <yayien@gmail.com>
To:        araujo@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: mod_security2-2.1.7
Message-ID:  <fc38d3720804101542w2bfd96cat218fe0c19dfc250a@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello,
I think there is a little mistake in the makefile because you do not link
mod_security with libxml2... so when I use it I got an error saying that it
does not know the XML symbol.
So as to work I had to had the following lines in the Makefile:
AP_EXTRAS += -DWITH_LIBXML2
AP_INC= ${LOCALBASE}/include/libxml2
AP_LIB= ${LOCALBASE}/lib
USE_GNOME= libxml2

and in httpd.conf

LoadFile /usr/local/lib/libxml2.so



-- 
Fabien DEBUIRE
yayien@gmail.com



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