Hi! On Tuesday August 26, 11:53, Daniel wrote: > /usr/bin/ld: cannot find -lsasl
It'a missing libsasl ("SASL is the Simple Authentication and Security Layer" according to the libsasl7 package description on Mandrake). > The last thing 'make' did was ... > /usr/lib/libxml2.so -lpthread -lz -lm -lz -lm -lcrypt -lcrypt I don't think that's the last command run by make. I think that's just the last line of the last command, the command being too long to fit in one screen line. Edgar.