Installing with libs of postgresql-libs

Started by Ezequias R. da Rochaabout 19 years ago2 messagesgeneral
Jump to latest
#1Ezequias R. da Rocha
ezequias@fastcon.com.br

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

#2Stuart Cooper
stuart.cooper@gmail.com
In reply to: Ezequias R. da Rocha (#1)
Re: 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.

For an uninstalled rpm,
rpm -qlp PACKAGE.rpm
will show you the files that the package will install.

postgresql-libs puts a bunch of postgresql specific .so files in /usr/lib
and some internationalisation messages in /usr/share/locale.

None of which will conflict with Oracle.

Cheers,
Stuart.