postgresql-server-7.0.3-2.i386.rpm error

Started by Vilson fariasover 25 years ago5 messagesgeneral
Jump to latest
#1Vilson farias
vilson.farias@digitro.com.br

Hello!

I've been trying to install 7.0.3, but I'm always getting the same error,
even if I try to install in another computer. What can I do?

[root@localhost /tmp]# rpm -i postgresql-7.0.3-2.i386.rpm
[root@localhost /tmp]# rpm -i postgresql-devel-7.0.3-2.i386.rpm
[root@localhost /tmp]# rpm -i postgresql-server-7.0.3-2.i386.rpm
/sbin/ldconfig: warning: can't open var/tmp/rpm-tmp.10903 (Not a directory),
skipping
/sbin/ldconfig: warning: can't open 1 (No such file or directory), skipping

Thanks in advance!

Jos� Vilson de Mello de Farias
D�gitro Tecnologia Ltda - Brasil

#2Noname
martin.chantler@convergys.com
In reply to: Vilson farias (#1)
Re: postgresql-server-7.0.3-2.i386.rpm error

I also had a problem installing the 7.0.3 RPM - it was conflicting with an old
version of postgresql
I had to uninstall the old RPM's first before it would work, I also found
Kpackage sorts some problems out

NB Are you logged in as root?

MC

#3Trewern, Ben
Ben.Trewern@mowlem.com
In reply to: Noname (#2)
RE: postgresql-server-7.0.3-2.i386.rpm error

I had the same problem installing on Mandrake 7.2 using the mdk rpms. The
server still installed and seems to work. Anybody got any more details?

Ben

Show quoted text

-----Original Message-----
From: Vilson farias [mailto:vilson.farias@digitro.com.br]
Sent: 12 December 2000 11:52
To: pgsql-general@postgresql.org
Subject: [GENERAL] postgresql-server-7.0.3-2.i386.rpm error

Hello!

I've been trying to install 7.0.3, but I'm always getting the
same error,
even if I try to install in another computer. What can I do?

[root@localhost /tmp]# rpm -i postgresql-7.0.3-2.i386.rpm
[root@localhost /tmp]# rpm -i postgresql-devel-7.0.3-2.i386.rpm
[root@localhost /tmp]# rpm -i postgresql-server-7.0.3-2.i386.rpm
/sbin/ldconfig: warning: can't open var/tmp/rpm-tmp.10903
(Not a directory),
skipping
/sbin/ldconfig: warning: can't open 1 (No such file or
directory), skipping

Thanks in advance!

José Vilson de Mello de Farias
Dígitro Tecnologia Ltda - Brasil

#4Lamar Owen
lamar.owen@wgcr.org
In reply to: Vilson farias (#1)
Re: postgresql-server-7.0.3-2.i386.rpm error

Vilson farias wrote:

I've been trying to install 7.0.3, but I'm always getting the same error,
even if I try to install in another computer. What can I do?

[root@localhost /tmp]# rpm -i postgresql-7.0.3-2.i386.rpm
[root@localhost /tmp]# rpm -i postgresql-devel-7.0.3-2.i386.rpm
[root@localhost /tmp]# rpm -i postgresql-server-7.0.3-2.i386.rpm
/sbin/ldconfig: warning: can't open var/tmp/rpm-tmp.10903 (Not a directory),
skipping
/sbin/ldconfig: warning: can't open 1 (No such file or directory), skipping

The ldconfig warnings are a bunch of bogosities. They are not a
problem. Now, an ldconfig _error_ is a bird of a different feather.....

I will investigate _why_ these warnings are even being generated -- but,
the gist is that they do not in any way cause problems with the actual
installation.

The technical side of it is that the ldconfig warnings are being issued
by a %post scriptlet, after the files themselves are already installed.
Ldconfig needs to be run to update ld.so on the new shared objects that
are being installed -- and ldconfig is choking on some files. Again,
I'll double check the scriptlet to see _why_ it's choking on these
particular filenames, but, in the meantime, it's not a big deal and
won't cause problems with the installation, AFAIK.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In reply to: Noname (#2)
Re: postgresql-server-7.0.3-2.i386.rpm error

martin.chantler@convergys.com writes:

I also had a problem installing the 7.0.3 RPM - it was conflicting with an old
version of postgresql

You should upgrade, not install if you already have postgresql installed.

--
Trond Eivind Glomsr�d
Red Hat, Inc.