Bug #3093
closedsquid3-dev missing libgssapi.so.10
0%
Description
On current snapshots (2.1-RC0 (amd64) built on Tue Jul 16 16:31:05 EDT 2013 FreeBSD 8.3-RELEASE-p8), the squid3-dev package fails to start. This is logged in /var/log/system.log:
Jul 17 00:26:27 f1 check_reload_status: Reloading filter
Jul 17 00:26:27 f1 php: rc.start_packages: [Squid] - Squid_resync function call pr: bp:1 rpc:no
Jul 17 00:26:28 f1 php: rc.start_packages: Starting Squid
Jul 17 00:26:28 f1 php: rc.start_packages: The command '/usr/pbi/squid-amd64/sbin/squid -f /usr/pbi/squid-amd64/etc/squid/squid.conf' returned exit code '1', the output was '/libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "squid"'
Jul 17 00:26:30 f1 php: rc.filter_configure_sync: SQUID is installed but not started. Not installing "nat" rules.
Jul 17 00:26:30 f1 php: rc.filter_configure_sync: SQUID is installed but not started. Not installing "pfearly" rules.
Jul 17 00:26:30 f1 php: rc.filter_configure_sync: SQUID is installed but not started. Not installing "filter" rules.
Jul 17 00:26:38 f1 check_reload_status: Reloading filter
Jul 17 00:26:38 f1 php: rc.start_packages: [Squid] - Squid_resync function call pr: bp:1 rpc:no
Jul 17 00:26:39 f1 php: rc.start_packages: Starting Squid
Jul 17 00:26:39 f1 php: rc.start_packages: The command '/usr/pbi/squid-amd64/sbin/squid -f /usr/pbi/squid-amd64/etc/squid/squid.conf' returned exit code '1', the output was '/libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "squid"'
Jul 17 00:26:41 f1 php: rc.filter_configure_sync: SQUID is installed but not started. Not installing "nat" rules.
Jul 17 00:26:41 f1 php: rc.filter_configure_sync: SQUID is installed but not started. Not installing "pfearly" rules.
Jul 17 00:26:41 f1 php: rc.filter_configure_sync: SQUID is installed but not started. Not installing "filter" rules.
Jul 17 00:26:49 f1 check_reload_status: Reloading filter
...and so on.
pbi_info reports "squid-3.3.5-amd64".
Updated by Warren Baker almost 12 years ago
Possibly the AUTH_KERB compile time option should be removed or /usr/ports/security/krb5 built or Kerberos added to base.
Updated by Daniel O'Brien almost 12 years ago
I'm getting the same thing in 2.0.3
Aug 2 16:30:02 php: : SQUID is installed but not started. Not installing "filter" rules. Aug 2 16:30:01 php: : SQUID is installed but not started. Not installing "pfearly" rules. Aug 2 16:30:01 php: : SQUID is installed but not started. Not installing "nat" rules. Aug 2 16:29:56 php: : Sending HUP signal to 26224 Aug 2 16:29:55 php: : Sending HUP signal to 26187 Aug 2 16:29:55 php: : SQUID is installed but not started. Not installing "filter" rules. Aug 2 16:29:55 php: : SQUID is installed but not started. Not installing "pfearly" rules. Aug 2 16:29:55 php: : SQUID is installed but not started. Not installing "nat" rules. Aug 2 16:29:53 php: /pkg_mgr_install.php: The command '/usr/local/sbin/squid -f /usr/local/etc/squid/squid.conf' returned exit code '1', the output was '/libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "squid"' Aug 2 16:29:53 php: /pkg_mgr_install.php: Starting Squid Aug 2 16:29:53 php: /pkg_mgr_install.php: [Squid] - Squid_resync function call pr: bp:1 rpc:no Aug 2 16:29:53 check_reload_status: Reloading filter Aug 2 16:29:47 Squid_Alarm[55980]: Attempting restart...
Updated by Daniel O'Brien almost 12 years ago
fixed with http://forum.pfsense.org/index.php/topic,62256.0.html
although squid3-dev is pulling squid-3.3.5, not sure if that's intended