[squid-users] SSL ACL issue on cross compile

Darren Breeze ML darren.j.breeze.ml at gmail.com
Wed Oct 28 03:34:10 UTC 2015


Hi

I may has posted this already or I may have just mailed it to myself........

-----

I am trying to get 3.5.8 running via the yockto project on an Arm7.

I have everything compiling file but have an odd issue with the 
ssl::certuntrusted acl

I have it all running with the same conf file on a pc, but on the arm7 I 
get this

root at test:/opt/remote/scripts# squid -v
Squid Cache: Version 3.5.8
Service Name: squid
configure options:  '--build=x86_64-linux' 
'--host=arm-poky-linux-gnueabi' '--target=arm-poky-linux-gnueabi' 
'--prefix=/usr' '--exec_prefix=/usr' '--bindir=/usr/bin' 
'--sbindir=/usr/sbin' '--libexecdir=/usr/lib/squid' 
'--datadir=/usr/share' '--sysconfdir=/etc' '--sharedstatedir=/com' 
'--localstatedir=/var' '--libdir=/usr/lib' '--includedir=/usr/include' 
'--oldincludedir=/usr/include' '--infodir=/usr/share/info' 
'--mandir=/usr/share/man' '--disable-silent-rules' 
'--disable-dependency-tracking' 
'--with-libtool-sysroot=/home/darren/yockto/build/tmp/sysroots/rk3188' 
'--with-default-user=squid' '--enable-ssl' '--enable-ssl-crtd' 
'--with-openssl' '--disable-auth-negotiate' '--enable-icap-client' 
'--disable-auth-ntlm' '--disable-external-acl-helpers' 
'--disable-auth-digest' '--disable-auth-basic' '--disable-wccp' 
'--disable-wccpv2' '--disable-snmp' '--disable-htcp' 
'--without-heimdal-krb5' '--without-mit-krb5' 
'--without-netfilter-conntrack' 'build_alias=x86_64-linux' 
'host_alias=arm-poky-linux-gnueabi' 
'target_alias=arm-poky-linux-gnueabi' 'CC=arm-poky-linux-gnueabi-gcc  
-march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon 
--sysroot=/home/darren/yockto/build/tmp/sysroots/rk3188' 'CFLAGS= -O2 
-pipe -g -feliminate-unused-debug-types' 'LDFLAGS=-Wl,-O1 
-Wl,--hash-style=gnu -Wl,--as-needed' 'CPPFLAGS=' 
'CPP=arm-poky-linux-gnueabi-gcc -E 
--sysroot=/home/darren/yockto/build/tmp/sysroots/rk3188 -march=armv7-a 
-mthumb-interwork -mfloat-abi=softfp -mfpu=neon' 
'CXX=arm-poky-linux-gnueabi-g++  -march=armv7-a -mthumb-interwork 
-mfloat-abi=softfp -mfpu=neon 
--sysroot=/home/darren/yockto/build/tmp/sysroots/rk3188' 'CXXFLAGS= -O2 
-pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden' 
'PKG_CONFIG_PATH=/home/darren/yockto/build/tmp/sysroots/rk3188/usr/lib/pkgconfig:/home/darren/yockto/build/tmp/sysroots/rk3188/usr/share/pkgconfig''PKG_CONFIG_LIBDIR=/home/darren/yockto/build/tmp/sysroots/rk3188/usr/lib/pkgconfig'

root at test:/opt/remote/scripts# squid
2015/09/09 04:02:03| ACL not found: ssl::certUntrusted
FATAL: Bungled Default Configuration (postscriptum) line 1: 
sslproxy_cert_sign signUntrusted ssl::certUntrusted
Squid Cache (Version 3.5.8): Terminated abnormally.
CPU Usage: 0.030 seconds = 0.020 user + 0.010 sys
Maximum Resident Size: 14016 KB
Page faults with physical i/o: 0

In the pc build, the "ACL not found: ssl::certUntrusted" log entry 
results in squid creating the ACL. in the Arm7 build, the missing ACL 
just results in an error.

thanks in advance


Darren Breeze


More information about the squid-users mailing list