This file describes commonly encountered problems when configuring, building
or installing GEAS. Refer to the files in the doc/ directory for more
information on general questions about geas.


Error messages when building geas
---------------------------------

Q: undefined reference to `mysql_init'
A: Currently unresolved. We are working on this :)


Error messages when running geas
--------------------------------

Q: FATAL 1:  Database "gnue" does not exist in the system catalog.
A: Make sure the PostgreSQL postmaster is accepting tcp/ip connections.
   The postmaster has to be started using the -i option to achieve this.
