This page is not a bug tracker. If you run into a problem not listed here, please file a bug. |
List of common errors for the module libgda.
Error - mysql.h: No such file or directory
Stage: Build
gda-mysql.h:35:19: error: mysql.h: No such file or directory
Solution:
Install the corresponding mysql development package (mysql-devel) on your system.
Error - libpq-fe.h: No such file or directory
System details: libgda git master (around version 5.0.1) on a Fedora 16 machine
Stage: Build
gda-postgres.h:33:22: fatal error: libpq-fe.h: No such file or directory
Solution:
Install the corresponding postgresql development package (postgresql-devel) on your system.