RE: [squid-users] Squid on Win32

2004-06-22 Thread Serassio Guido
Hi,
At 20.49 22/06/2004, Bhat, Satish wrote:

Hi,
  The reason I want to build my own squid on Win32 is that I have to do
some customization to it.
  So I cannot use the binaries.
OK.
So, try using MinGW and download again latest Squid 2.5 sources from 
http://www.acmeconsulting.it/SquidNT.htm, I have just applied some fixes.

Let me to know if you have some other problem with this source archive.
Regards
Guido

-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/


RE: [squid-users] Squid on Win32

2004-06-22 Thread Bhat, Satish

Hi,
  The reason I want to build my own squid on Win32 is that I have to do
some customization to it.
  So I cannot use the binaries. 

Cheers,
Satish

-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 22, 2004 11:40 AM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: RE: [squid-users] Squid on Win32 


Hi,

At 18.53 22/06/2004, Bhat, Satish wrote:


>Hi,
>Sorry! It wasn't a build problem, it's a runtime error on Windows.
>I used Cygwin to build it and used "--prefix=C:/squid 
>--enable-win32-service --enable-default-host" option.

So, the win32 binaries on http://www.acmeconsulting.it/SquidNT.htm are
good 
for you. Please try this.

Regards

Guido

>I ran the squid - $ squid.exe -d 9
>I looked into the discussion thread for the "RLIMIT_NOFILE" 
>problem, but there's no speific answer/instructions to solve it.
>Help me!
>
>Cheers,
>Satish
>
>-Original Message-
>From: Serassio Guido [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, June 22, 2004 12:44 AM
>To: Bhat, Satish; [EMAIL PROTECTED]
>Subject: RE: [squid-users] Squid on Win32 - build problem
>
>
>Hi,
>
>At 00.18 22/06/2004, Bhat, Satish wrote:
>
> >Hi,
> >   I compiled and built Squid 2.5 now (after knowing that Squid 3.0 
> >is unstable)!
> >   I tried running squid from command prompt !
> >   But got the error "FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many 
> >open files".
> >   This seems to be a known squid problem on Windows, but I cannot 
> >find
>
> >the right answer.
> >   Any idea?
>
>Some questions:
>
>Why you need to build yourself Squid on Windows ? Binaries for Windows 
>are already available.
>
>Again, what build environment ?, what configure options ?
>
>The 2.5 version builds very fine with MinGW.
>
>Regards
>
>Guido
>
> >Cheers,
> >Satish
> >
> >
> >-Original Message-
> >From: Serassio Guido [mailto:[EMAIL PROTECTED]
> >Sent: Monday, June 21, 2004 3:13 PM
> >To: Bhat, Satish; [EMAIL PROTECTED]
> >Subject: RE: [squid-users] Squid on Win32 - build problem
> >
> >
> >Hi,
> >
> >At 19.17 21/06/2004, Bhat, Satish wrote:
> >
> >
> > >Guido,
> > >I finally got the squid(3.0) compiled and built successfully 
> > >using 'cygwin' on Windows!
> > >But when I tried to start the service, it failed with an error:
> > > "Error 1053: The service didn't respond to the start or 
> > >control request in a timely fashion"!
> > >
> > >   Is there any perticular squid directory struct., that I need to 
> > > have
> >
> > >on windows and also,
> > >   is there any specific modification needed in the squid.conf file

> > >(on
> >
> > >Windows)?
> >
> >No, but as I have said, the current Squid 3.0 Windows version is 
> >UNSTABLE, so may be that it cannot work.
> >
> >FYI: I have just checked that with the latest MinGW+MSYS environment,

> >the 3.0 Windows port seems to build correctly and starts from CMD 
> >prompt.
> >
> >Regards
> >
> >Guido
> >
> >
> > >Cheers,
> > >Satish
> > >
> > >
> > >-Original Message-
> > >From: Serassio Guido [mailto:[EMAIL PROTECTED]
> > >Sent: Saturday, June 19, 2004 1:34 AM
> > >To: Bhat, Satish; [EMAIL PROTECTED]
> > >Subject: Re: [squid-users] Squid on Win32 - build problem
> > >
> > >
> > >Hi,
> > >
> > >At 23.13 18/06/2004, Bhat, Satish wrote:
> > >
> > > >Hi,
> > > >   I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).
> > >
> > >The build environment is "certified" for the 2.5 version only.
> > >
> > >The 3.0 Windows version is still in an early development phase and 
> > >currently is totally unstable.
> > >
> > >In the next days I will check if the 3.0 build process is OK, but, 
> > >please, don't expect anything from this version.
> > >
> > >Regards
> > >
> > >Guido
> > >
>
>
>-
>
>Guido Serassio
>Acme Consulting S.r.l. - Microsoft Certified Partner
>Via Gorizia, 69 10136 - Torino - ITALY
>Tel. : +39.011.3249426  Fax. : +39.011.3293665
>Email: [EMAIL PROTECTED]
>WWW: http://www.acmeconsulting.it/


-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/



RE: [squid-users] Squid on Win32

2004-06-22 Thread Serassio Guido
Hi,
At 18.53 22/06/2004, Bhat, Satish wrote:

Hi,
   Sorry! It wasn't a build problem, it's a runtime error on Windows.
   I used Cygwin to build it and used "--prefix=C:/squid
--enable-win32-service --enable-default-host" option.
So, the win32 binaries on http://www.acmeconsulting.it/SquidNT.htm are good 
for you. Please try this.

Regards
Guido
   I ran the squid - $ squid.exe -d 9
   I looked into the discussion thread for the "RLIMIT_NOFILE" problem,
but there's no speific answer/instructions to solve it.
   Help me!
Cheers,
Satish
-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 22, 2004 12:44 AM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: RE: [squid-users] Squid on Win32 - build problem
Hi,
At 00.18 22/06/2004, Bhat, Satish wrote:
>Hi,
>   I compiled and built Squid 2.5 now (after knowing that Squid 3.0 is
>unstable)!
>   I tried running squid from command prompt !
>   But got the error "FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many
>open files".
>   This seems to be a known squid problem on Windows, but I cannot find
>the right answer.
>   Any idea?
Some questions:
Why you need to build yourself Squid on Windows ? Binaries for Windows
are
already available.
Again, what build environment ?, what configure options ?
The 2.5 version builds very fine with MinGW.
Regards
Guido
>Cheers,
>Satish
>
>
>-Original Message-
>From: Serassio Guido [mailto:[EMAIL PROTECTED]
>Sent: Monday, June 21, 2004 3:13 PM
>To: Bhat, Satish; [EMAIL PROTECTED]
>Subject: RE: [squid-users] Squid on Win32 - build problem
>
>
>Hi,
>
>At 19.17 21/06/2004, Bhat, Satish wrote:
>
>
> >Guido,
> >I finally got the squid(3.0) compiled and built successfully
> >using 'cygwin' on Windows!
> >But when I tried to start the service, it failed with an error:
> > "Error 1053: The service didn't respond to the start or control
> >request in a timely fashion"!
> >
> >   Is there any perticular squid directory struct., that I need to
> > have
>
> >on windows and also,
> >   is there any specific modification needed in the squid.conf file
> >(on
>
> >Windows)?
>
>No, but as I have said, the current Squid 3.0 Windows version is
>UNSTABLE, so may be that it cannot work.
>
>FYI: I have just checked that with the latest MinGW+MSYS environment,
>the 3.0 Windows port seems to build correctly and starts from CMD
>prompt.
>
>Regards
>
>Guido
>
>
> >Cheers,
> >Satish
> >
> >
> >-Original Message-
> >From: Serassio Guido [mailto:[EMAIL PROTECTED]
> >Sent: Saturday, June 19, 2004 1:34 AM
> >To: Bhat, Satish; [EMAIL PROTECTED]
> >Subject: Re: [squid-users] Squid on Win32 - build problem
> >
> >
> >Hi,
> >
> >At 23.13 18/06/2004, Bhat, Satish wrote:
> >
> > >Hi,
> > >   I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).
> >
> >The build environment is "certified" for the 2.5 version only.
> >
> >The 3.0 Windows version is still in an early development phase and
> >currently is totally unstable.
> >
> >In the next days I will check if the 3.0 build process is OK, but,
> >please, don't expect anything from this version.
> >
> >Regards
> >
> >Guido
> >
-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/

-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/


RE: [squid-users] Squid on Win32

2004-06-22 Thread Bhat, Satish

Hi,
   Sorry! It wasn't a build problem, it's a runtime error on Windows.
   I used Cygwin to build it and used "--prefix=C:/squid
--enable-win32-service --enable-default-host" option.
   I ran the squid - $ squid.exe -d 9
   I looked into the discussion thread for the "RLIMIT_NOFILE" problem,
but there's no speific answer/instructions to solve it.
   Help me!

Cheers,
Satish

-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 22, 2004 12:44 AM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: RE: [squid-users] Squid on Win32 - build problem


Hi,

At 00.18 22/06/2004, Bhat, Satish wrote:

>Hi,
>   I compiled and built Squid 2.5 now (after knowing that Squid 3.0 is 
>unstable)!
>   I tried running squid from command prompt !
>   But got the error "FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many 
>open files".
>   This seems to be a known squid problem on Windows, but I cannot find

>the right answer.
>   Any idea?

Some questions:

Why you need to build yourself Squid on Windows ? Binaries for Windows
are 
already available.

Again, what build environment ?, what configure options ?

The 2.5 version builds very fine with MinGW.

Regards

Guido

>Cheers,
>Satish
>
>
>-Original Message-
>From: Serassio Guido [mailto:[EMAIL PROTECTED]
>Sent: Monday, June 21, 2004 3:13 PM
>To: Bhat, Satish; [EMAIL PROTECTED]
>Subject: RE: [squid-users] Squid on Win32 - build problem
>
>
>Hi,
>
>At 19.17 21/06/2004, Bhat, Satish wrote:
>
>
> >Guido,
> >I finally got the squid(3.0) compiled and built successfully 
> >using 'cygwin' on Windows!
> >But when I tried to start the service, it failed with an error:
> > "Error 1053: The service didn't respond to the start or control 
> >request in a timely fashion"!
> >
> >   Is there any perticular squid directory struct., that I need to 
> > have
>
> >on windows and also,
> >   is there any specific modification needed in the squid.conf file 
> >(on
>
> >Windows)?
>
>No, but as I have said, the current Squid 3.0 Windows version is 
>UNSTABLE, so may be that it cannot work.
>
>FYI: I have just checked that with the latest MinGW+MSYS environment, 
>the 3.0 Windows port seems to build correctly and starts from CMD 
>prompt.
>
>Regards
>
>Guido
>
>
> >Cheers,
> >Satish
> >
> >
> >-Original Message-
> >From: Serassio Guido [mailto:[EMAIL PROTECTED]
> >Sent: Saturday, June 19, 2004 1:34 AM
> >To: Bhat, Satish; [EMAIL PROTECTED]
> >Subject: Re: [squid-users] Squid on Win32 - build problem
> >
> >
> >Hi,
> >
> >At 23.13 18/06/2004, Bhat, Satish wrote:
> >
> > >Hi,
> > >   I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).
> >
> >The build environment is "certified" for the 2.5 version only.
> >
> >The 3.0 Windows version is still in an early development phase and 
> >currently is totally unstable.
> >
> >In the next days I will check if the 3.0 build process is OK, but, 
> >please, don't expect anything from this version.
> >
> >Regards
> >
> >Guido
> >


-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/



RE: [squid-users] Squid on Win32 - build problem

2004-06-22 Thread Serassio Guido
Hi,
At 00.18 22/06/2004, Bhat, Satish wrote:
Hi,
  I compiled and built Squid 2.5 now (after knowing that Squid 3.0 is
unstable)!
  I tried running squid from command prompt !
  But got the error "FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many open
files".
  This seems to be a known squid problem on Windows, but I cannot find
the right answer.
  Any idea?
Some questions:
Why you need to build yourself Squid on Windows ? Binaries for Windows are 
already available.

Again, what build environment ?, what configure options ?
The 2.5 version builds very fine with MinGW.
Regards
Guido
Cheers,
Satish
-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED]
Sent: Monday, June 21, 2004 3:13 PM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: RE: [squid-users] Squid on Win32 - build problem
Hi,
At 19.17 21/06/2004, Bhat, Satish wrote:
>Guido,
>I finally got the squid(3.0) compiled and built successfully using
>'cygwin' on Windows!
>But when I tried to start the service, it failed with an error:
> "Error 1053: The service didn't respond to the start or control
>request in a timely fashion"!
>
>   Is there any perticular squid directory struct., that I need to have
>on windows and also,
>   is there any specific modification needed in the squid.conf file (on
>Windows)?
No, but as I have said, the current Squid 3.0 Windows version is
UNSTABLE,
so may be that it cannot work.
FYI: I have just checked that with the latest MinGW+MSYS environment,
the
3.0 Windows port seems to build correctly and starts from CMD prompt.
Regards
Guido
>Cheers,
>Satish
>
>
>-Original Message-
>From: Serassio Guido [mailto:[EMAIL PROTECTED]
>Sent: Saturday, June 19, 2004 1:34 AM
>To: Bhat, Satish; [EMAIL PROTECTED]
>Subject: Re: [squid-users] Squid on Win32 - build problem
>
>
>Hi,
>
>At 23.13 18/06/2004, Bhat, Satish wrote:
>
> >Hi,
> >   I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).
>
>The build environment is "certified" for the 2.5 version only.
>
>The 3.0 Windows version is still in an early development phase and
>currently is totally unstable.
>
>In the next days I will check if the 3.0 build process is OK, but,
>please, don't expect anything from this version.
>
>Regards
>
>Guido
>

-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/


RE: [squid-users] Squid on Win32 - build problem

2004-06-21 Thread Elsen Marc

 
> Hi,
>   I compiled and built Squid 2.5 now (after knowing that Squid 3.0 is
> unstable)!

  Squid 3.0 does not exist. In standard materialized universes something
that does not exist can't be stable or unstable , except certain varations
of tachyon based neutrino's.

>   I tried running squid from command prompt ! 
>   But got the error "FATAL: setrlimit: RLIMIT_NOFILE: (24) 
> Too many open
> files".
>   This seems to be a known squid problem on Windows, but I cannot find
> the right answer.
>   Any idea?
> 
  
 Check the archives on this. Seems to be related to building under Cygwin.
 There are some threads on this issue.

 M.


RE: [squid-users] Squid on Win32 - build problem

2004-06-21 Thread Bhat, Satish
Hi,
  I compiled and built Squid 2.5 now (after knowing that Squid 3.0 is
unstable)!
  I tried running squid from command prompt ! 
  But got the error "FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many open
files".
  This seems to be a known squid problem on Windows, but I cannot find
the right answer.
  Any idea?

Cheers,
Satish
 

-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 21, 2004 3:13 PM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: RE: [squid-users] Squid on Win32 - build problem


Hi,

At 19.17 21/06/2004, Bhat, Satish wrote:


>Guido,
>I finally got the squid(3.0) compiled and built successfully using 
>'cygwin' on Windows!
>But when I tried to start the service, it failed with an error:
> "Error 1053: The service didn't respond to the start or control 
>request in a timely fashion"!
>
>   Is there any perticular squid directory struct., that I need to have

>on windows and also,
>   is there any specific modification needed in the squid.conf file (on

>Windows)?

No, but as I have said, the current Squid 3.0 Windows version is
UNSTABLE, 
so may be that it cannot work.

FYI: I have just checked that with the latest MinGW+MSYS environment,
the 
3.0 Windows port seems to build correctly and starts from CMD prompt.

Regards

Guido


>Cheers,
>Satish
>
>
>-Original Message-
>From: Serassio Guido [mailto:[EMAIL PROTECTED]
>Sent: Saturday, June 19, 2004 1:34 AM
>To: Bhat, Satish; [EMAIL PROTECTED]
>Subject: Re: [squid-users] Squid on Win32 - build problem
>
>
>Hi,
>
>At 23.13 18/06/2004, Bhat, Satish wrote:
>
> >Hi,
> >   I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).
>
>The build environment is "certified" for the 2.5 version only.
>
>The 3.0 Windows version is still in an early development phase and 
>currently is totally unstable.
>
>In the next days I will check if the 3.0 build process is OK, but, 
>please, don't expect anything from this version.
>
>Regards
>
>Guido
>
>
>
>-
>
>Guido Serassio
>Acme Consulting S.r.l. - Microsoft Certified Partner
>Via Gorizia, 69 10136 - Torino - ITALY
>Tel. : +39.011.3249426  Fax. : +39.011.3293665
>Email: [EMAIL PROTECTED]
>WWW: http://www.acmeconsulting.it/


-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/



RE: [squid-users] Squid on Win32 - build problem

2004-06-21 Thread Serassio Guido
Hi,
At 19.17 21/06/2004, Bhat, Satish wrote:

Guido,
   I finally got the squid(3.0) compiled and built successfully using
'cygwin' on Windows!
   But when I tried to start the service, it failed with an error:
"Error 1053: The service didn't respond to the start or control
request in a timely fashion"!
  Is there any perticular squid directory struct., that I need to have
on windows and also,
  is there any specific modification needed in the squid.conf file (on
Windows)?
No, but as I have said, the current Squid 3.0 Windows version is UNSTABLE, 
so may be that it cannot work.

FYI: I have just checked that with the latest MinGW+MSYS environment, the 
3.0 Windows port seems to build correctly and starts from CMD prompt.

Regards
Guido

Cheers,
Satish
-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 19, 2004 1:34 AM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: Re: [squid-users] Squid on Win32 - build problem
Hi,
At 23.13 18/06/2004, Bhat, Satish wrote:
>Hi,
>   I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).
The build environment is "certified" for the 2.5 version only.
The 3.0 Windows version is still in an early development phase and
currently is totally unstable.
In the next days I will check if the 3.0 build process is OK, but,
please,
don't expect anything from this version.
Regards
Guido

-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/

-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/


RE: [squid-users] Squid on Win32 - build problem

2004-06-21 Thread Bhat, Satish

Guido,
   I finally got the squid(3.0) compiled and built successfully using
'cygwin' on Windows!
   But when I tried to start the service, it failed with an error: 
"Error 1053: The service didn't respond to the start or control
request in a timely fashion"!
   
  Is there any perticular squid directory struct., that I need to have
on windows and also,
  is there any specific modification needed in the squid.conf file (on
Windows)?


Cheers,
Satish  


-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 19, 2004 1:34 AM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: Re: [squid-users] Squid on Win32 - build problem


Hi,

At 23.13 18/06/2004, Bhat, Satish wrote:

>Hi,
>   I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).

The build environment is "certified" for the 2.5 version only.

The 3.0 Windows version is still in an early development phase and 
currently is totally unstable.

In the next days I will check if the 3.0 build process is OK, but,
please, 
don't expect anything from this version.

Regards

Guido



-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/



Re: [squid-users] Squid on Win32 - build problem

2004-06-19 Thread Serassio Guido
Hi,
At 23.13 18/06/2004, Bhat, Satish wrote:
Hi,
  I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).
The build environment is "certified" for the 2.5 version only.
The 3.0 Windows version is still in an early development phase and 
currently is totally unstable.

In the next days I will check if the 3.0 build process is OK, but, please, 
don't expect anything from this version.

Regards
Guido

-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/


[squid-users] Squid on Win32 - build problem

2004-06-18 Thread Bhat, Satish
Hi,
  I'm using the squid 3.0 on MinGW (MINGW32_NT-5.1).

Cheers,
Satish

-Original Message-
From: Serassio Guido [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 18, 2004 12:20 PM
To: Bhat, Satish; [EMAIL PROTECTED]
Subject: Re: [squid-users] Squid on Win32 - build problem


Hi,

At 21.06 18/06/2004, Bhat, Satish wrote:


>Hi I started building squid on Win32 and configured the env. As per
>http://www.acmeconsulting.it/SquidNT.html.
>My ./configure ran with no problems. But while 'make'ing the
source, I 
> got the following error:
>
>getfullhostname.c: In function `getfullhostname'
>getfullhostname.c:87: warning: implicit declaration of function
> `gethostname'
>getfullhostname.c:89: warning: implicit declaration of function 
> `gethostbyname'
>getfullhostname.c:89: warning: assignment makes pointer from
integer 
> without a c   ast
>getfullhostname.c:90: dereferencing pointer to incomplete type
>
>make[2]: *** [getfullhostname.o] Error 1
>
>Any idea?
>
>Cheers,
>Satish

I need some additional info to try to help you:

- Squid source version, 2.5 or 3 ?
- Build environment, MinGW or Cygwin ? and what versions ?

Regards

Guido



-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/



Re: [squid-users] Squid on Win32 - build problem

2004-06-18 Thread Serassio Guido
Hi,
At 21.06 18/06/2004, Bhat, Satish wrote:

Hi I started building squid on Win32 and configured the env. As per 
http://www.acmeconsulting.it/SquidNT.html.
   My ./configure ran with no problems. But while 'make'ing the source, I 
got the following error:

   getfullhostname.c: In function `getfullhostname'
   getfullhostname.c:87: warning: implicit declaration of function 
`gethostname'
   getfullhostname.c:89: warning: implicit declaration of function 
`gethostbyname'
   getfullhostname.c:89: warning: assignment makes pointer from integer 
without a c   ast
   getfullhostname.c:90: dereferencing pointer to incomplete type

   make[2]: *** [getfullhostname.o] Error 1
   Any idea?
Cheers,
Satish
I need some additional info to try to help you:
- Squid source version, 2.5 or 3 ?
- Build environment, MinGW or Cygwin ? and what versions ?
Regards
Guido

-

Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Gorizia, 69 10136 - Torino - ITALY
Tel. : +39.011.3249426  Fax. : +39.011.3293665
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/


[squid-users] Squid on Win32 - build problem

2004-06-18 Thread Bhat, Satish

Hi I started building squid on Win32 and configured the env. As per 
http://www.acmeconsulting.it/SquidNT.html.
   My ./configure ran with no problems. But while 'make'ing the source, I got the 
following error:

   getfullhostname.c: In function `getfullhostname'
   getfullhostname.c:87: warning: implicit declaration of function `gethostname'
   getfullhostname.c:89: warning: implicit declaration of function `gethostbyname'
   getfullhostname.c:89: warning: assignment makes pointer from integer without a c   
ast
   getfullhostname.c:90: dereferencing pointer to incomplete type
   
   make[2]: *** [getfullhostname.o] Error 1

   Any idea?

Cheers,
Satish

-Original Message-
From: Alex Carlos Braga Antao [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 18, 2004 11:04 AM
To: [EMAIL PROTECTED]
Subject: Re: [squid-users] Squid NTLM --> Dansguardian --> Squid


Michael,
 We have a Compaq Dual 1Ghz, 1 GB RAM.
 The total simultaneous connections was about 80.
 It used to make the job, but recently web upgraded our firewall, making them work 
with load balancing, and the simultaneous connections now are about 150. I am putting 
another compaq (1 processos of 1Ghz, 1 Gb RAM) to see if the other can breath a 
little. Alex.

[EMAIL PROTECTED] escreveu:

>Fine,
>
>how many users are using the server and which hardware do you use?
>
>MfG Michael
>
>  
>
>>-Original Message-
>>From: Alex Carlos Braga Antao [mailto:[EMAIL PROTECTED]
>>Sent: Friday, June 18, 2004 3:38 PM
>>To: [EMAIL PROTECTED]
>>Subject: Re: [squid-users] Squid NTLM --> Dansguardian --> Squid
>>
>>
>>Hello,
>>  I have this schema installed and working here, and my DG has AV
>>Plug-in installed also.
>>  Any doubt you may contact me.
>>  Just one thing: I put the cache on the outside cache, so that the 
>>first squid just takes care of NTLM authentication with AD 
>>groups and It 
>>does not cache error pages coming from the DG and the other 
>>SQUID. Alex...
>>
>>Julien THOMAS escreveu:
>>
>>
>>
>>>Hi,
>>>
>>>I want to do the same thing and I have found this url :
>>>http://tuxaco.ath.cx/uname/uname1.php?id=16
>>>
>>>I hope you could understand french ;)
>>>
>>>-Message d'origine-
>>>De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>>>Envoyé : vendredi 18 juin 2004 14:39
>>>À : [EMAIL PROTECTED]
>>>Objet : [squid-users] Squid NTLM --> Dansguardian --> Squid
>>>
>>>Hello all,
>>>
>>>I want to use Squid with NTLMauth and Dansguardian as content Filter.
>>>NTLM is not supportet by Dansguardian but i need it. So I ask myself, 
>>>if this constellation will work:
>>>
>>>Client IE-NTLM <--> Squid (NTLMauth/cache)<--> Dansguardian
>>>  
>>>
>><--> Squid
>>
>>
>>>(without cache) <--> Internet
>>>
>>>In words:
>>>I want to run two Squid instances, the first handles the NTLM-Auth
>>>against win2000, caches and forwards to dansguardian. Dansguardian 
>>>checks the content and forwards the request to the second squid 
>>>instance. This second squid instance should connect to the 
>>>  
>>>
>>Internet and
>>
>>


-- 

--  *Alex C. B. Antão*
Analista de Sistemas e Suporte
*ICQ: 5144629*  
* http://motoviagens.pagina.de
ClubeVirago  *





Re: [squid-users] Squid on Win32

2004-06-17 Thread Schelstraete Bart
Yes, it is, and there are binaries available.
   B
Bhat, Satish wrote:
Hi,
 I was wondering if it's possible to compile and run squid on Win32
platform. 
 Any suggestions?

Cheers,
Satish
-Original Message-
From: Andreas Pettersson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 17, 2004 11:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [squid-users] Punching a hole in redirector

Wouldn't it be better to make exceptions for Windows Update in
squid.conf ?
acl NoRedirect url_regex windowsupdate\.com
acl NoRedirect url_regex download\.microsoft\.com redirector_access deny
NoRedirect redirector_access allow all
/Andreas
- Original Message - 
From: "Matt Ashfield (UNB)" <[EMAIL PROTECTED]>

 

My question is what if I want to allow a specific request through, in 
my case www.windowsupdate.microsoft.com The problem becomes that on 
that
   

site,
 

the images, etc, are all at different url's, so when I try to allow 
just that link through, when it goes to grab images and other things 
it completely messes up.
   


 


--

You can find me on Google or Yahoo...
search for "Schelstraete Bart" or "Bart Schelstraete"

Schelstraete Bart
http://www.hansbeke.com
email: bart at schelstraete.org


Re: [squid-users] Squid on Win32

2004-06-17 Thread Tim Neto
Hello Satish,
This site was posted a while ago.  I have installed it and use it for 
the fail-over proxy service here.

 http://www.acmeconsulting.it/SquidNT.html
Tim
--
Timothy E. Neto
Computer Systems Engineer  Komatsu Canada Limited
Ph#: 905-625-6292 x265 1725B Sismet Road
Fax: 905-625-6348  Mississauga, Ontario, Canada
E-Mail: [EMAIL PROTECTED]   L4W 1P9
--

Bhat, Satish wrote:
Hi,
 I was wondering if it's possible to compile and run squid on Win32
platform. 
 Any suggestions?

Cheers,
Satish
-Original Message-
From: Andreas Pettersson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 17, 2004 11:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [squid-users] Punching a hole in redirector

Wouldn't it be better to make exceptions for Windows Update in
squid.conf ?
acl NoRedirect url_regex windowsupdate\.com
acl NoRedirect url_regex download\.microsoft\.com redirector_access deny
NoRedirect redirector_access allow all
/Andreas
- Original Message - 
From: "Matt Ashfield (UNB)" <[EMAIL PROTECTED]>

 

My question is what if I want to allow a specific request through, in 
my case www.windowsupdate.microsoft.com The problem becomes that on 
that
   

site,
 

the images, etc, are all at different url's, so when I try to allow 
just that link through, when it goes to grab images and other things 
it completely messes up.
   


 



[squid-users] Squid on Win32

2004-06-17 Thread Bhat, Satish

Hi,
  I was wondering if it's possible to compile and run squid on Win32
platform. 
  Any suggestions?

Cheers,
Satish

-Original Message-
From: Andreas Pettersson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 17, 2004 11:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [squid-users] Punching a hole in redirector


Wouldn't it be better to make exceptions for Windows Update in
squid.conf ?

acl NoRedirect url_regex windowsupdate\.com
acl NoRedirect url_regex download\.microsoft\.com redirector_access deny
NoRedirect redirector_access allow all

/Andreas


- Original Message - 
From: "Matt Ashfield (UNB)" <[EMAIL PROTECTED]>

> My question is what if I want to allow a specific request through, in 
> my case www.windowsupdate.microsoft.com The problem becomes that on 
> that
site,
> the images, etc, are all at different url's, so when I try to allow 
> just that link through, when it goes to grab images and other things 
> it completely messes up.