Hi all.
I'm having problems to compile Openldap 2.3.20 in Ubuntu.
Configure works fine, make depend too, but I'm having problems with make
all (when it start to use libsasl).
I have all the requirements listed in the README.
Any ideas ?
Last lines of make all:
/usr/lib/libsasl2.a(sql.o): In function `_pgsql_exec':
: undefined reference to `PQclear'
/usr/lib/libsasl2.a(sql.o): In function `_mysql_close':
: undefined reference to `mysql_close'
/usr/lib/libsasl2.a(sql.o): In function `_pgsql_close':
: undefined reference to `PQfinish'
collect2: ld returned 1 exit status
make[2]: ** [apitest] Erro 1
make[2]: Saindo do diretÄÂrio `/usr/local/src/openldap- 2.3.20
/libraries/libldap'
make[1]: ** [all-common] Erro 1
make[1]: Saindo do diretÄÂrio `/usr/local/src/openldap-2.3.20/libraries'
make: ** [all-common] Erro 1