Friday, September 27, 2013

How to install Sphinx search 64bit on debian

Getting error, cannot find mysql libraries? install mysql-devel? not helpful...


HOW TO:

install mysql packages (development)
apt-get install libmysql++-dev libmysqlclient15-dev checkinstall

download source
in root of source run configure:
./configure --enable-id64 --with-mysql=/usr/local

make
make install

done :)

for some reason the configure cannot find the mysql libraries on it's own

No comments:

Post a Comment