Re: missing dependency is actually there
- From: noi ance <noi@xxxxxxxx>
- Date: Tue, 22 Jul 2008 17:55:26 GMT
On Tue, 22 Jul 2008 11:03:45 -0400, TriAdmin typed this message:
I am trying to install Numeric-24.2 which it seems needs python and some# rpm -Uvh Numeric-24.2-1.i586.rpm error:
other file. It's failed depndency is python =>2.4, which it also
indicates is already there when I try to install it.
Any ideas?
[root@xxxxxxxxxxxxxxxx bin]
Failed dependencies:
python-base >= 2.4 is needed by Numeric-24.2-1.i586 libg2c.so.0
is needed by Numeric-24.2-1.i586
[root@xxxxxxxxxxxxxxxx bin]# cp /home/adminuser40u/perl_mods/python-2.4.2-3.2.1.i386.rpm /usr/bin
cp: overwrite `/usr/bin/python-2.4.2-3.2.1.i386.rpm'? n
[root@xxxxxxxxxxxxxxxx bin]# rpm -Uvh python-2.4.2-3.2.1.i386.rpm
warning: python-2.4.2-3.2.1.i386.rpm: Header V3 DSA signature: NOKEY,
key ID 4f2a6fd2
Preparing... ###########################################
[100%]
package python-2.4.3-19.el5 (which is newer than
python-2.4.2-3.2.1)
is already installed
I think you need the python-devel rpm
$ sudo rpm -Uhv python-2.4-devel-2.4.2-3.2.1.i386.rpm
if you're using Suse 10-11.x
$ sudo zypper install python-2.4-devel-2.4.2-3.2.1.i386.rpm
or
$ su -c "rpm -Uhv python-2.4-devel-2.4.2-3.2.1.i386.rpm"
.
- Follow-Ups:
- Re: missing dependency is actually there
- From: TriAdmin
- Re: missing dependency is actually there
- References:
- missing dependency is actually there
- From: TriAdmin
- missing dependency is actually there
- Prev by Date: how do I install with RPM to install dependencies also?
- Next by Date: Re: how do I install with RPM to install dependencies also?
- Previous by thread: Re: missing dependency is actually there
- Next by thread: Re: missing dependency is actually there
- Index(es):
Relevant Pages
|