Error Api OpenLdap

2006-07-16 Thread Eder
Hi all, I am having problems to use the API of ldap simply when I compile the code says that the archive does not exist. #include ldap.h int main(void) { } % cc test.c test.c:2:18: ldap.h: No such file or directory Being that the archive is in include. % cat /usr/local/include/ldap.h

Re: Error Api OpenLdap

2006-07-16 Thread Dan Nelson
In the last episode (Jul 16), Eder said: I am having problems to use the API of ldap simply when I compile the code says that the archive does not exist. #include ldap.h int main(void) { } % cc test.c test.c:2:18: ldap.h: No such file or directory You want cc -I/usr/local/include