You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ted Fines <fi...@macalester.edu> on 2006/05/03 15:54:00 UTC

[users@httpd] Compiling Apache 2.2.2 on OSX LDAP trouble

System: OS X Server 10.3.9
http source: 2.2.2
OpenLDAP 2.3.20 installed from source

My config script for httpd:
#!/bin/sh
env CPPFLAGS="-I/usr/include -I/opt/special/include" LDFLAGS="-L/usr/local/lib -L/usr/lib -L/opt/special/lib" ./configure --prefix=/opt/special/apache2 \
    --with-ldap --with-ldap-dir=/opt/special \
    --enable-auth_basic --enable-authnz_ldap \
    --enable-so --enable-cgi --enable-info --enable-rewrite \
    --enable-speling --enable-usertrack --enable-deflate \
    --enable-ssl --enable-mime-magic --enable-unique-id

The configure script runs fine, but during 'make' I get this error:
ld: Undefined symbols:
_apr_ldap_get_option
_apr_ldap_info
_apr_ldap_init
_apr_ldap_is_ldap_url
_apr_ldap_is_ldapi_url
_apr_ldap_is_ldaps_url
_apr_ldap_set_option
_apr_ldap_ssl_deinit
_apr_ldap_ssl_init
_apr_ldap_url_parse
_apr_ldap_url_parse_ext
make[1]: *** [httpd] Error 1
make: *** [all-recursive] Error 1

Any ideas?  I haven't come up  with anything useful via Google searches...

Thanks,
Ted


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org