Re: [PHP-INSTALL] Error During make: /usr/bin/ld: cannot find -lsasl

2003-08-26 Thread Edgar Bonet
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 -l

[PHP-INSTALL] Error During make: /usr/bin/ld: cannot find -lsasl

2003-08-26 Thread Daniel
The 'configure' script executed correctly, with no errors (below is listed what I switches I used). So, enthusiastically, I run 'make.' It goes through it's normal routine of happily compiling. Then, it stops, and spits out the following completly incomprehensible (to me, at least) error: /usr/