Re: [squid-users] Fwd: digest_pw_auth from Squid 3.0DEV with Squid 2.5STABLE5

From: Robert Collins <robertc@dont-contact.us>
Date: Wed, 09 Jun 2004 23:27:48 +1000

On Wed, 2004-06-09 at 13:37, a6u5e@comcast.net 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>.

Received on Wed Jun 09 2004 - 07:28:03 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT