On Tue, 2006-10-17 at 09:31 -0700, juampa wrote: > It returns /usr/local/pgsql/lib , just as in the configure command. > > I also included /usr/local/pgsql/bin in the PATH variable in case > configure was using any postgres related commands, but no luck. > > Thanks for the help Jeremy.
I'm no Mac expert (or even beginner), but I can offer generic autoconf debugging advice... Have a look in config.log after it fails. Search for the PQconnectStart string. In config.log, there should be a full transcript of the commands that are trying to run to do this detection and then you can debug why those commands aren't working. Note that the failing lines will not necessarily be right at the end of the file -- there is a lot of auxiliary output in that file, so start at the end and search backwards for a string that fails (the "echo" commands for what you see on the screen are in there, too, so that's why I suggest searching for something like PQconnectStart). Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---