February 2011
Intermediate to advanced
332 pages
9h 3m
English
The successful compilation of the source code in the previous section will generate the required programs depending on the features and packages we have enabled or disabled. However, they should be moved to their designated locations, so that they can be used. Let's perform the final steps of the installation.
${prefix}, we may need root or super user privileges for installing Squid. If root or super user privileges are needed, we should first switch to root or super user by using the following command:
su
make command with install as the argument:
make install
This will install or simply move programs to their designated locations, depending on the path used ...
Read now
Unlock full access