|
Hack Tool Repository
medusa |
Comments:
|
if you see: configure: SVN ** Disabled ** or checking apr-1.0/apr_tables.h usability... no checking apr-1.0/apr_tables.h presence... no checking for apr-1.0/apr_tables.h... no configure: WARNING: *** APR header files required for SVN module. *** And you are certain you installed apr and apr-utils, use the following command: sed -i s/apr-1.0\//apr-1\//g configure on the configure file in the medusa source directory. The apr-header files might be installed in /usr/include/apr-1 instead of /usr/include/apr-1.0.
by marc at 2007-11-14 14:19:09 |
|
When encountering the following error: postgres.c:46:22: error: libpq-fe.h: No such file or directory postgres.c: In function "tryLogin": postgres.c:261: error: "CONNECTION_OK" undeclared (first use in this function) postgres.c:261: error: (Each undeclared identifier is reported only once postgres.c:261: error: for each function it appears in.) make[3]: *** [postgres.o] Error 1 Make sure you include the directory that contains libpq-fe.h, usually in /usr/include/pgsql/ by marc at 2008-01-05 17:53:46 |
