LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Resolution for starting httpd and geting "apr_ldap_url_parse" (https://www.linuxquestions.org/questions/slackware-14/resolution-for-starting-httpd-and-geting-apr_ldap_url_parse-4175497605/)

Kean 03-09-2014 12:57 PM

Resolution for starting httpd and geting "apr_ldap_url_parse"
 
This is just for others looking for resolving problem with starting httpd and getting error: /usr/sbin/httpd: undefined symbol: apr_ldap_url_parse after APR (utils) installation.
http://apr.apache.org/

Just configure it properly, esspecialy ldap section is very important.

./configure --prefix=/usr --libdir=/usr/lib64 --with-apr=/usr/bin/apr-1-config --with-ldap-include=/usr/include/ --with-ldap-lib=/usr/lib64/libldap.so --with-ldap=ldap


All times are GMT -5. The time now is 05:58 PM.