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 [EMAIL PROTECTED]
>>>Covalent Technologies [EMAIL PROTECTED]
>>>--------------------------------------------------------------
>>>
>