2013年4月2日星期二

Get additional compiler arguments from Nginx, PHP and MySQL

Use this command to get nginx compiler arguments:
nginx -V

Of cause, you should make sure that nginx command is in your PATH variable.


Use this command to get php compiler arguments:

php -i |grep configure

The php command also need in your PATH, if not, use the absolute path.


Use the below way to get mysql compiler arguments:

cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE

By the way,  you should find where is your mysqlbug ^__^

没有评论:

发表评论