[Zope-DB] Problems with installation of psycopg-1.0.1
Steve Spicklemire
steve@spvi.com
Sun, 20 Jan 2002 12:25:49 -0500
Hi Michael,
I know of FreeBSD you need to specify the location of postgresql libs,
includes and also the location of the mxDateTime header files in order
to compile psycopg. If you run ./configure --help you'll get the whole
list:
--with-postgres-libraries=DIR
PostgreSQL libs in DIR [PREFIX/lib]
--with-postgres-includes=DIR
PostgreSQL includes in DIR
[PREFIX/include/postgresql]
--with-mxdatetime-includes=DIR
MX DateTime includes in DIR [PREFIX/include]
-steve
On Sunday, January 20, 2002, at 09:03 AM, Le grande pinguin wrote:
> On Sun, Jan 20, 2002 at 01:24:15AM -0500, Michael Long wrote:
>> Hi all,
>>
>> Thanks for those of you who replied to my previous email.
>>
>> When compiling psycopg I get the following message when running make:
>> module.h:31: libpq-fe.h: No such file or directory
>>
>> Where do I get the file libpq-fe.h?
>
> This file belongs to the PostgreSQL distribution. Did you
> install PostgreSL from sources? If not you might need to
> install your distributions PostgreSQL development packet -
> for Debian that would be 'postgresql-dev'.
>
> Hope that helps
>
>
> Ralf Mattes
>
>> Thanks
>> --
>>
>>
>> _______________________________________________
>> Zope-DB mailing list
>> Zope-DB@zope.org
>> http://lists.zope.org/mailman/listinfo/zope-db
>
> _______________________________________________
> Zope-DB mailing list
> Zope-DB@zope.org
> http://lists.zope.org/mailman/listinfo/zope-db