You need mysql-devel to enable mysql support, as well as running ./configure --with-mysql=/path/to/mysql.

If you run into any issues with ./configure alone, it might be a path issue so you prepend the path for whatever you is required before ./configure. Say you get the error that 'ar' is not found. So ar is in a custom directory /opt/csw/bin, so you prepend it:

PATH=$PATH:/opt/csw/bin ./configure

Willy wrote:
Hi,
Does Kannel needs a server and client installation of MySQL to enable MySQL support? Or just the MySQL Client libs are needed? Any MySQL ./configure options tips? To make Kannel's installation running well with MySQL support? Thanks for your replies. Regards Willy

--
This message has been scanned for viruses and
dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
believed to be clean.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Reply via email to