--On Friday, March 10, 2006 5:57 PM -0300 "Marcelo H. Terres" <[EMAIL PROTECTED]> wrote:
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
These would indicate problems with your sasl libraries and how they were built. I suggest either building them yourself from source, or contacting your distribution maintainers to find out what broken thing they did to so badly munge them, and see if they have an answer for you.
--Quanah -- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
