[Zope] Zope to PostgreSQL Connection?

Dieter Maurer dieter@handshake.de
Sun, 17 Sep 2000 07:34:11 +0200 (CEST)


Cesar A. K. Grossmann writes:
 > I'm with some troubles to connect ....
 > to a PostgreSQL 7.0.2 database. The ZPyGreSQLDA
 > (http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr) "is broken".
 > ....
 > Trying to compile PoPy 1.3.6:
 > [root@bit PoPy-1.3.6]# ./configure 
 > ....
 > Warning: next test can fail because of a missing libcrypt
 > checking for PQconnectStart in -lpq... no
 > configure: error: can't build without PostgreSQL libraries
The problem seems to be that "configure" does not find
the "PostgreSQL libraries".

The "libcrypt" reference is probably only a warning.

You may look at the various "config.*" files to obtain
more information about the configuration process
and why it failed.


Dieter