Обсуждение: Installing with libs of postgresql-libs

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

Installing with libs of postgresql-libs

От
Дата:
Hi list,

Could someone tell me what libs are packed in the rpm
below ?
postgresql-libs-8.2.3-1PGDG.i686.rpm

We are concerned about the problem of compatibility with
Oracle and we prefer to check all the libs to not put the
Oracle system down.

I think it is just a metter of rpm -qa
postgresql-libs-8.2.3-1PGDG.i686.rpm but I do not have the
adm permissions.

Any help would be glad
Ezequias

Re: Installing with libs of postgresql-libs

От
Scott Marlowe
Дата:
On Mon, 2007-03-12 at 14:54, ezequias@fastcon.com.br wrote:
> Hi list,
>
> Could someone tell me what libs are packed in the rpm
> below ?
> postgresql-libs-8.2.3-1PGDG.i686.rpm
>
> We are concerned about the problem of compatibility with
> Oracle and we prefer to check all the libs to not put the
> Oracle system down.
>
> I think it is just a metter of rpm -qa
> postgresql-libs-8.2.3-1PGDG.i686.rpm but I do not have the
> adm permissions.

You don't generally need root to run rpm -qa, but you would need them to
install them, and you don't need to install them in order to query
what's in the package.  Try this:

rpm -qp -l postgresql-libs-8.2.3-1PGDG.i686.rpm