IITDBGroup / gprom

GProM is a middleware that adds support for provenance to database backends.
http://www.cs.iit.edu/%7edbgroup/research/gprom.php
Apache License 2.0
8 stars 5 forks source link

Metadata lookup #54

Closed tirrolo closed 4 years ago

tirrolo commented 5 years ago

After compiling the code, when trying to execute gprom with postgres I get the following error:

FATAL(metadata_lookup.c:105) did not find plugin ERROR (exception.c:145) exception was thrown (RECOVERABLE) metadata_lookup.c - 105 - <did not find plugin <METADATA_LOOKUP_PLUGIN_POSTGRE\ S>>

Environment: Ubuntu 16.04

lordpretzel commented 4 years ago

there is a missing test in configure that does not fail if the postgres library is not found. This should be fixed by fixing the check. In the meanwhile this can be resolved by making suring that the development version of libpq is visible to configure and can be checked by looking at the compilation to see whether we compile against libpq.

lordpretzel commented 4 years ago

configure now fails if backend library headers are not available (including Postgres)