Install Cyrus-SASL
What is Cyrus-SASL2 ?
The Cyrus SASL library is a generic library for easy integration of secure network authentication to any client or server application. It supports authentication via standard plaintext methods as well as CRAM-MD5 and DIGEST-MD5 shared secret methods and KERBEROS_V4 and GSSAPI Kerberos methods. The SASL protocol framework is used by SMTP, IMAP, ACAP, LDAP, and other standard protocols.
#/usr/ports/security/cyrus-sasl2
#make config
Note :
When "make config" you will see a screen, there are few options there
Make sure you ticked/checked "MySQL, LOGIN and PLAIN" before you make install cyrus-sasl
#make install clean
This will automatically install any dependency like MYSQL, OpenSSL.. etc.. leave it untouch and wait until the installation finished.