Build from master Fails

Issue #948 closed
Thomas Helmrich created an issue

Hi,

last build (1.3.4) succeeded. Today i wanted to build the master branch, but got the following errors:

zip.h is not found
MySQL support is not found

Was there a change? How could i fix it?

Thanks!

Comments (5)

  1. Janos SUTO repo owner

    What's the exact configure command you typed? Also is the libzip package installed? And is mysql_config (or perhaps mariadb_config) command is in the path?

  2. Thomas Helmrich reporter

    I tried it with the following command:

    ```./configure --localstatedir=/var --with-database=mysql --enable-tcpwrappers````

    By the way, the following warning is provided:

    ```configure: WARNING: unrecognized options: --enable-tcpwrappers````

    libzip-dev was missing (is that a new requirement?). libmariadb-dev was missing (since when this is required?).

    Now it worked (unless the configure: WARNING: unrecognized options: --enable-tcpwrapperswarning)

  3. Janos SUTO repo owner

    Well, the tcp_wrappers support is automatically enabled in recent builds, and the mysql (or mariadb) dev packages are required altogether with libzip for quite a long time.

  4. Log in to comment