I am upgrading LAMP stack on customer’s server and need to ./configure mysql and apache with exact last settings they were compiled with last time. Where do I get these? PHP configure string can be got by php -i. What about others?
Was the decompressed source directory kept around? If so, the configure
flags would typically be in config.status
or config.log
.
This differs slightly depending on the software and whether or not autoconf was used.
Check more discussion of this question.