Re: Cannot make connection to postgresql 7.4 on FreeBSD

From: Chris <dmagick(at)gmail(dot)com>
To: arie nugraha <dicarve(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Cannot make connection to postgresql 7.4 on FreeBSD
Date: 2006-06-27 03:54:15
Message-ID: 44A0ABE7.5070208@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

arie nugraha wrote:
> Im currently using PHP 4.4.2 (compile it by myself, not by FreeBSD
> ports), and then i compile the
> pgsql dynamic library (pgsql.so) with phpize.
>
> I already saw that my postgresql support is already enabled in phpinfo(),
> but i still can't connect it.

Can you through the command line?

psql -d ...

That will at least tell us if it's a postgresql issue or a php issue.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message arie nugraha 2006-06-27 06:02:09 Re: Cannot make connection to postgresql 7.4 on FreeBSD
Previous Message arie nugraha 2006-06-27 03:40:57 Re: Cannot make connection to postgresql 7.4 on FreeBSD