<div dir="ltr"><span style="font-size:12.8000001907349px">Thanks Eliezer. </span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Looking at my notes, I'm pretty sure that:<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><span style="font-size:12.8000001907349px"><b>apt-get build-dep squid</b></span></div><div><span style="font-size:12.8000001907349px"><br></span></div></blockquote><div><span style="font-size:12.8000001907349px">was a typo and I actually did </span></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><span style="font-size:12.8000001907349px"><b>apt-get build-dep squid3</b></span></div><div><span style="font-size:12.8000001907349px"><br></span></div></blockquote><div><span style="font-size:12.8000001907349px">Is there something in the output I provided that confirms it's actually squid and not squid3? It built OK...</span></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"></blockquote></div><span style="font-size:12.8000001907349px"><br></span><div><span style="font-size:12.8000001907349px">I enabled deb-src because when I did:</span></div></div><blockquote style="font-size:12.8000001907349px;margin:0px 0px 0px 40px;border:none;padding:0px"><span style="font-size:12.8000001907349px"><b>apt-get build-dep squid3</b></span></blockquote><div style="font-size:12.8000001907349px"><div><br></div><span style="font-size:12.8000001907349px">I got:</span></div><span class="im" style="font-size:12.8000001907349px"><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><span style="font-size:12.8000001907349px"><b>You must put some 'source' uris in your sources.list</b></span></blockquote><div><span style="font-size:12.8000001907349px"><br></span></div></span><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">In the meantime, I'll purge and try again and follow your wiki a little more closely.</span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px">Cheers,</div><div style="font-size:12.8000001907349px">Howard</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 7, 2015 at 1:58 PM, 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 Howard,<span class=""><br>
<br>
On 07/09/2015 21:32, Howard Waterfall wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
1) Earlier in the thread, Amos suggested I run:<br>
<br>
apt-get build-dep squid<br>
</blockquote>
<br></span>
You would need to use the "squid3" and not "squid" since this is the package ubuntu builds squid for.<br>
so the command should be:<br>
apt-get build-dep squid3<br>
<br>
I have seen you enabled deb-src in your sources.list file.<br>
This is the opposite to the requirements.<br>
You must have a deb-src that will have "squid3" sources in it.<br>
If you try "squid" it(apt-get) assumes that you know what package you want and in a case you it can't find sources for that package it will tell you that it needs a relevant deb-src.<br>
All that is irrelevant since you have used the wrong package.<br>
<br>
There is also a big different between building a basic squid to a more advanced squid which supports all sorts of helpers.<br>
The manual way of compiling as I showed in the past at:<br>
<a href="http://ubuntuforums.org/showthread.php?t=1847884" rel="noreferrer" target="_blank">http://ubuntuforums.org/showthread.php?t=1847884</a><br>
<br>
I had a init script for ubuntu somewhere but it kind of got lost in a data loss couple years ago.<br>
You can however install squid3, copy the init script and then purge it or just download the source package(mentioned in diladele article)that includes the init script.<br>
<br>
All The Bests,<br>
Eliezer<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>