Squid-Cache Error

Zeus

Registered
squid -f /etc/squid.conf -k check
2002/06/29 19:35:12| parseConfigFile: line 610 unrecognized: 'cache_dns_program /usr/local/squid/bin/dnsserver'
2002/06/29 19:35:12| parseConfigFile: line 620 unrecognized: 'dns_children 5'
FATAL: none: (2) No such file or directory
Squid Cache (Version 2.3.STABLE4): Terminated abnormally.
CPU Usage: 0.050 seconds = 0.050 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0


HOw to solve this porblem ??
I'm SURE that the dnsserve is in /usr/local/squid/bin directory !!!

Thanks
 
How did you 'configure' squid when you
built it.

If you read the squid.conf file, this is
what you'll see.

# TAG: cache_dns_program
# Note: This option is only available if Squid is rebuilt with the
# --disable-internal-dns option
#
# Specify the location of the executable for dnslookup process.
#
#Default:
# cache_dns_program /usr/local/squid/libexec/squid/

So, did you specify that you want external
DNS during the build?
 
Back
Top