I am using macOS Mojave 10.14.6. I am trying to configure Sphinx to use MySQL database for a Ruby on Rails project.
I have been using Homebrew to install both Sphinx and MySQL. MySQL installs correctly with Homebrew. I am experiencing errors running ./configure --with-mysql I get the. error *ERROR: cannot find MySQL include files.* Check that you do have MySQL include files installed. The package name is typically 'mysql-devel'. If include files are installed on your system, but you are still getting this message, you should do one of the following: 1) either specify includes location explicitly, using --with-mysql-includes; 2) or specify MySQL installation root location explicitly, using --with-mysql; 3) or make sure that the path to 'mysql_config' program is listed in your PATH environment variable. To disable MySQL support, use --without-mysql option. How should the include files be linked to? Should these files be installed manually. If so how. Yours, Justin Underwood database creations.co.uk -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/thinking-sphinx/e098a07e-dc4c-4efa-ae2b-9a295fb53100%40googlegroups.com.
