Re: Building Privoxy 3.0.29 on Debian Wheezy (was: Announcing Privoxy 3.0.29 stable)

Haroon <[email protected]> Mon, 21 Dec 2020 21:59:03 +0200
Newsgroups gmane.comp.web.privoxy.user
Message-ID <[email protected]>
On Dec 19, 2020, at 6:53 PM, Fabian Keil wrote:

> How did you create "configure" and which parameters do you use?

I ran autoheader and then autoconf. autoconf gave me these errors:

https://pastebin.com/7AyN4nft

It says there's no ID program installed, but typing id does give me  
info on the logged in user.

Despite the errors, I tried building using ./configure --with-openssl

Haroon