Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4

Поиск
Список
Период
Сортировка
От Justin Clift
Тема Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Дата
Msg-id 3E3F3ADF.2020906@postgresql.org
обсуждение исходный текст
Ответ на Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4  (Jessica Blank <jessica@starchefs.com>)
Ответы Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Список pgsql-general
Hi Jessica,

Timothy's solution of creating a symlink from the expected file to the
actual file should work for you.

# ln  -s [the path to the libpg.so.3 file] [the path to where the
libpg.so.3 is, but with libpg.so.2 instead]

i.e.
# ln -s /usr/local/lib/libpg.so.3 /usr/local/lib/libpg.so.2
or
# ln -s /usr/lib/libpg.so.3 /usr/lib/libpg.so.2
or
# ln -s /opt/pgsql/lib/libpg.so.3 /opt/pgsql/lib/libpg.so.2

You get the idea.

:-)

Regards and best wishes,

Justin Clift

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi


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

Предыдущее
От: Jessica Blank
Дата:
Сообщение: Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due to libpq.so.[23])