1
Web Proxy Filtering and Caching / My "PF + Transparent Bridge + Squid" settings that works & 1 question in 21.1.4
« on: April 12, 2021, 07:47:47 pm »
* I succeded transparent bridge using squid in http & https both using version 20.7.8_4.
Below is the article I wrote - There are many tries & failures^^
https://forums.freebsd.org/threads/pf-transparent-bridge-squid-finally-working-on-freebsd-12-1-for-opnsense-12-7_7.78279/
* And there is one question, in version 21.1.4.
I try build squid but it failed as like below.
* I tried below PERL definitions in /etc/make.conf that copied from /usr/tools/config/21.1/make.conf
* What can I do?
It worked well in 20.7.8_4
Below is the article I wrote - There are many tries & failures^^
https://forums.freebsd.org/threads/pf-transparent-bridge-squid-finally-working-on-freebsd-12-1-for-opnsense-12-7_7.78279/
* And there is one question, in version 21.1.4.
I try build squid but it failed as like below.
Code: [Select]
> cd /usr/ports/www/squid
> make
===> squid-4.14 Invalid perl5 version 5.32.1.
*** Error code 1
Stop.
make: stopped in /usr/ports/www/squid
> perl -v
This is perl 5, version 32, subversion 1 (v5.32.1) built for amd64-freebsd-thread-multi
Copyright 1987-2021, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
* I tried below PERL definitions in /etc/make.conf that copied from /usr/tools/config/21.1/make.conf
Code: [Select]
# jcem - PRODUCT_PERL?= %%PERL%%
# jcem - PRODUCT_PERL?= /usr/local/bin/perl
PRODUCT_PERL?= 5.32.1
* What can I do?
It worked well in 20.7.8_4