Squid not start after upgrade 2.1.5 to 2.2
-
hi, upgrade process is ok, but after reboot squid and squidGuard not start.
I Try to run squid from command line:
/usr/local/sbin/squid reload
Squid not find the next files:
libz.so.5
libssl.so.6
libcrypto.so.6the system after upgrade changed to:
/lib/libz.so.6
/usr/lib/libssl.so.7
/lib/libcrypto.so.7Create symbolic link to the new files fix de problem.??
Or is necessary reinstal squid and squidGuard
squid:(2.7.9 pkg v.4.3.6)
squidGuard:(1.4_7 pkg v.1.9.10)thanks.
-
try squid3? there is no port for 2.7 for freebsd10.1 unless pfsense is going to support it without an official port
-
After updating to squid3, check and save each package config gui to be sure it will start fine.
-
Hi.
lightsquid also crash
when:
https://ip:port/lightsquid/index.cgi500 - Internal Server Error
Not more log errors only 500 screen message.
Lightsquid:1.8.2 pkg v.2.33
I try to reinstall but error persists.
thanks
-
Do you use the workarounds to get lightsquid working? if not, search the forum.. you should be able to find it
-
The problem is perl version, changed after upgrade 5.14 to 5.16.
from shell:
/usr/bin/perl -v
Shared object "libutil.so.8" not found, required by "perl"Find the lib:
find / -name "libutil*" -print
/lib/libutil.so.9
/usr/lib/libutil.a
/usr/lib/libutil.so
/usr/pbi/squid-i386/local/lib/perl5/site_perl/5.16/mach/libutil.ph
/usr/pbi/lightsquid-i386/local/lib/perl5/site_perl/5.14/mach/libutil.ph
/usr/pbi/squidguard-i386/local/lib/perl5/site_perl/5.16/mach/libutil.ph
/usr/pbi/squidguard-devel-i386/local/lib/perl5/site_perl/5.16/mach/libutil.phCreate symbolic link from /lib/libutil.so.9 to /lib/libutil.so.8.???
-
You really should stop doing these crappy symlink workarounds that only produce serious borkage in the end, that's impossible to fix via proper package fixes and spread issues further or cause further breakage elsewhere.
-
My Apologies you are right, but i needed an immediate solution. I proceed to delete packages and perform reinstall (squid, squidguard and lightsquid)
-
Squid and squidguard are fine following install process I've posted.
-
none of these suggestions are working, I'm going to try a fresh 2.2 install and restore my conf and see what happens.