Santiago Romero: > 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
That is not the correct syntax. See the INSTALL file. > > To: > > > make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -lsasl" -lsasl > make That is also incorrect. See the INSTALL file. Wietse > > 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 > > > >