Eliezer- Thanks for clarifying I had read about your different packages but didn't realize that ssl_crtd would be part of helpers. I ended up compiling from source and it wasn't as scary as I expected :) I used your compile options by copying squid -v output from the package. Here are the steps I took to compile 3.5.1 on Centos 7 in case it helps someone else.
yum install gcc-c++ openssl-devel libxml2-devel libcap-devel libtool-ltdl-devel perl gcc autoconf automake make sudo wget tar xzf squid.. ./configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--exec_prefix=/usr' '--libexecdir=/usr/lib64/squid' '--localstatedir=/var' '--datadir=/usr/share/squid' '--sysconfdir=/etc/squid' '--with-logdir=$(localstatedir)/log/squid' '--with-pidfile=$(localstatedir)/run/squid.pid' '--disable-dependency-tracking' '--enable-follow-x-forwarded-for' '--enable-auth' '--enable-auth-basic=DB,LDAP,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB,getpwnam' '--enable-auth-ntlm=smb_lm,fake' '--enable-auth-digest=file,LDAP,eDirectory' '--enable-auth-negotiate=kerberos,wrapper' '--enable-external-acl-helpers=wbinfo_group,kerberos_ldap_group,AD_group' '--enable-cache-digests' '--enable-cachemgr-hostname=localhost' '--enable-delay-pools' '--enable-epoll' '--enable-icap-client' '--enable-ident-lookups' '--enable-linux-netfilter' '--enable-removal-policies=heap,lru' '--enable-snmp' '--enable-storeio=aufs,diskd,ufs,rock' '--enable-wccpv2' '--enable-esi' '--enable-ssl' '--enable-ssl-crtd' '--enable-icmp' '--with-aio' '--with-default-user=squid' '--with-filedescriptors=16384' '--with-dl' '--with-openssl' '--with-pthreads' '--with-included-ltdl' '--disable-arch-native' '--without-nettle' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' 'PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/share/pkgconfig' --enable-ltdl-convenience make make install ----------- Daniel I Greenwald On Sun, Jan 25, 2015 at 12:50 AM, Eliezer Croitoru <elie...@ngtech.co.il> wrote: > Hey Daniel, > > If it was not mentioned anywhere else then this thread is the place: > CentOS 7 packages are in the Testing phase and will might not be stable > enough for production. > If you may look at the RPMs my packaging of squid is a bit different then > the mainstream. > One of the main differences is that the "squid" package contains only the > CORE squid binaries configurations and docs. > All the non-CORE helpers are in the package "squid-helpers". > You will find ssl-crtd in squid-helpers package. > If you may wish to see the files inside each and every package you can use > the command "rpm -qlp package_file_name.rpm". > > Take your time to peek at the wiki page: > http://wiki.squid-cache.org/KnowledgeBase/CentOS > > All The Bests, > Eliezer > > On 25/01/2015 02:52, Daniel Greenwald wrote: > >> Eliezer- I have installed the squid 3.5 on centos 7 from your repo, the >> version is: >> squid-3.5.0.4-1.el6.x86_64 >> >> Problem is I am not finding ssl_crtd: >> find -name ssl_crtd >> returns nothing. >> >> But squid -v >> does show --enable-ssl-crtd >> >> Should I just build from source or am I missing something? >> >> Thanks! >> >> ----------- >> Daniel I Greenwald >> > > > _______________________________________________ > squid-users mailing list > squid-users@lists.squid-cache.org > http://lists.squid-cache.org/listinfo/squid-users >
_______________________________________________ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users