Re: [squid-users] building squid-2.5.STATBEL2.NT on windows xp & windows 2000

From: sue <sryu@dont-contact.us>
Date: Mon, 12 May 2003 13:46:24 -0400

thanks for your reply.

i don't quite remember what error msg. i got from MinGW since i tried so
many different ways
to build it, at this point i lost track of some of error msg.
but, i will also give a try with MinGW and also with the cygwin.

thanks for working on my problems and also your patience.

sue
email: sue@redolive.com

----- Original Message -----
From: "Serassio Guido" <guido.serassio@acmeconsulting.it>
To: "sue" <sryu@redolive.com>
Cc: <squid-users@squid-cache.org>
Sent: Monday, May 12, 2003 1:28 PM
Subject: Re: [squid-users] building squid-2.5.STATBEL2.NT on windows xp &
windows 2000

> Hi,
>
> Il 19.03 12/05/2003 sue ha scritto:
>
> >OK. i got your point from your first response. so, i tried with MinGW,
but i
> >could not even
> >pass the compilation. .i must be doing something very
> >wrong. i am not a windows developer,
>
> What is Your MinGW problem ?
>
> Do you read this: http://www.serassio.it/SquidNT/buildenvironment.htm ?
>
> Try installing MinGW runtime 2.3 and latest MsysDTK.
>
> >so pardon me for asking simple
> >questions.
> > but,where can i get souce code for cygwin? from the cvs repository?
>
> Yes, there is no source snapshot of cygwin CVS branches, so you should get
> it from CVS, but cygwin-svc-2_5 branch is not updated. I will update it
for
> you on CVS, or, better, I will check if the in nt-2_5 branch can be
> included the missing cygwin stuff.
>
> Regards
>
> Guido
>
>
> >thanks,
> >
> >sue
> >email: sue@redolive.com
> >
> >----- Original Message -----
> >From: "Serassio Guido" <guido.serassio@acmeconsulting.it>
> >To: "sue" <sryu@redolive.com>
> >Cc: <squid-users@squid-cache.org>
> >Sent: Monday, May 12, 2003 12:35 PM
> >Subject: Re: [squid-users] building squid-2.5.STATBEL2.NT on windows xp &
> >windows 2000
> >
> >
> > > Hi,
> > >
> > > At 18.17 12/05/2003, sue wrote:
> > >
> > > >i am getting the following errors with "squid.exe -d 10" command: (i
> > > >successfully did "squid -z" command):
> > > >./squid.exe -d 10
> > > >2003/05/12 12:14:15| Starting Squid Cache version 2.5.STABLE2.NT-CVS
for
> > > >i686-pc-cygwin...
> > > >2003/05/12 12:14:15| Running on Windows 2000
> > > >2003/05/12 12:14:15| Process ID 1692
> > > >2003/05/12 12:14:15| With 8192 file descriptors available
> > > >2003/05/12 12:14:15| Performing DNS Tests...
> > > >2003/05/12 12:14:15| Successful DNS name lookup tests...
> > > >2003/05/12 12:14:15| DNS Socket created at 0.0.0.0, port 4006, FD 4
> > > >2003/05/12 12:14:15| Adding nameserver 67.40.211.12 from squid.conf
> > > >2003/05/12 12:14:15| errorTryLoadText: failed to fully read:
> > > >'/usr/local/squid/share/errors/English/ERR_READ_TIMEOUT': (0) No
error
> > > >2003/05/12 12:14:15| errorTryLoadText:
> > > >'/usr/local/squid/etc/errors/ERR_READ_TIMEOUT': (2) No such file or
> > > >directory
> > > >FATAL: failed to find or read error text file.
> > > >bash: [2032: 1] tcsetattr: Not a typewriter
> > > >Aborted (core dumped)
> > > >
> > > >your help will be greatly appreciated!
> > >
> > > AGAIN:
> > >
> > > This source archive DON'T build correctly on Cygwin.
> > > You must use MinGW or MS Visual Studio C++.
> > > See the compile instructions on SquidNT Web Site.
> > >
> > > Regards
> > >
> > > Guido
> > >
> > >
> > > >email: sue@redolive.com
> > > >
> > > >----- Original Message -----
> > > >From: "Serassio Guido" <guido.serassio@acmeconsulting.it>
> > > >To: "sue" <sryu@redolive.com>
> > > >Cc: <squid-users@squid-cache.org>
> > > >Sent: Sunday, May 11, 2003 8:02 AM
> > > >Subject: Re: [squid-users] building squid-2.5.STATBEL2.NT on windows
xp
> > > >
> > > >
> > > > > Hi,
> > > > >
> > > > > Il 23.01 10/05/2003 sue ha scritto:
> > > > >
> > > > > >I successfully compiled and installed linux installation and also
was
> > > > > >able to install and run
> > > > > >the binary version of squid on the windows xp machine. so, i
think my
> > > > > >squid.conf file is ok.
> > > > > >
> > > > > >but, having a problem running the squid which i built from
> > > > > >squid-2.5.STABLE.NT.
> > > > > >the i download the squid-cygwin-svc and configure, ... make, make
> >all,
> > > >make
> > > > > >install (basically follow the guide from
> > > > > >www.serassio.it/CygWin-svc/CygWin-svc.htm document (except did
not
> > > > > >create a new Cygwin user. instead, i chown of var and cache dirs
to
> > > >guest).
> > > > > >by the way, i got the source code from
> > > > > >http://www.serassio.it/download/squid-2.5.STABLE2.NT-CVS.tar.gz.
> > > > >
> > > > > This source archive can be only build on Windows using Microsoft
> >Visual
> > > >C++
> > > > > or MinGW.
> > > > >
> > > > > Regards
> > > > >
> > > > > Guido
> > > > >
> > > > > >i was able to execute the squid -z command which created the
cache
> > > > > >directories. but, when i try to bring up the squid, it core
dumps. i
> >got
> > > >the
> > > > > >following msg.:
> > > > > >
> > > > > >bash: [3872: 1] tcsetattr: Not a typewriter
> > > > > >Aborted (core dumped)
> > > > > >
> > > > > >i was able to bring up the binary version of the squid with the
> > > > > >same squid.conf file and also var and cache dirs owned by guest.
> > > > > >
> > > > > >please help.....
> > > > > >
> > > > > >thanks,
> > > > > >
> > > > > >sue
> > > > > >
> > > > > >
>
>
> -
> ========================================================
> Guido Serassio
> Acme Consulting S.r.l.
> Via Gorizia, 69 10136 - Torino - ITALY
> Tel. : +39.011.3249426 Fax. : +39.011.3293665
> Email: guido.serassio@acmeconsulting.it
> WWW: http://www.acmeconsulting.it/
>
Received on Mon May 12 2003 - 11:48:58 MDT

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