Re: 7.3.1 update gives PHP libpq.so.2 problem

From: "Peter De Muer (Work)" <peter(dot)demuer(at)inter-networks(dot)be>
To: <pgsql-php(at)postgresql(dot)org>
Cc: "Jules Alberts" <jules(dot)alberts(at)arbodienst-limburg(dot)nl>
Subject: Re: 7.3.1 update gives PHP libpq.so.2 problem
Date: 2003-02-04 13:06:04
Message-ID: 007701c2cc4e$2fc5e910$ce1611ac@ElBorbah
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-php

try making a soft link libpq.so.2 to the libpq.so.3 file that comes with
PHP 7.3.1.

regards,

pt3r

----- Original Message -----
From: "Jules Alberts" <jules(dot)alberts(at)arbodienst-limburg(dot)nl>
To: <pgsql-php(at)postgresql(dot)org>; <pgsql-admin(at)postgresql(dot)org>
Sent: Tuesday, February 04, 2003 1:36 PM
Subject: [PHP] 7.3.1 update gives PHP libpq.so.2 problem

> Hello everyone,
>
> After upgrading to pg 7.3.1 on a RH 7.3 box with php 4.1.2 PHP won't
> work anymore, it misses libpq.so.2.
>
> This is a known issue, but the only solution I could google was
> compiling a recent PHP from source or creating a softlink from
> libpq.so.3 to libpq.so.2. I read that the link is a bad solution, but I
> really don't like compiling and installing PHP from source.
>
> I normally do all my packages with RPM and I'm afraid doing PHP from
> source will mess this up. What will happen if I install PHP 4.3.0 from
> source now, and later do an update on a more recent version with rpm?
> Would I have to deinstall 4.3.0 first? How?
>
> Thanks for any tips!
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Matthew Horoschun 2003-02-04 13:54:33 Re: 7.3.1 update gives PHP libpq.so.2 problem
Previous Message Nigel J. Andrews 2003-02-04 12:53:34 Re: Large objects - SOS

Browse pgsql-php by date

  From Date Subject
Next Message Matthew Horoschun 2003-02-04 13:54:33 Re: 7.3.1 update gives PHP libpq.so.2 problem
Previous Message Jules Alberts 2003-02-04 12:36:47 7.3.1 update gives PHP libpq.so.2 problem