freebsd-ports/www/p5-Apache-PageKit/pkg-message
Anton Berezin fdb4b2aac5 Add p5-Apache-PageKit 1.06, a Model/View/Content/Controller web
framework using mod_perl, XML and HTML::Template.

PR:		31564
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-10-30 14:51:00 +00:00

11 lines
513 B
Text

The Apache PageKit uses a newer expat library (textproc/expat2) for parsing
XML and XSLT documents. This causes a conflict with the builtin expat
library. You may need to recompile the Apache port without support for the
builtin expat library. To verify if you need to recompile Apache, run the
following command.
strings `which httpd` | grep XML
If anything outputs to the console, you need to recompile Apache. You can
disable the builtin expat library by passing "--disable-rule=EXPAT" to
configure.