Re: [squid-users] Rebuilding Squid

2007-08-28 Thread Amos Jeffries
> On Tue, Aug 28, 2007, Srinivas B wrote:
>> Hi All,
>>
>> I have squid 2.6 stable 12 version. Now I need to re-build the same
>> squid with ssl option enabled. I dont want to change or disturb the
>> existing systems. How can I do this?
>>
>> Any help would be appreciated.
>
> ./squid -v
>
> Grab all the config options; then rebuild with those options and
> --enable-ssl IIRC
>

As someone who has tried that. I would highly recommend a test run adding
--prefix= before the full install.
I ran into problems with some of the components depending at build on
libraries I didn't have on the production server.

Amos



Re: [squid-users] Rebuilding Squid

2007-08-28 Thread Adrian Chadd
On Tue, Aug 28, 2007, Srinivas B wrote:
> Hi All,
> 
> I have squid 2.6 stable 12 version. Now I need to re-build the same
> squid with ssl option enabled. I dont want to change or disturb the
> existing systems. How can I do this?
> 
> Any help would be appreciated.

./squid -v

Grab all the config options; then rebuild with those options and --enable-ssl 
IIRC



Adrian