Re: SVN and Postgres 8.3

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: SVN and Postgres 8.3
Дата
Msg-id 2968dfd60907300802v684e4181g9938f104c08955c8@mail.gmail.com
обсуждение исходный текст
Ответ на SVN and Postgres 8.3  (Phoenix Kiula <phoenix.kiula@gmail.com>)
Ответы Re: SVN and Postgres 8.3
Список pgsql-general
On Thu, Jul 30, 2009 at 7:37 AM, Phoenix Kiula<phoenix.kiula@gmail.com> wrote:
> We installed 8.3.7 on a new server. Some of the config changes such as
> tracker_acvitity etc are nice.
>
> But big problem. When I start SVN on this machine (which we need!) I
> see this error:
>
>
> -----
> svn: error while loading shared libraries: libpq.so.4: cannot open
> shared object file: No such file or directory
> -----

I didn't even know svn could be linked with postgres libraries.  I
think what you need to do is either rebuild subversion without Pg
support, or rebuild it against the 8.3 client libraries.  If you're
not running the svn server on this machine, then just build/install
the svn client portions, not the server bits.  The client has no
reason to speak to postgres directly anyhow.

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

Предыдущее
От: Jennifer Trey
Дата:
Сообщение: pg_config --sharedir points to the wrong folder.. is this a problem?
Следующее
От: Dotan Barak
Дата:
Сообщение: Re: PostgreSQL server listen on other port than 5432