You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)" <ma...@hp.com> on 2001/08/21 19:48:30 UTC

build fails with latest CVS

Hi,
	'not sure if I'm missing something here.. I downloaded the latest
CVS, configured using : 
./configure --prefix=/opt/apache2s --enable-dav=shared
--enable-dav_fs=shared \
        --enable-ssl --with-ssl=/opt/apache2s/ssl  \
        --enable-mods-shared=all --disable-auth_digest --disable-auth_db


And, I get the following error : 

Making all in ldap
make[3]: Entering directory
`/tmp_mnt/proj/middleware/madhum/PA/httpd-2.0/srclib/apr-util/ldap'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory
`/tmp_mnt/proj/middleware/madhum/PA/httpd-2.0/srclib/apr-util/ldap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/tmp_mnt/proj/middleware/madhum/PA/httpd-2.0/srclib/apr-util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/tmp_mnt/proj/middleware/madhum/PA/httpd-2.0/srclib'
make: *** [all-recursive] Error 1


Help !!..

Thanks,
-Madhu

=> If this has been discussed in the list earlier, I'm sorry for posting it
again.. I haven't checked my e-mails over the last couple of days - I've
been working on other things.. 

Re: build fails with latest CVS

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Tue, Aug 21, 2001 at 01:48:30PM -0400, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> Hi,
> 	'not sure if I'm missing something here.. I downloaded the latest
> CVS, configured using : 
> ./configure --prefix=/opt/apache2s --enable-dav=shared
> --enable-dav_fs=shared \
>         --enable-ssl --with-ssl=/opt/apache2s/ssl  \
>         --enable-mods-shared=all --disable-auth_digest --disable-auth_db

Did you rerun buildconf?  -- justin