Problem solved
On Sunday 11 September 2005 03:04, Joshua Slive wrote:
> On 9/10/05, Uzo Andrew Madu <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I have built httpd-2.0.54-src on Linux SuSe Pro 9.3 using the following:
> >
> > 1. ./configure --enable-proxy=sha
Hi Joshua,
on further investigation it seems that there is a problem with the ./configure
process. If I build apache with no modules:
./configure
when running apache using ./apachectl start apache starts with no problems. If
I specify a build with:
--enable-mods-shared=all
first off I noticed
Hi,
I have built httpd-2.0.54-src on Linux SuSe Pro 9.3 using the following:
1. ./configure --enable-proxy=shared --enable-proxy-connect=shared
--enable-proxy-ftp=shared --enable-proxy-http=shared --enable-rewrite=shared
--enable-ssl=shared --enable-vhost-alias=shared --enable-auth-anon=shared