My understanding is Ubuntu repository does not contain squid configured/compiled with SSL_BUMP. So I did download the sources and compiled the sources. No issues so far.
I would like to install the compiled binary on a different box and want to set it up like Ubuntu installation will do. That is to say, use the service command to start/stop squid and all the files in standard locations
Can I just replace newly compiled binary on target box if the version installed by Ubuntu apt-get command is same as the one I have compiled.
If that is not possible, do I need to copy all the files from install directory to target machine/appropriate directory? For example /etc to target machine/etc? How do I setup service command in this case?
Does the installation embed the installation directory name somewhere? If my install directory is different than standard one, will it cause any problems after copying?