I recently installed the apache-2.2.21 package on my FreeBSD 9.0-RELEASE system (e.g.):
Now, Apache won't start because it appears that mod_authnz_ldap.so is not included by default with the FreeBSD package.
I would prefer to use a prebuilt FreeBSD package for this because building it from ports is going to take time and resources which I don't have. Is it possible to obtain a version of Apache22 which includes the mod_authnz_ldap module, or do I have no choice but to build it on my own?
-= Stefan
Code:
export PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest && pkg_add -r apache22
Now, Apache won't start because it appears that mod_authnz_ldap.so is not included by default with the FreeBSD package.
Code:
# /usr/local/etc/rc.d/apache22 start
Performing sanity check on apache22 configuration:
httpd: Syntax error on line 38 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_authnz_ldap.so into server: Cannot open "/usr/local/libexec/apache22/mod_authnz_ldap.so"
Starting apache22.
/usr/local/etc/rc.d/apache22: WARNING: failed to start apache22
I would prefer to use a prebuilt FreeBSD package for this because building it from ports is going to take time and resources which I don't have. Is it possible to obtain a version of Apache22 which includes the mod_authnz_ldap module, or do I have no choice but to build it on my own?
-= Stefan