Обсуждение: RPM installation of 7.0.3

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

RPM installation of 7.0.3

От
John Burski
Дата:
I've downloaded the various RPM files for version 7.0.3 (10 of them) so
I might upgrade the version (6.5.2) that is currently on my workstation
(Red Hat 6.1).  The old version has never been used for anything, so
there's no data to worry about.

When I issue the following command:

     rpm -Uvh postgresql-*

The following is displayed:

     postgresql
     ##################################################
     postgresql-devel
     ##################################################
     postgresql-jdbc
     ##################################################
     postgresql-odbc
     ##################################################
     postgresql-perl
     ##################################################
     postgresql-python
     ##################################################
     postgresql-server
     ##################################################
     /sbin/ldconfig: warning: can't open /var/tmp/rpm-tmp.95124
     (Not a directory), skipping
     /sbin/ldconfig: warning: can't open 1 (No such file or
     directory), skipping
     postgresql-tcl
     ##################################################
     postgresql-test
     ##################################################
     postgresql-tk
     ##################################################

I'm concerned about the two warnings - are they something I need to
worry about?

Thanks in advance.

--
John Burski
Lead Programmer
911 Emergency Products, Inc.
St. Cloud, MN  56301




Re: RPM installation of 7.0.3

От
Rasputin
Дата:
On Mon, Dec 04, 2000 at 04:34:44PM -0600, John Burski wrote:
> I've downloaded the various RPM files for version 7.0.3 (10 of them) so
> I might upgrade the version (6.5.2) that is currently on my workstation
> (Red Hat 6.1).  The old version has never been used for anything, so
> there's no data to worry about.
>
> When I issue the following command:
>
>      rpm -Uvh postgresql-*
>
> The following is displayed:
>
>      postgresql-server
>      ##################################################
>      /sbin/ldconfig: warning: can't open /var/tmp/rpm-tmp.95124
>      (Not a directory), skipping
>      /sbin/ldconfig: warning: can't open 1 (No such file or
>      directory), skipping

Looks like the (script part of the RPM) is badly built;
it passes a temporary file to the dynamic linker,
which only accepts directories of shared libraries
as arguments.

You might want to report it on the pgsql-bugs list ,
making sure to mention where you got the RPMs from.

> I'm concerned about the two warnings - are they something I need to
> worry about?

Naah - worst case scenario, you can just add the line

'usr/local/pgsql/lib' to the end of ld.so.conf and run ldconfig
as root.
[Change the path to wherever your *.so files were installed.]

But chances are it hasn't broken anything.


--
Rasputin
Jack of All Trades :: Master of Nuns