[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot Build on CentOS 6.x or Amazon Linux
From: |
Paul Eggert |
Subject: |
Re: Cannot Build on CentOS 6.x or Amazon Linux |
Date: |
Thu, 17 Oct 2013 15:57:31 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
Ron Cemer wrote:
> configure.ac:20: error: Autoconf version 2.65 or higher is required
This is an error message from Thrift, not from Autoconf,
so it's not something that the Autoconf folks can do anything
about. For more information about this particular problem see:
https://issues.apache.org/jira/browse/THRIFT-858
More generally, it sounds like you're assuming that the
development host must be the same as the final operating
platform. That's rarely true for major projects these days;
it's quite common to assume that developers have more
up-to-date tools than whatever old OS their software
eventually has to run on. If this doesn't describe your
development environment, it might be a good time to think
about upgrading.