[squid-users] squid 3.2.0.16 built --with-filedescriptors=16384 only has 256 file descriptors

2012-06-19 Thread gewehre
I'm running one of the nightly 3.2.0.16. I've always built squid 3.x --with-filedescriptors=16384. Squid Cache: Version 3.2.0.16 configure options: '--prefix=/usr/local/squid' '--build=i686-apple-darwin' '--mandir=/usr/local/share/man' '--with-large-files' '--disable-ident-lookups'

Re: [squid-users] Re: access.log issues with squid 3.2.0.15

2012-03-09 Thread gewehre
I had access_log stdio:/Applications/oss/logs/access.log squid which worked fine. Today, I switched to: logformat customfmt %tl access_log stdio:/Applications/oss/logs/access-customfmt.log customfmt based on the suggestion in

Re: [squid-users] ld: Undefined symbols: _res_9_init compiling squid 3.2.0.15 with --disable-internal-dns option on Mac OS X 10.4.11

2012-02-20 Thread gewehre
I had never attempted building with the --disable-internal-dns option before. Today, in the hope of enabling cache_dns_program, I tried it with squid-3.2.0.15-20120218-r11508. It barfed building /usr/local/squid/libexec/dnsserver: snip After searching online, this appears to be an issue

[squid-users] ld: Undefined symbols: _res_9_init compiling squid 3.2.0.15 with --disable-internal-dns option on Mac OS X 10.4.11

2012-02-18 Thread gewehre
I had never attempted building with the --disable-internal-dns option before. Today, in the hope of enabling cache_dns_program, I tried it with squid-3.2.0.15-20120218-r11508. It barfed building /usr/local/squid/libexec/dnsserver: libtool: link: /usr/bin/ar cru .libs/libsquid.a .libs/comm.o

[squid-users] problem compiling squid 3.2.15 with libecap 0.0.3 and squid-ecap-gzip-1.3.0

2012-02-11 Thread gewehre
I had no problem with the combo of Squid 3.1.1x + libecap 0.0.3 + squid-ecap-gzip-1.3.0. Now that squid 3.2.15 finally compiles on Mac OS X 10.4.11, I tried it with libecap 0.0.3 + squid-ecap-gzip-1.3.0, only to run into the following issue: /bin/sh ../../../libtool --tag=CXX --mode=compile

Re: [squid-users] Build issues with squid 3.1 and 3.2

2011-08-25 Thread gewehre
Um, I suspect you got the nightly build of 3.2 instead of 3.1. All the warnings etc match up with 3.2 code better than 3.1 Strange Bungled warning. Default Configuration is the hard-coded default values loaded before any files. Can you check if src/cf_parser.cci in the build directory

Re: [squid-users] Build issues with squid 3.1 and 3.2

2011-08-25 Thread gewehre
I'm then confronted with the old nemesis: ... cc1plus: warnings being treated as errors Address.cc: In member function 'bool Ip::Address::IsSlaac() const': Address.cc:279: warning: comparison is always false due to limited range of data type Address.cc:280: warning: comparison is

[squid-users] Build issues with squid 3.1 and 3.2

2011-08-22 Thread gewehre
On Mac OS X 10.4.11, squid-3.1.14 from July 4 doesn't have this problem, but the last nightly release (squid-3.1.14-20110804) complains about Bungled Default Configuration line 8: miss_access allow all with the exact same config. Line 8 in my squid.conf is acl to_localhost dst 127.0.0.0/8

[squid-users] Error compiling digest-auth-helpers of squid-3.0-PRE3-20060122

2006-01-22 Thread gewehre
I tried compiling digest-auth-helpers from squid-3.0-PRE3-20060122 for use with squid-2.5.STABLE12-20060122 on Mac OS X 10.3.9 with gcc version 3.3 20030304 (Apple Computer, Inc. build 1666). Here're the commands I had used successfully before with squid-3.0-PRE(?)-20050309, but failed today:

[squid-users] Re: Error compiling digest-auth-helpers of squid-3.0-PRE3-20060122

2006-01-22 Thread gewehre
I think it was Robert Collins that showed me the shortcut of just building the requisite parts in ./lib and ../helpers for the Squid 3 digest-auth-helpers I wanted. Anyhow, I attempted building Squid 3 in full from the source root directory, it seemed to have failed at the same place: cd