[Zope] Psycopg 1.0.X - Python 2.1

Heimo Laukkanen huima@fountainpark.org
Sun, 03 Mar 2002 19:52:48 +0200


Hi all,

have had some fun with installing psycopg in different machines and 
trying to take newer version into use. Below is the configure,which 
works for me with psycopg 1.0.1 and versions with errprs for 1.0.3 and 
1.0.4.

Any ideas what migth be the problem? Help appreciated.

Ps.
Is it just me or does someone else think, that this installing is 
sometimes too hard. Anyway guide for installation still present at:

http://groups.yahoo.com/group/zope/message/74401


*1.0.1*

./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

WORKS. Hooray!


*1.0.3*

./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 --with-python-version=2.1

ERROR: ./config.status: 
/usr/bin/python2.1/lib/python2.1/config/makesetup: Not a directory

Wtf?

*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?


-huima