Hi,
I am trying to find a way to get a complete list of files that get written when I am building httpd from source and the "make install" is run.
I've found this thread on Stackoverflow:
and have tried the suggestion from "Mar 11, 2013 at 4:50 - Steve", and the "tree ." does show the list of all the files under the httpd base directory, but I was wondering if the "make install" doesn't also potentially write some files like ".so" files, etc. to directories like "/lib", "/usr/lib64", etc. at all?
Putting that another way: If I used a "--prefix=xxx" for the "configure", then when I subsequently run the "make install" does the "make install" ONLY write files under the "xxx" directory?
Thanks,