LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem in autoconf package (https://www.linuxquestions.org/questions/linux-software-2/problem-in-autoconf-package-4175486495/)

Linxay 12-01-2013 08:36 PM

problem in autoconf package
 
i got this
rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by autoconf-2.61-85.1.i586
when i wrote this command
rpm -ivh autoconf-2.61-85.1.i586.rpm

evo2 12-01-2013 11:49 PM

Hi,

usually you shouldn't manyally install rpm files using the rpm command. Instead can use yum to automiciallly download and install software and its dependencies. So, to install autoconf you run the following as root.
Code:

yum install autoconf
If this does not work please post the error message that was output and provide some information about your OS including the distribution (eg CentOS, Scientific Linux etc) and the version number.

Evo2.

knudfl 12-02-2013 01:41 AM

Welcome to LQ.

`autoconf-2.61-85.1.i586.rpm' is an OpenSuse 11.0 package.

Which OS are you using ? ?
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html

Suse : # zypper in autoconf

-

Linxay 12-02-2013 06:22 PM

Quote:

Originally Posted by evo2 (Post 5073719)
Hi,

usually you shouldn't manyally install rpm files using the rpm command. Instead can use yum to automiciallly download and install software and its dependencies. So, to install autoconf you run the following as root.
Code:

yum install autoconf
If this does not work please post the error message that was output and provide some information about your OS including the distribution (eg CentOS, Scientific Linux etc) and the version number.

Evo2.

i tried this and No package autoconf-2.13 available.
i'm working on Red hat v5.7 using virtual machine

---------- Post added 12-02-13 at 07:22 PM ----------

Quote:

Originally Posted by knudfl (Post 5073742)
Welcome to LQ.

`autoconf-2.61-85.1.i586.rpm' is an OpenSuse 11.0 package.

Which OS are you using ? ?
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html

Suse : # zypper in autoconf

-

i tried this and No package autoconf-2.13 available.
i'm working on Red hat v5.7 using virtual machine

evo2 12-02-2013 06:48 PM

Hi,

ok the problem is that without a paid support contract, RHEL (Red Hat Enterprise Linux) is almost useless. You won't be able to install packages using yum and you won't get any security updates. So, the solution here is to use a different linux distribution. If you want to stick with something like RHEL, you can use CentOS or Scientific Linux which are both fully functional free rebuilds/clones of RHEL.

Evo2.

Linxay 12-02-2013 06:56 PM

Quote:

Originally Posted by evo2 (Post 5074198)
Hi,

ok the problem is that without a paid support contract, RHEL (Red Hat Enterprise Linux) is almost useless. You won't be able to install packages using yum and you won't get any security updates. So, the solution here is to use a different linux distribution. If you want to stick with something like RHEL, you can use CentOS or Scientific Linux which are both fully functional free rebuilds/clones of RHEL.

Evo2.

ok i'll try to set up Centos
But what is the meaning of this ?
m4 >= 1.4.11 is needed by autoconf-2.61-85.1.i586
rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by autoconf-2.61-85.1.i586

evo2 12-02-2013 07:04 PM

Hi,
Quote:

Originally Posted by Linxay (Post 5074204)
ok i'll try to set up Centos

Excellent.

Quote:

But what is the meaning of this ?
m4 >= 1.4.11 is needed by autoconf-2.61-85.1.i586
autoconf depends on m4 (version greater or equal to 1.4.11), which presumably you have not installed.
Quote:

rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by autoconf-2.61-85.1.i586
autoconf also depends on rpmlib (version less than or equal to 4.4.2-1), which presumably you have not installed.

This is what happens when you try to install random .rpm files manually.

Evo2.

Linxay 12-02-2013 07:15 PM

Quote:

Originally Posted by evo2 (Post 5074208)
Hi,

Excellent.

do you have link for downloading Centos v6 ?

evo2 12-02-2013 07:32 PM

Hi,
Quote:

Originally Posted by Linxay (Post 5074215)
do you have link for downloading Centos v6 ?

yes, and your favourite search engine does too. See www.centos.org and follow the "Downloads" and then the "Mirror List" links. Alternatively follow the "Download Linux" link in the top right corner of this page.

Evo2.


All times are GMT -5. The time now is 08:03 AM.