Re: RPM installation of 7.0.3

Поиск
Список
Период
Сортировка
От Rasputin
Тема Re: RPM installation of 7.0.3
Дата
Msg-id 20001205130950.A49844@dogma.freebsd-uk.eu.org
обсуждение исходный текст
Ответ на RPM installation of 7.0.3  (John Burski <John.Burski@911ep.com>)
Список pgsql-novice
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

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

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: [GENERAL] Re: Password protection?
Следующее
От: Leandro Fanzone
Дата:
Сообщение: Transactions