2005-08-27, 08:56 PM
2005-08-28, 02:17 AM
whats the distribution of linux that you are using, because you might be able to simply install from RPM's or Deb's :)
Fedora
Code:
yum install squid
Debian (if you have apt on fedora you can do this too :))
Code:
apt-get install squid
;)
2005-08-28, 06:39 AM
On Linux SlackeWare 10.1
2005-08-28, 02:00 PM
Hi
First of all please get yourself a book of linux basics, then www.squid-cache.org get squid, configure it and install it.
You just need to read the squid.conf file thats has ~3400 lines.
Isn't that hard
2005-08-28, 02:05 PM
Don't normally like sending away from the forum but I'm not a slackware user, so hopefully you can try these and come back with any problems that you find along the way.
First you might want to install swaret, which is a package handling utility (can handle upgrade/install/remove with source or binary installs too). So try this:
Code:
# wget http://peterhost.dl.sourceforge.net/sourceforge/swaret/swaret-1.6.2-noarch-1.tgz.tar
# mv swaret-1.6.2-noarch-1.tgz.tar swaret-1.6.2-noarch-1.tgz
# installpkg swaret-1.6.2-noarch-1.tgz
# swaret --set VERSION=10.1
# swaret --update
# swaret --upgrade
# swaret --install squid
Hope this is right (maybe one of the slackhead's can confirm it for me :))
Also these might help:
[/url]http://www.squid-cache.org - Official site
http://squid-docs.sourceforge.net - Documentation for squid
http://squid.visolve.com/squid/sqguide.htm - A quick start guide to installing/configuring.
If you want to install as per usual with slack, you can try searching here to find the squid package to be installed:
[url=http://www.linuxpackages.net/]http://www.linuxpackages.net/
Like I said, any issues come back :)