Обсуждение: pgAdmin install?

Поиск
Список
Период
Сортировка

pgAdmin install?

От
Ray Stell
Дата:
I see there are rpms for pgAdmin v1.4.3 on rhel4:

http://www.postgresql.org/ftp/pgadmin3/release/v1.4.3/rhel-4/rpms/

The install chokes on:

[root pgadmin3]# rpm -Uvh pgadmin3-1.4.3-1.i686.rpm
error: Failed dependencies:
        libpq.so.3 is needed by pgadmin3-1.4.3-1.i686
        postgresql is needed by pgadmin3-1.4.3-1.i686
    Suggested resolutions:
        postgresql-7.4.13-2.RHEL4.1.i386.rpm
        postgresql-libs-7.4.13-2.RHEL4.1.i386.rpm

I installed pg from source:

/usr/local/pgsql/lib/libpq.so.4

What is the cleanest path around this?  Should I install from source,
symlink libpq.so.3 and/or --nodeps the rpm install?

Re: pgAdmin install?

От
Ray Stell
Дата:
I installed from source, retaining targets wxGTK-* installed
from rpm from http://www.postgresql.org/ftp/pgadmin3/release/v1.4.3/rhel-4/rpms/
Seems to run, anyway.



On Mon, Oct 16, 2006 at 03:19:49PM -0400, Ray Stell wrote:
> I see there are rpms for pgAdmin v1.4.3 on rhel4:
>
> http://www.postgresql.org/ftp/pgadmin3/release/v1.4.3/rhel-4/rpms/
>
> The install chokes on:
>
> [root pgadmin3]# rpm -Uvh pgadmin3-1.4.3-1.i686.rpm
> error: Failed dependencies:
>         libpq.so.3 is needed by pgadmin3-1.4.3-1.i686
>         postgresql is needed by pgadmin3-1.4.3-1.i686
>     Suggested resolutions:
>         postgresql-7.4.13-2.RHEL4.1.i386.rpm
>         postgresql-libs-7.4.13-2.RHEL4.1.i386.rpm
>
> I installed pg from source:
>
> /usr/local/pgsql/lib/libpq.so.4
>
> What is the cleanest path around this?  Should I install from source,
> symlink libpq.so.3 and/or --nodeps the rpm install?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--