I have tried the following three version, all of them have the problems core dump when cleint try to connect the proxy server.
squid-2.4.STABLE7-src.tar.gz
squid-2.5.STABLE6.tar.gz
squid-2.5.STABLE7-RC2.tar.gz


I have also tried squid-3.0-PRE3.tar.bz2, the configure can run. But I can't successfully make it. ./configure --prefix=/usr/local/squid
...
#make all
...
libTrie/src/TrieNode.o
ranlib libmiscutil.a
source='ntlmauth.c' object='ntlmauth.o' libtool=no \
depfile='.deps/ntlmauth.Po' tmpdepfile='.deps/ntlmauth.TPo' \
depmode=gcc /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -g -O2 -Wall -c `test -f 'ntlmauth.c' || echo './'`ntlmauth.c
ntlmauth.c: In function `ntlm_fetch_string':
ntlmauth.c:84: parse error before `)'
cc1: warnings being treated as errors
ntlmauth.c:78: warning: `l' might be used uninitialized in this function
ntlmauth.c: In function `ntlm_add_to_payload':
ntlmauth.c:113: parse error before `)'
ntlmauth.c:114: parse error before `)'
make[2]: *** [ntlmauth.o] Error 1
make[2]: Leaving directory `/home/srdc/sxb/squid-3.0-PRE3/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/srdc/sxb/squid-3.0-PRE3/lib'
make: *** [all-recursive] Error 1



From: Mohsin Khan <[EMAIL PROTECTED]>
To: sun xiaobing <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: FW: RE: [squid-users] Squid core dump when anyone try to
connect.
Date: Tue, 28 Sep 2004 07:10:43 -0700 (PDT)

This is not yet a stable realse I guess, could be a
bug.
--- sun xiaobing <[EMAIL PROTECTED]> wrote:

> OS:Aix
> Squid Cache: Version 2.5.STABLE7-RC2
> Following is the error message:
>
> bash-2.05# ./squid -Nd2
> 2004/09/28 21:59:28| Starting Squid Cache version
> 2.5.STABLE7-RC2 for
> powerpc-ibm-aix5.1.0.0...
> 2004/09/28 21:59:28| Process ID 2416680
> 2004/09/28 21:59:28| With 32768 file descriptors
> available
> 2004/09/28 21:59:28| Performing DNS Tests...
> 2004/09/28 21:59:28| Successful DNS name lookup
> tests...
> 2004/09/28 21:59:28| DNS Socket created at 0.0.0.0,
> port 53091, FD 4
> 2004/09/28 21:59:28| Adding nameserver 202.113.15.2
> from /etc/resolv.conf
> 2004/09/28 21:59:28| Adding nameserver 202.113.16.10
> from /etc/resolv.conf
> 2004/09/28 21:59:28| Adding nameserver 202.99.96.68
> from /etc/resolv.conf
> 2004/09/28 21:59:28| Unlinkd pipe opened on FD 9
> 2004/09/28 21:59:28| Swap maxSize 102400 KB,
> estimated 7876 objects
> 2004/09/28 21:59:28| Target number of buckets: 393
> 2004/09/28 21:59:28| Using 8192 Store buckets
> 2004/09/28 21:59:28| Max Mem  size: 8192 KB
> 2004/09/28 21:59:28| Max Swap size: 102400 KB
> 2004/09/28 21:59:28| Rebuilding storage in
> /usr/local/squid/var/cache
> (DIRTY)
> 2004/09/28 21:59:28| Using Least Load store dir
> selection
> 2004/09/28 21:59:28| Set Current Directory to
> /usr/local/squid/var/cache
> 2004/09/28 21:59:28| Loaded Icons.
> 2004/09/28 21:59:28| Accepting HTTP connections at
> 0.0.0.0, port 3128, FD
> 10.
> 2004/09/28 21:59:28| Accepting ICP messages at
> 0.0.0.0, port 3130, FD 11.
> 2004/09/28 21:59:28| WCCP Disabled.
> 2004/09/28 21:59:28| Ready to serve requests.
> 2004/09/28 21:59:28| Done scanning
> /usr/local/squid/var/cache swaplog (0
> entries)
> 2004/09/28 21:59:28| Finished rebuilding storage
> from disk.
> 2004/09/28 21:59:28|         0 Entries scanned
> 2004/09/28 21:59:28|         0 Invalid entries.
> 2004/09/28 21:59:28|         0 With invalid flags.
> 2004/09/28 21:59:28|         0 Objects loaded.
> 2004/09/28 21:59:28|         0 Objects expired.
> 2004/09/28 21:59:28|         0 Objects cancelled.
> 2004/09/28 21:59:28|         0 Duplicate URLs
> purged.
> 2004/09/28 21:59:28|         0 Swapfile clashes
> avoided.
> 2004/09/28 21:59:28|   Took 0.6 seconds (   0.0
> objects/sec).
> 2004/09/28 21:59:28| Beginning Validation Procedure
> 2004/09/28 21:59:28|   Completed Validation
> Procedure
> 2004/09/28 21:59:28|   Validated 0 Entries
> 2004/09/28 21:59:28|   store_swap_size = 0k
> 2004/09/28 21:59:29| storeLateRelease: released 0
> objects
> 2004/09/28 21:59:33| storeDirWriteCleanLogs:
> Starting...
> 2004/09/28 21:59:33| WARNING: Closing open FD   10
> 2004/09/28 21:59:33|   Finished.  Wrote 0 entries.
> 2004/09/28 21:59:33|   Took 0.0 seconds (   0.0
> entries/sec).
> IOT/Abort trap (core dumped)
>
>
> >>From: "sun xiaobing" <[EMAIL PROTECTED]>
> >>To: [EMAIL PROTECTED]
> >>Subject: [squid-users] Squid core dump when anyone
> try to connect.
> >>Date: Tue, 28 Sep 2004 18:35:07 +0800
> >>
> >>My configuration:         - AIX v5.3
> >>         - Squid-2.5.STABLE7-RC2
> when anyone try to connect, the squid
> >>die and I receive this :
> >>
> >>2004/09/28 16:02:45| storeDirWriteCleanLogs:
> Starting... 2004/09/28
> >>16:02:45| WARNING: Closing open FD 11 2004/09/28
> 16:02:45|
> >>Finished. Wrote 0 entries. 2004/09/28 16:02:45|
> Took 0.0 seconds (
> >>0.0 entries/sec). IOT/Abort trap (core dumped)
> >>
> >>Who can tell what causes this problem and how to
> solve it?
> >>
> >>
> >
>
>
>


===== Regards, Mohsin Khan CCNA ( Cisco Certified Network Associate 2.0 ) http://forum.aaghaz.net

>>>Happy is the one who can smile<<<











__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail




Reply via email to