Re: [ADMIN] Call to undefined function: pg_connect()

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: [ADMIN] Call to undefined function: pg_connect()
Дата
Msg-id 3F31DB9F.7080902@joeconway.com
обсуждение исходный текст
Ответ на Call to undefined function: pg_connect()  ("shreedhar" <shreedhar@lucidindia.net>)
Список pgsql-general
shreedhar wrote:
> Hi All,
>
> I Updated my Postgresql Server from 7.2.4 which came along with RH7.3 to
> 7.3.2. After updating I could not able to connect database through PHP. So I
> recompiled PHP4.1.2 (same version which have earlier in my system), even
> then I am not able to connect through PHP. Is there any other package has to
> be installed for this connection.

If I remember correctly, this is because libpq.so changed from
libpq.so.2 to libpq.so.3. Is there an old copy of libpq.so.2 hanging
around that is getting linked with instead of libpq.so.3? Did you re-run
configure and do a `make clean` on PHP before rebuilding it? If you are
really desperate, try creating a libpq.so.2 symlink from libpq.so.3.

HTH,

Joe




В списке pgsql-general по дате отправления:

Предыдущее
От: "shreedhar"
Дата:
Сообщение: Call to undefined function: pg_connect()
Следующее
От: "shreedhar"
Дата:
Сообщение: Re: [ADMIN] Call to undefined function: pg_connect()