configure: MySQL support is not found

Issue #161 resolved
Former user created an issue

Hello! Run into such a problem, running: ./configure --localstatedir=/var --with-database=mysql --enable-starttls --enable-tcpwrappers

I get: checking for mysql_config... no MySQL support is not found

I'm running Ubuntu 12.04.3 LTS, installed all prerequisites from Installation documentation. Mysql: mysql Ver 14.14 Distrib 5.5.32, for debian-linux-gnu (x86_64) using readline 6.2

Comments (5)

  1. Janos SUTO repo owner

    please install the package containing the mysql_config script. I think you need the libmysqlclient-dev package.

  2. Janos SUTO repo owner

    make sure searchd is running and running as user piler (use the piler shipped rc.search script) and listens on 127.0.0.1:9306. Please see Q5 in the FAQ about disabling the daily cron job that runs indexer --all.

  3. Log in to comment