I just installed FreeBSD on a new server and ran into a problem while installing Apache22. During compilation, I ran into this error:
As far as I understand this error, it complains that some dependency is not compiled with LDAP support and should be recompiled with LDAP support. This means I have to figure out what package this is and where to find it in the ports directory, in order to recompile it. After that I can try to compile apache22 again. And it's not unlikely I will run into similar problems along the way.
I have a Gentoo background and I'm used to working with Portage. In Portage I can change a USE-flag and Portage will automaticly pickup any dependency that needs to be recompiled to meet the needs of this changed USE-flag. Does Ports have somthing similar? Perhaps I'm doing this all wrong and there is a much easier way to manage this?
Thanks in advance
Code:
mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure.
I have a Gentoo background and I'm used to working with Portage. In Portage I can change a USE-flag and Portage will automaticly pickup any dependency that needs to be recompiled to meet the needs of this changed USE-flag. Does Ports have somthing similar? Perhaps I'm doing this all wrong and there is a much easier way to manage this?
Thanks in advance
