Dear 2.5.STABLE5 Squid-dev,
I'm working with a team of new squid developers. We're attempting to
create a new replacement policy: LRU-weighted Random.
We've taken the approach of duplicating the existing LRU directories in
./squid-2.5.STABLE5/src (and subdirs) and reconfiguring files: configure,
squid.conf, makefile.am
We've been successful running:
./configure --prefix ~/squid
make
make install
but when running ./squid -z we recieved error:
FATAL: ERROR: Unknown policy LRUwR
Squid Cache (Version 2.5.STABLE7): Terminated abnormally.
CPU Usage: 0.000 seconds = 0.000 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 214
Aborted
So we started over and tried:
./configure --prefix ~/squid --enable-removal-policies=LRUwR
make
and recieved the following error:
make[4]: *** No rule to make target `libLRUwR.a',
needed by `all-am'. Stop.
Are we attacking this problem correctly?
Thanks in advance.
---------------------
John T. Markott
jmarkott@cc.gatech.edu
Received on Sat Nov 13 2004 - 01:08:00 MST
This archive was generated by hypermail pre-2.1.9 : Tue Nov 30 2004 - 12:00:03 MST