<div dir="ltr"><p dir="ltr">Ubuntu 14.04</p>
<p dir="ltr">Squid 3.5.5<br></p>
<p dir="ltr">Hi -</p>
<p dir="ltr">I've successfully installed, configured and run squid 3.5.5 w/o a problem using:</p>
<blockquote><p dir="ltr">sudo apt-get install squid<br>
</p>
</blockquote>
<p dir="ltr"></p>
<p dir="ltr">I want to filter by mac address though, so I purged that install and re-built squid with the <b>--enable-arp-acl</b> flag. I installed using make install. <br></p>
<p dir="ltr">This is when the problems begin. I've summarized that in a separate thread:</p><p dir="ltr"><a href="http://lists.squid-cache.org/pipermail/squid-users/2015-August/005232.html">http://lists.squid-cache.org/pipermail/squid-users/2015-August/005232.html</a></p>
<p dir="ltr">I wonder if there's a way to simply <i><b>avoid</b></i> all those problems. </p><p dir="ltr">A couple of questions:</p><p dir="ltr"></p><ol><li>My build configuration is below. After building and installing, squid ended up here: <i><b>/usr/local/squid/sbin</b></i>. I think that's the same place <b><i>sudo apt-get install squid</i> </b>puts it right?<br></li><li>Given I had no problems with <i><b>sudo apt-get install squid</b></i>, is the best practice to install squid using that method and arrange for my builds to install squid to a different location and simply copy it over? <br></li></ol><p></p>
<p dir="ltr">Thanks,</p>
<p dir="ltr">Deiter<br></p>
<p dir="ltr">./configure --prefix=/usr --localstatedir=/var --libexecdir=${prefix}/lib/squid3 --srcdir=. --datadir=${prefix}/share/squid3 --sysconfdir=/etc/squid3 --with-default-user=proxy --with-logdir=/var/log --with-pidfile=/var/run/squid.pid --enable-arp-acl<br></p>
</div>