On Wed, 2004-06-09 at 13:37, [EMAIL PROTECTED] wrote:
> A lightbulb popped up over my head after reading this piece:
> http://www.squid-cache.org/mail-archive/squid-users/200112/0960.html
> 
> So instead of ./pam_auth, I tried ./digest_pw_auth. The resulting error gave the 
> clue:
> 
> Usage: digest_pw_auth [OPTIONS] <passwordfile>
>   -c   accept digest hashed passwords rather than plaintext in passwordfile
> 
> BTW, why is it that I have to do the full "make" in /path/to/squid-3.0-PRE3 and wait 
> for it to error out, before I can get a successful "make" in ./helpers? If I skip 
> straight to "make" in ./helpers, it invariably fails with "ld: can't locate file 
> for: -lmiscutil".

erm, it shouldn't error out. But the reason is that that helper links to
libmiscutil in  /lib. So you could do:
cd lib
make
cd ../helpers/...
make

Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to