Steps I needed to perform to make squid 2 work on PFSense 2.0
-
Install PFSense 2.0
Enable SSH
SSH to PFSense computer
#cd /lib
#ln -s libcrypt.so.5 libcrypt.so.4
#ln -s libcrypto.so.6 libcrypto.so.5
#cd /usr/lib
#ln -s libssl.so.6 libssl.so.5
#exit
Then installed squid package.If using squid3 I only needed to
#ln -s libcrypt.so.5 libcrypt.so.4that is all.
-
thanks much. I found this out after installing. Logs showed me the missing libs.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.