Hi all, Does anybody know how to statically compile apache in linux? (everything statically compile even libc). I have tried to configure with LDFLAG=-static but that doesn't do it. any idea? Thanks
Hello, You have cPanel installed on your server ? if yes then you can compile apache with easyapache script
Would that give me httpd binary with no access to dynamic libraries? Because I'm not trying to compile apache and use it as a web server, I want to use apache as a test case for a research tool that I'm developing. Thanks