Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 50332 invoked by uid 500); 21 Aug 2001 20:52:36 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 50317 invoked from network); 21 Aug 2001 20:52:36 -0000 Message-ID: <3B82C9E2.4060809@cnet.com> Date: Tue, 21 Aug 2001 13:51:46 -0700 From: Ian Holsman User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3+) Gecko/20010817 X-Accept-Language: en-us MIME-Version: 1.0 To: rbb@covalent.net CC: new-httpd@apache.org Subject: Re: ARGH! Libtool 1.4 breaks our build! References: <01082112234305.32386@koj.rkbloom.net> <3B82C407.4040603@cnet.com> <01082113351600.27135@koj.rkbloom.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Status: O X-Status: X-Keywords: X-UID: 959 my configure script is below. in the buildconf it says 1.4 rpm -q libtool gives libtool-1.4-6 I just did a make clean, pulled the latest CVS HEAD and ran the below. it built, installed, and is running now without a hitch. to be doubly sure... I'm running make distclean now and re-doing it --configure script-- #!/bin/bash # ./buildconf export OPTIM="-O2" ./configure \ --enable-so \ --prefix=/usr/local/apache \ --enable-shared \ --enable-proxy \ --enable-mods-shared=rewrite,status,spelling,unique_id,headers,expires,usertrack,proxy,file-cache,cgi,cgid \ --enable-rewrite=shared \ --enable-status=shared \ --enable-spelling=shared \ --enable-unique_id=shared \ --enable-headers=shared \ --enable-expires=shared \ --enable-usertrack=shared \ --enable-proxy=shared \ --with-z \ --enable-gz=shared \ --enable-file-cache=shared \ --enable-cgi=shared \ --enable-status=shared \ --enable-cgid=shared \ --enable-mmap_static=shared \ --disable-oid \ Ryan Bloom wrote: >Unless you are trying to create shared modules, you won't see the >problem > >Ryan > >On Tuesday 21 August 2001 13:26, Ian Holsman wrote: > >>hmm.. >> >>I'm running quite happily with libtool 1.4 >>All i did was remove all the 'libtool' crud files which were in the >>apache CVS tree, >>re-ran buildconf and libtool 1.4 happily did it's work. >> >>(also did it to get php to run on my home box (redhat 7.1)) >> >>Ryan Bloom wrote: >> >>>Unfortunately, PHP4 requires libtool 1.4, but libtool 1.4 has removed >>>ltconfig, so I can't create shlibtool, so I can't build shared modules. >>>I HATE LIBTOOL! >>> >>>BTW, I am working on fixing this, but after two days, I just had to gripe. >>> >>>Ryan >>>______________________________________________________________ >>>Ryan Bloom rbb@apache.org >>>Covalent Technologies rbb@covalent.net >>>-------------------------------------------------------------- >>> >