Installing & Configuring SQUID on Linux
After going through a number of set-up guides and trying to learn how to install Squid on Linux; I came up with the following points ;
1. gzip -dv squid-2.5.STABLE4.tar.gz
2. tar xvf squid-2.5.STABLE4.tar
3. ./configure --enable-async-io --enable-dl-malloc --enable-gnuregex --enable-useragent-log --enable-snmp --enable-kill-parent-hack --enable-time-hack --enable-arp-acl --enable-err-language=English
4. make
5. make install
However, whenever I try to run the Squid further than this point. I get NO response at all !! Can somebody help me out ??
Am I making some mistake in the above mentioned commands or what shall I do to proceed further ??
I am using Mandrake Linux 9.1 !!
Zakir
|