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 1

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 wrote: > Hi, > > you can use mysqlbug t

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 wrote: > On Fri, Dec 12, 2008 at 12:05 AM, voipcore voipcore >wrote: > >

Re: Compiled configure string

2008-12-11 Thread Madan Thapa
On Fri, Dec 12, 2008 at 12:05 AM, voipcore voipcore wrote: > 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 >

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