If you are on a linux system,Obviously this is somehow a stupid question but I nevertheless needs an answer to it. How can I determine if I'm running SASL 1.5 or 2.x on my system ?thnx, peter -- mag. peter pilsl IT-Consulting tel: +43-699-1-3574035 fax: +43-699-4-3574035 [EMAIL PROTECTED] http://www.goldfisch.at
ldconfig -p | grep libsasl
or
ls /usr/local/lib/libsas*
or
ls /usr/lib/libsas*
depending on where sasl is installed.
if it returns libsasl then you have version 1; if it returns libsasl2 then you have version 2; if it returns both, then you have both.
Mike