Re: PHP4.0.4pl1 and PostgreSQL 7.1beta4

From: "Brent R(dot) Matzelle" <bmatzelle(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PHP4.0.4pl1 and PostgreSQL 7.1beta4
Date: 2001-02-27 18:04:18
Message-ID: 20010227180418.6845.qmail@web312.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Find where that include file is locate on your system (mine is
located in /usr/include/pgsql on RedHat 7.0) by running 'locate
libpq-fe.h'. Then you will need to edit the Makefile to point
to your system's Postgres include directory.

Brent

--- Uro Gruber <uros(at)sir-mag(dot)com> wrote:
> Hi!
>
> I want to install postgresql under php and when i make in php
> in get
> this error
>
> In file included from php_pgsql.h:33,
> from pgsql.c:29:
> /usr/local/pgsql/include/libpq-fe.h:29: openssl/ssl.h: No such
> file or directory
>
> what can i do?
>
>
> --
> by
> Uro mailto:uros(at)sir-mag(dot)com
>
>

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brent R. Matzelle 2001-02-27 18:19:31 Re: vacuum and backup
Previous Message Pablo Prieto 2001-02-27 17:54:56 RE: Migrate from MS SQL 6.5 to postgres??