I installed mysql using apt-get on my local machine recently.
It proceeded with the default my.cnf.
I would like to see what are the compile time configurations of this binary.
Can some one help me how can i do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
install mysql-server source.
This will create some archive files in the current directory. In my debian lenny it creates the following directories. In your Ubuntu it’ll be almost same.
Now inspect the
debian/rulesfile in extracted source. I did it by this,You can use other editor (
nano,vi,geditall are okay). Arround line68you’ll see the configuration optionTo know more about how to recompile a debian source package, read