Menu

./configure --with-mysql

Help
s. keeling
2005-01-05
2013-04-25
  • s. keeling

    s. keeling - 2005-01-05

    Hi.  This is on Debian Sarge.  I installed mysql binary packages:

    ...
    checking for mysql_config... no
    configure: error: mysql_config not found

    I can't find mysql_config anywhere.  mysql is working; I just did a "create database ..." in it.

    Suggestions welcome.

    Linux collector 2.4.27-1-686 #1 Wed Dec 1 19:57:47 JST 2004 i686 GNU/Linux

     
    • s. keeling

      s. keeling - 2005-01-06

      Oops.  Sorry for the noise.

      The solution is apparently to install libmysqlclientNN-dev, where the NN is version numbers.  I haven't tried this yet (box is elsewhere), but just a little more searching than I did should prove this.  Eg., for Debian, see:

      <http://packages.debian.org/cgi-bin/search_contents.pl?word=mysql_config&searchmode=searchfiles&case=insensitive&version=testing&arch=i386>

       
    • Octavian

      Octavian - 2007-02-22

      configure search   mysql_config    in PATH

      PATH = $PATH:/path to mysql_config/

      use locate  mysql_config ( after updatedb ) to find  /path to mysql_config/

       

Log in to post a comment.