[Zope-DB] psycopg problems

Dieter Maurer dieter@handshake.de
Sat, 8 Feb 2003 19:40:28 +0100


Leonardo Fernandes wrote at 2003-2-7 15:03 -0200:
 > Ok, now Im installing the psycopg, ./configure worked fine, but when I
 > executed make I've got:
 > 
 > module.o connection.o cursor.o typeobj.o typemod.o
 > -L/usr/local/pgsql/lib/ -lpq -lcrypt -o psycopgmodule
 > make: module.o: Command not found
 > make: *** [psycopgmodule] Error 127
 > 
 > I have seen on the list that is becouse the linker wasnt found, but how
 > can I make it work?
Somehow, "configure" defined an empty linker variable.

This problem came up before (maybe in "db-sig@python.org").
Search the mailing list archives...

If you cannot find a good solution, edit the generated "makefile"
and provide a correct definition for the linker variable (maybe
called "LD").


Dieter