[Zope-DB] psycopg problems

Leonardo Fernandes leonardo.fernandes@ic.unicamp.br
Fri, 07 Feb 2003 15:03:35 -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?

Thanks.