On Mon, Feb 26, 2001 at 06:24:55AM -0800, [EMAIL PROTECTED] wrote:
>
> > configure: error: Expat was not found (or recognized) in "../expat-lite"
> > configure failed for srclib/apr-util
> >
> > where this is my config.nice (which used to work until a few days ago
> > in my nightly build):
> > What am I doing wrong?
>
> Probably nothing. :-( Could you try with HEAD and see if it still
> happens. expat-lite was just integrated into APR-util, and the work may
> not have been completed when I tagged. 2.0.12 is already dead however, as
> is 2.0.13. Hopefully Greg will move expat into APR-utils soon.
Funny, because I update my copy from CVS each night, using:
% cvs update -Pd apr
% cvs update -Pd apr-util
% cvs update -Pd httpd-2.0
In fact, I did so just an hour ago, and expat-lite hasn't appeared anywhere,
except in httpd-2.0/srclib/expat-lite/
But that's probably the reason!! I have
% ls -l httpd-2.0/srclib/apr*
lrwxr-x--x 1 martin kraemer 9 25 Jan 12:20 httpd-2.0/srclib/apr -> ../../apr
lrwxr-x--x 1 martin kraemer 14 25 Jan 12:20 httpd-2.0/srclib/apr-util ->
../../apr-util
and the error message was talking about "../expat-lite". So, let's try it:
% rm httpd-2.0/srclib/apr*
% mv apr* httpd-2.0/srclib/
% ln -s httpd-2.0/srclib/apr* . # for my "cvs up -Pd" to work
% cd httpd-2.0/
% buildconf
% config.nice
Yep, that was the reason. But why do you insist on apr and apr-util
being a real directory inside httpd-2.0/srclib/ ? Why doesn't configure
simply work with paths which are relative to "known" points, like httpd-2.0/
or httpd-2.0/srclib/apr/ or httpd-2.0/srclib/apr-util/ ?
Martin
--
<[EMAIL PROTECTED]> | Fujitsu Siemens
<[EMAIL PROTECTED]> | 81730 Munich, Germany