Hi All,
got the following error when installing source snort,
********************************************** ERROR: unable to find mysql headers (mysql.h) checked in the following places /usr/include /usr/include/mysql /usr/local/include /usr/local/include/mysql **********************************************
and was told in the snort list that it needs the following, libmysqlclient-dev I checked here, http://download.fedora.redhat.com/pub/fedora/linux/core/3/SRPMS/ but nothing there. Is there a package that installs this lib.? Cheers.
The package you want is mysql-devel
# yum install mysql-devel
It is built from the mysql SRPM, so you won't find a mysql-devel SRPM, nor a libmysqlclient-dev SRPM.
Paul.