[Privoxy-users] configure: WARNING: unrecognized options: --enable-FEATURE_HTTPS_INSPECTION
michael kostersitz
huskya_9 at hotmail.com
Wed Jul 12 17:33:16 CEST 2023
I am having a similar question.
How do I provide the correct version of the parameter to enable FEATURE_HTTPS_INSPECTION on my Raspberry Pi since the pre-packaged version for raspian is still 3.32 and downloading 3.34 debian package does not have HTTPS_INSPECTION on.
I tried:
* ./configure --with-openssl --enable-FEATURE_HTTPS_INSPECTION
* ./configure --with-openssl --enable-FEATURE_HTTPS_INSPECTION=yes
* ./configure --with-openssl --enable-FEATURE_HTTPS_INSPECTION=Yes
* ./configure --with-openssl --enable-FEATURE_HTTPS_INSPECTION=YES
* ./configure --with-openssl --enable-FEATURE=FEATURE_HTTPS_INSPECTION
*
./configure --with-openssl --enable-FEATURE=HTTPS_INSPECTION
*
./configure --with-openssl --enable-HTTPS_INSPECTION
*
./configure --with-openssl --enable-HTTPS_INSPECTION=yes
also tried all lowercase variants just to be safe.
*
--help is not much help I am afraid as it simply says
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
Can someone share an example?
Mike
________________________________
From: Privoxy-users <privoxy-users-bounces+mike=kostersitz.me at lists.privoxy.org> on behalf of Ian Silvester <iansilvester at fastmail.fm>
Sent: Friday, February 24, 2023 6:04 AM
To: privoxy-users at lists.privoxy.org <privoxy-users at lists.privoxy.org>
Subject: Re: [Privoxy-users] configure: WARNING: unrecognized options: --enable-FEATURE_HTTPS_INSPECTION
On Fri, 24 Feb 2023, at 05:26, Fabian Keil wrote:
> Andreas Schöller <andreas.schoeller at icloud.com> wrote on 2023-02-23 at 18:36:48:
>
>> i’d like to build from source on macOS. Pls. provide the configure-option to active the FEATURE_HTTPS_INSPECTION.
>>
>> I;ve tried a zillion combinations without success.None of these work for me :
>>
>> ./configure -—with-HTTPS_INSPECTION=yes
> [...]
>> ./configure --enable-https_inspection_only
>
> On macOS you probably want to use OpenSSL so the configure
> option is "--with-openssl" (and not "--with-mbedtls").
>
> In the future you could use the "--help" option to
> get a list of the options available.
I would add that you will also need to provide the paths of your openssl include and lib dirs to the CFLAGS, CPPFLAGS and LDFLAGS you pass to your compiler. A simpler approach if you would like to compile from source would be to use the OSXPackageBuilder project we support - see section 6.3.5 in the Developer Manual at privoxy.org for the git repository URL. Despite its name, it includes workflows for both building the privoxy code and also packaging into a .pkg file - it has everything you'd need to build your binary apart from XCode (you only need the Commandline Tools part of XCode, fwiw).
HTH,
Ian
> Fabian
>
> _______________________________________________
> Privoxy-users mailing list
> Privoxy-users at lists.privoxy.org
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.privoxy.org%2Fmailman%2Flistinfo%2Fprivoxy-users&data=05%7C01%7C%7C65516590534f4e10293f08db16701c14%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638128442981703634%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=CMwfIrbyviBOLwQ8%2F7aSsbpOcZMip29wms%2BsiOYRJis%3D&reserved=0<https://lists.privoxy.org/mailman/listinfo/privoxy-users>
_______________________________________________
Privoxy-users mailing list
Privoxy-users at lists.privoxy.org
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.privoxy.org%2Fmailman%2Flistinfo%2Fprivoxy-users&data=05%7C01%7C%7C65516590534f4e10293f08db16701c14%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638128442981859853%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=iK121BO017HJZ2XRouuYlYeVX2CKMXs%2BPbB3BzQRSV4%3D&reserved=0<https://lists.privoxy.org/mailman/listinfo/privoxy-users>
More information about the Privoxy-users
mailing list