On Sun, 2002-03-03 at 18:52, Heimo Laukkanen wrote: [snip]
*1.0.4*
/configure --with-mxdatetime-includes=../egenix-mx-base-2.0.3/mx/DateTime/mxDateTime/ --with-postgres-libraries=/usr/local/pgsql/lib --with-postgres-includes=/usr/local/pgsql/include --with-python=/usr/bin/python2.1
make
/module.o ./connection.o ./cursor.o ./typeobj.o ./typemod.o -L/usr/local/pgsql/lib -lpq -o ./psycopgmodule make: execvp: ./module.o: Permission denied make: *** [psycopgmodule] Error 127
Fails....wtf?
the configure script is missing the linker (this is due to some changes done in 1.0.2, i think, i'll reverse them for 1.0.5.) for now you can simply link by hand: gcc -shared ./module.o ./connection.o ./cursor.o ./typeobj.o ./typemod.o -L/usr/local/pgsql/lib -lpq -o ./psycopgmodule.so hope this helps, federico -- Federico Di Gregorio Debian GNU/Linux Developer & Italian Press Contact fog@debian.org INIT.D Developer fog@initd.org Generated by Signify v1.07 [http://www.debian.org/] -- brought to you by One Line Spam