Rpm issue with autoconf-2.63-1.AIX6.1.noarch.rpm

dears

i am trying to install the autoconf-2.63-1.aix6.1.noarch.rpm but its shows the below error message .

P700_dev/svn/dependencies>rpm -i autoconf-2.63-1.aix6.1.noarch.rpm 
error: failed dependencies:
        m4 is needed by autoconf-2.63-1
P700_dev/svn/dependencies>

It is left as an exercise to the interested reader to decipher this absolutely unintelligible quote about "failed dependencies" along with a completely obfuscated specification which dependency is needed by the package to be installed.

shakes head in desparation...

I hope this helps.

bakunin

download and install m4 package first into your system before installing autoconf ...

Ha, oh, or maybe not then bakunin.
m4 required then, it is!

i have slove the problem via

rpm -i autoconf-2.63-1.aix6.1.noarch.rpm --nodeps 

thanks all

You haven't "solved" the problem, just circumvented it. The dependencies the autoconf package relies on still are not there, but you have disabled the checks.

If you have a broken light bulb, you have to replace it. Declaring darkness to be the standard just doesn't cut it.

I hope this helps.

bakunin

1 Like
If you have a broken light bulb, you have to replace it. Declaring darkness to be the standard just doesn't cut it.

LOL ;0)