Santiago Romero wrote:

Solved! I noticed that the undefined symbols were correctly defined in libsasl1, so I thought that the problem was the library not being linked in. So:

I changed:


make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL" -lsasl
make


To:


make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -lsasl" -lsasl
make


Noticed I included (again) the -lsasl into the CCARGS. This way compiles and works.

I don't understand why I needed this change to compile this version :-?

Thanks a lot for all the help.

--
Santiago Romero


Reply via email to