[Zope-DB] Problem with Psycopg?

Stylus zope@stylusinc.net
Wed, 26 Jun 2002 13:40:14 +0530


Hi Russell,

I run the following command -
./configure --with-postgres-libraries=/usr/lib --with-postgres-includes=/usr/include --with-mxdatetime-includes=~/Zope-2.5.1/lib/python2.1/site-packages/mx/DateTime/mxDateTime --with-zope=~/Zope-2.5.1 --with-python=~/Zope-2.5.1/bin/python --with-python-version=2.1 --with-python-prefix=/usr/Python-2.1.3

and I get the following error
./config.status:~/Zope-2.5.1/bin/lib/python2.1/config/makesetup: No such file or directory

As you can see I am using the Zope-2.5.1's python installation and that obviously does not have such a directory - why is the configure script looking for it ? I am a newbie to this installation of Pyscopg and I am no expert with Linux either to figure this one out - so I appreciate any help anyone gives me to get this going. I have python 2.2 installed by default on my Mandrake installation so to bypass that I have installed the Python-2.1.3 in the /usr/Python-2.1.3 directory. This also does not seem to solve the above issue.

I have not missed the "/" character - I was in the correct directory to be able to do that. I am not sure of which files I need can you tell me exactly which ones.

Thanks for your help in advance.

bobby

On Mon, 24 Jun 2002 22:39:18 -0400
Russell Hires <rhires@earthlink.net> wrote:

> silly question. Did you forget the "/" character? should it be /usr and not 
> usr?
> This is a problem with the location of this file. Actually, there are two of 
> them, and I think that the config is looking for the two files ( I can't 
> remember their names, though) somewhere else than what would make sense. 
> Could you check through the config files and find out? That's what I 
> eventually did. 
> 
> 
> HTH
> 
> Russell