I'm trying to compile squid squid-2.5.STABLE10 on RH
ES 4 with heap support for the cache directories and
I'm having some problems.
Details are as follows:
Compile squid like...
./configure --prefix=/usr/local/squid --enable-ssl
--with-maxfd=8192 --enable-removable-policies=heap,lru
make all
make install
During the build (among many things, note the 2nd
line) ....
Store modules built: ufs
Removal policies built: lru
SSL gatewaying using OpenSSL enabled
After the build...
[root@prock squid]# /usr/local/squid/sbin/squid -v
Squid Cache: Version 2.5.STABLE10
configure options: --prefix=/usr/local/squid
--enable-ssl --with-maxfd=8192
--enable-removable-policies=heap,lru
My squid.conf file has the following two entries...
cache_replacement_policy heap LFUDA
memory_replacement_policy heap LFUDA
Yet, when I go to create the cache directories I get
the following error...
[root@prock squid]# /usr/local/squid/sbin/squid -z
FATAL: ERROR: Unknown policy heap
Squid Cache (Version 2.5.STABLE10): Terminated
abnormally.
CPU Usage: 0.000 seconds = 0.000 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 328
Aborted
Why is it not working with HEAP? What am I missing?
Please help!!
Thanks in advance!!
Pamela Rock
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on Fri Dec 22 2006 - 10:54:30 MST
This archive was generated by hypermail pre-2.1.9 : Mon Jan 01 2007 - 12:00:01 MST