which version of SASL am I using ?

Mike O'Rourke mike.orourke at op.org
Fri Feb 14 06:37:00 EST 2003


>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
>pilsl at goldfisch.at
>http://www.goldfisch.at

If you are on a linux system,
         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





More information about the Info-cyrus mailing list