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?
|
feedback
|
|
Was the decompressed source directory kept around? If so, the This differs slightly depending on the software and whether or not autoconf was used. | |||||
feedback
|
|
Depending on how long ago they were compiled, the command line entries used may still be in your shell's history. Under bash, you search back in the history via the following procedure:
Not to be all evangelical, but it's generally really bad idea to be compiling a lot of software yourself rather than using the packages provided by your distro. | |||||||||
feedback
|