<div dir="ltr"><div><div><div><div><div>Eliezer- <br><br></div>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 :)<br></div>I used your compile options by copying squid -v output from the package.<br></div>Here are the steps I took to compile 3.5.1 on Centos 7 in case it helps someone else.<br></div><br>yum install gcc-c++ openssl-devel libxml2-devel libcap-devel libtool-ltdl-devel perl gcc autoconf automake make sudo wget<br><br></div><div>tar xzf squid..<br><br></div><div>./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<br><br></div><div>make<br></div><div>make install<br></div><div><br><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">-----------<br>Daniel I Greenwald<br><br><br></div></div>
<br><div class="gmail_quote">On Sun, Jan 25, 2015 at 12:50 AM, Eliezer Croitoru <span dir="ltr"><<a href="mailto:eliezer@ngtech.co.il" target="_blank">eliezer@ngtech.co.il</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Daniel,<br>
<br>
If it was not mentioned anywhere else then this thread is the place:<br>
CentOS 7 packages are in the Testing phase and will might not be stable enough for production.<br>
If you may look at the RPMs my packaging of squid is a bit different then the mainstream.<br>
One of the main differences is that the "squid" package contains only the CORE squid binaries configurations and docs.<br>
All the non-CORE helpers are in the package "squid-helpers".<br>
You will find ssl-crtd in squid-helpers package.<br>
If you may wish to see the files inside each and every package you can use the command "rpm -qlp package_file_name.rpm".<br>
<br>
Take your time to peek at the wiki page:<br>
<a href="http://wiki.squid-cache.org/KnowledgeBase/CentOS" target="_blank">http://wiki.squid-cache.org/<u></u>KnowledgeBase/CentOS</a><br>
<br>
All The Bests,<br>
Eliezer<span class="im HOEnZb"><br>
<br>
On 25/01/2015 02:52, Daniel Greenwald wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Eliezer- I have installed the squid 3.5 on centos 7 from your repo, the<br>
version is:<br>
squid-3.5.0.4-1.el6.x86_64<br>
<br>
Problem is I am not finding ssl_crtd:<br>
find -name ssl_crtd<br>
returns nothing.<br>
<br>
But squid -v<br>
does show --enable-ssl-crtd<br>
<br>
Should I just build from source or am I missing something?<br>
<br>
Thanks!<br>
<br>
-----------<br>
Daniel I Greenwald<br>
</blockquote>
<br>
<br></span><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.<u></u>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/<u></u>listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>