If Joseph's suggestion doesn't work, you may want to look at your Xcode
installation. I had the same output as you when trying to install
psycopg until I updated my Xcode install (following advice on a forum
thread in French which I've since lost). You'll have to create a
developer account at the Apple webpage
(http://developer.apple.com/tools/) if you haven't already done so, but
that's a snap. Seems some earlier versions of Xcode have a problem with
specifying multiple chip architectures for gcc. I'm not sure if this is
your problem - looking at your config.log might help (you might see
something specifying both powerpc and i386 arch right before the fail).


Also, if you get past this, let us know how things go, as I'm still
trying to configure psycopg. I no longer get PostgreSQL header
problems, but I'm getting a "can't build without PostgreSQL libraries"
problem. The configure exits after looking for PQconnectStart:

checking for mxDateTime.h... yes
checking for main in -lcrypt... no
checking for main in -lcrypto... yes
checking for PQconnectStart in -lpq... no
configure: error: can't build without PostgreSQL libraries

after I configure using:
./configure --with-postgres-libraries=/usr/local/pgsql/lib
--with-postgres-includes=/usr/local/pgsql/include
--with-mxdatetime-includes=[path/to]/mx/DateTime/mxDateTime

I don't know if I should try messing around with libpq, or if I need to
recompile both PostgreSQL and psycopg without SSL support, or something
like that.

I hope everything works out - keep us posted.

- Alasdair


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to