diff options
Diffstat (limited to 'docs/manual/install.html.en')
| -rw-r--r-- | docs/manual/install.html.en | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 408cc64f..ec263f3e 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -134,7 +134,19 @@ (be sure the domain names do not have version numbers; for example, the APR distribution must be under ./srclib/apr/) and use <code>./configure</code>'s <code>--with-included-apr</code> - option.</dd> + option. On some platforms, you may have to install the + corresponding <code>-dev</code> packages to allow httpd to build + against your installed copy of APR and APR-Util.</dd> + + <dt>Perl-Compatible Regular Expressions Library (PCRE)</dt> + <dd>This library is required but not longer bundled with httpd. + Download the source code from <a href="http://www.pcre.org/">http://www.pcre.org</a>, + or install a Port or Package. If your build system can't find + the pcre-config script installed by the PCRE build, point to it + using the <code>--with-pcre</code> parameter. On some platforms, + you may have to install the corresponding <code>-dev</code> + package to allow httpd to build against your installed copy + of PCRE.</dd> <dt>Disk Space</dt> <dd>Make sure you have at least 50 MB of temporary free disk |
