MySQL configure problem

Issue #121 resolved
Former user created an issue

If i try to configure however 0.1.24 or 0.1.23 my configure stops @

checking for mysql_config... no MySQL support is not found

Debian squeeze mysql-server, php5, apache up and running.

./configure --localstatedir=/var --with-database=none --enable-starttls

Thomas

Comments (6)

  1. Emilio Martin Lundgaard Lopez

    Hi Thomas...try

    ./configure --localstatedir=/var --with-database=mysql --enable-starttls

    instead. This is, of course, when working with 0.1.24 as 0.1.23 doesn't have the option --with-database implemented. If you are going to configure 0.1.23 then just skip such option.

    Emilio.

  2. Thomas1

    i used this now but its the same for me, ./configure --localstatedir=/var --with-database=mysql --enable-starttls tryed with v0.1.24-Dev-R. and piler-0.1.23.

    Thomas

  3. Emilio Martin Lundgaard Lopez

    Try using

    ./configure --localstatedir=/var --enable-starttls

    in piler 0.1.23

    EMILIO!

  4. Log in to comment