--with-* vs. path*
Ivan Shmakov
oneingray at gmail.com
Wed Jun 11 13:52:48 UTC 2008
>>>>> Russ Allbery <rra at stanford.edu> writes:
>> Actually, I don't see the point of hardcoding a bunch of directory
>> names into the INN binaries. Considering that I'm somewhat
>> interested in running several INN instances, it's also error-prone
>> to have defaults matching one configuration, but not the others.
> The Autoconf flags are used almost entirely to set defaults in
> inn.conf and everything else mostly gets the paths from there.
> (There are a few exceptions, but not too many, and most of them are
> bugs that we could fix with more or less effort.)
ACK, I'll try to look at those.
>> Since the whole set of paths is configurable at run-time, the only
>> location that needs to be set at the .../configure time is that (the
>> default) of inn.conf.
> Yeah, this is largely what happens.
> However, we still need to know what to put into the generated
> inn.conf.
But is it really sensible to generate inn.conf at /configure/
time? Rather, I'd opt for a kind of `initinn', to be used each
time a new INN configuration is needed.
>> For the rest, the policy is then to be as follows:
>> * every other location should be set in inn.conf;
>> * an error is signalled at run-time if a directory required to
>> perform an operation is not set.
> There are reasonable defaults for nearly all of the paths relative to
> the root path in inn.conf, which is required.
s/root path/--prefix/? Agreed upon that then.
More information about the inn-workers
mailing list