Question on Redhat ver.6 RPM's


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Question on Redhat ver.6 RPM's
# 1  
Old 09-22-2011
Question on Redhat ver.6 RPM's

Hi,
Using Redhat version 6.0, I need nmap so I have downloaded. But it requires many other dependencies, when I try to install it. See below err.msg. Is there any other way to get this installed, or I need to download each of the dependencies.

Code:
 
rpm -Uhv nmap-5.51-2-mdv2011.0.x86_64.rpm
warning: nmap-5.51-2-mdv2011.0.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 26752624: NOKEY
error: Failed dependencies:
        libcrypto.so.1.0.0()(64bit) is needed by nmap-1:5.51-2.x86_64
        liblua.so.5.1()(64bit) is needed by nmap-1:5.51-2.x86_64
        libssl.so.1.0.0()(64bit) is needed by nmap-1:5.51-2.x86_64
        libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by nmap-1:5.51-2.x86_64

# 2  
Old 09-22-2011
Why not use yum?
# 3  
Old 09-22-2011
If I use YUM to get NMAP, does that automatically download all the dependencies that it needs??
# 4  
Old 09-22-2011
Yes. It was main reason for the creation of package management systems like yum.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX rpm: a question about deps

On Solaris 10 i use pkgutil,very nice,update like "apt-get" On HPUX i use depothelper for resolv depends On AIX there is something similar for use rpm? I try this but is not the same thing. AIX Open Source Packages | FAQs / FAQs (Frequently Asked Questions) (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. Red Hat

Installing PHP tools using RPM in Redhat Linux

Hi there, I am trying to install few PHP tools in my Linux server by creating RPMs from source ( tar.gz) files. The issue here is that the tar.gz files does not have a configure file and so I am not able to do ./configure make install opertations. I tried downloading src.rpms of these tools,... (0 Replies)
Discussion started by: Vicky81
0 Replies

3. UNIX for Dummies Questions & Answers

Redhat - network question

Hi, I am on Redhat 5. on the /etc/sysconfig/network file I don't see GATEWAY as one line. I also checked /etc/sysconfig/network-scripts/ifcfg-eth0. I don't see GATEWAY. But on the server. But when I do netstat -rn. I see many address. Is there some other settings ? ... (2 Replies)
Discussion started by: samnyc
2 Replies

4. Shell Programming and Scripting

<<< Question related to making of RPM package >>>

Hi all, Pls provide your suggestions and advice for the below queries. I have a files like below sample $ ls -l /u01/app -rw-r--r-- 1 appusr appdba 4 Feb 20 21:35 test -rw-r--r-- 1 appusr appdba 4 Feb 20 21:35 test1 -rw-r--r-- 1 appusr appdba 4 Feb 20 21:35 test -... (1 Reply)
Discussion started by: kamauv234
1 Replies

5. Red Hat

RedHat version in rpm spec files

Hi In opensuse we have this nice version control variable I use much when designing rpm spec files: rpm --showrc | grep suse_version %if 0%{?suse_version} > 0 && 0%{?suse_version} < 1700 -14: suse_version 1140But I do not find anything close to this in rhel/centos The only way... (0 Replies)
Discussion started by: mortenb
0 Replies

6. Fedora

Basic question regarding rpm naming convention.

Hi Guys, Where would i find the list of distribution codes. For example. samba-32bit-3.4.2 -1.1.3.1.x8664.rpm In above rpm file it is indicated that its release is 1.1.3.1 . The rpm is meant to be run for opensuse. Where would i get the linking of release number and distribution. ... (2 Replies)
Discussion started by: pinga123
2 Replies

7. Shell Programming and Scripting

How to make RPM not write to RPM database if RPM fails to deploy?

How to make RPM not write to RPM database if RPM fails to deploy? IE I create an rpm spec file that contains the following if then exit 1 fi My rpm will fail at deployment, but if I do rpm -qa , I can see the rpm in the rpm db (3 Replies)
Discussion started by: 3junior
3 Replies

8. UNIX for Advanced & Expert Users

rpm and pkginfo question

Can the root hide some of the results of the above commands from a regular user? i.e. $>rpm and $>sudo rpm will give different results (1 Reply)
Discussion started by: noam128
1 Replies

9. Linux

RPM Package question

Hi, I have built one RPM last year. now we have another version of that RPM. in previous release we had few extra files then now. so when user upgrade it those files get deleted by RPM package. We want to retain those files. now for workaround i thought of backing up those file during... (0 Replies)
Discussion started by: ajayyadavmca
0 Replies

10. UNIX for Dummies Questions & Answers

mandrake rpm question

Env: Mdk 8.1 I downloaded the kernel-source-2.4.8-26mdk.i586.rpm from mandrake. When i try to 'pm -Uv' it, i get an error that i need to install ncurses-devel. The ncurses that is installed with mdk 8.1 is ncurses-5.2-16mdk.i586.rpm and the development version that is avail is... (2 Replies)
Discussion started by: progressdll
2 Replies
Login or Register to Ask a Question