LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how can I check software configuration parameters after installation? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-check-software-configuration-parameters-after-installation-422990/)

leftPeg 03-08-2006 08:41 PM

how can I check software configuration parameters after installation?
 
After configuring and installing some software by going

./configure --with-foo=bar --with-bar=foo
make
make install

is there anyway of checking (at a later date) what the installation was configured with?

Does it vary from software to software?

Thanks.

D.

AwesomeMachine 03-10-2006 03:42 AM

configure makes a log file with all the settings for the program. Whatever configure did, it's in there. or, when you do "./configure" you can put "> config.txt" at the end of it and it will write the output of configure to that file. The stuff you want to look at is near the end.


All times are GMT -5. The time now is 03:28 PM.