Remove my email from your list. Your unsubscribe does'nt work
-----Original Message-----
From: "Henrik Nordstrom"<[EMAIL PROTECTED]>
Sent: 03/04/04 12:50:27
To: "Chris Sprague"<[EMAIL PROTECTED]>
Cc: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]>
Subject: Re: [squid-users] Need help compiling Custom cache_replacement_policies
On Sat, 3 Apr 2004, Chris Sprague wrote:
> I'm a new squid user, and I'm attempting to write my own cache_replacement
> policy. I have it working currently by simple ifdefing in store_repl_lru.c
> file and putting in my own logic. However, I would love to be able to
> create my own source directory within the repl directory, and compile and
> load the module through squid.conf.
1. Create directory.
2. Create a Makefile.am template within it and your source files.
3. Add your Makefile to configure.in.
4. Run bootstrap.sh to have configure and Makefile.in etc regenerated.
Regards
Henrik