Re: [Solved] Compiled configure string

2008-12-12 Thread voipc...@gmail.com
Hi All, I confirm that 'mysqlbug' prints, among other info, the configure string with which mysql has been compiled with. Brilliant! Thank you Chandru and thanks all for supporting. Have a nice day, Mike On Fri, 12 Dec 2008 11:56:01 +0530 Chandru chandru@gmail.com wrote: Hi, you

Re: [Solved] Compiled configure string

2008-12-12 Thread Pascal Charest
Hi, 'mysqlbug' is a sh shell script in which the configure string is hardcoded. You can get a cleaner output of the configure line by using this command: grep ^CONFIGURE_LINE $(which mysqlbug) P. -- Pascal Charest, Free software consultant {GNU/Linux} http://blog.pacharest.com On Fri, Dec

Compiled configure string

2008-12-11 Thread voipcore voipcore
Hi All, first post here :) I was wondering how can I view the ./configure ... ... string with which a mysql server installation was compiled with. Is that possible ? Thanks for supporting, have a nice day. Mike

Re: Compiled configure string

2008-12-11 Thread Madan Thapa
On Fri, Dec 12, 2008 at 12:05 AM, voipcore voipcore voipc...@gmail.comwrote: Hi All, first post here :) I was wondering how can I view the ./configure ... ... string with which a mysql server installation was compiled with. Is that possible ? Thanks for supporting, have a nice day.

Re: Compiled configure string

2008-12-11 Thread Chandru
Hi, you can use mysqlbug to get the compiled options. Ususally mysqlbug generates a output that has the the one that you are looking for :) Regards, Chandru www.mafiree.com On Fri, Dec 12, 2008 at 3:19 AM, Madan Thapa madan.feedb...@gmail.comwrote: On Fri, Dec 12, 2008 at 12:05 AM,