To build and install squid with ssl support on Ubuntu:
Download the squid source packagesExtract sourcecd /usr/src
apt-get source squid
Download dependenciesdpkg-source -x squid
Change configapt-get build-dep squid
apt-get install libssl-dev
Buildadd "--enable-ssl" to "configure the package" section of debian/rules
Install./configuredebuild -us -uc -b
dpkg -i squid.deb
| Next > |
|---|




