On Thu, Aug 09, 2012 at 05:31:26PM +0100, andrea crotti wrote: > I installed a virtual Centos 5.8 and trying to compile it fails again > because autoconf is too old, now I started an yum update and let's see > if it works.. > > But if it doesn't it seems a bit too strict to me that there is no way > to compile zmq 2.2 even on Centos 5.8, isn't it? > > Did anyone actually do it?
Did you grab the tarball or clone the git repo? The tarball should't need new autoconf tools - it should have all the stuff prepackaged that it requires (at least that's been the case in the past). If you're grabbing git, it's assumed you're on a current system, or can build up a current system - in that cause you just have to run the autotools on the codebase once, and then you can transfer it to older boxes to run configure and make. -- AJ Lewis Software Engineer Quantum Corporation Work: 651 688-4346 email: [email protected] ---------------------------------------------------------------------- The information contained in this transmission may be confidential. Any disclosure, copying, or further distribution of confidential information is not permitted unless such privilege is explicitly granted in writing by Quantum. Quantum reserves the right to have electronic communications, including email and attachments, sent across its networks filtered through anti virus and spam software programs and retain such messages in order to comply with applicable data security and retention requirements. Quantum is not responsible for the proper and complete transmission of the substance of this communication or for any delay in its receipt. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
