[squid-users] Re: how to determine what ./configure options were used?

From: Anthony J. Breeds-Taurima <tony@dont-contact.us>
Date: Wed, 4 Jul 2001 16:13:08 +0800 (WST)

On Tue, 3 Jul 2001, Mike Kiernan wrote:

> Is there any way to tell what options a squid installation was
> ./configure'd with?
> Specifically I want to know whether it was compiled with
> --enable-delay-pools
> - if it is I guess I can just edit my delay pool rules in and kill
> -HUP it.
> If not, I have to recompile - but in that case I also would like to
> know what other
> options it was compiled with previously....?

I'm not sure about this but you could try:
$ strings `which squid` | grep delay
file_close: FD %d, delaying close
(my squid wasn't comiled with delay pools)

I'm guessing that if squid was compiled with support for delay-pools you'd
see the things like:
delay_pools
delay_class

I'm sure the gurus can tell you if I'm wrong.

Yours Tony.

/*
 * "The significant problems we face cannot be solved at the
 * same level of thinking we were at when we created them."
 * --Albert Einstein
 */
Received on Wed Jul 04 2001 - 02:13:27 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:00 MST