OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation : Platform Hints : Apple MacOS X : How do I fix res_9_query undefined symbol linking errors? | |
If you follow the basic directions from the OpenLDAP site, you will likely get these errors when you run make with 10.3:
This can be addressed by using either:ld: Undefined symbols: _res_9_dn_expand _res_9_query make[2]: *** [dntest] Error 1 make[1]: *** [all-common] Error 1 make: *** [all-common] Error 1 env ac_cv_func_res_query=no ./configure ...or env LIBS="-lresolv" ./configure ... bil_hays@unc.edu, Kurt@OpenLDAP.org | |
[Append to This Answer] |
Next: | Where can I find more detailed instructions on how to build OpenLDAP Software, and prerequistes, on MacOS X? |
|