From: Sergei Golubchik Date: August 13 2010 7:37am Subject: Re: How to build MySQL in release mode with UDF support from source List-Archive: http://lists.mysql.com/internals/38021 Message-Id: <20100813073759.GA20924@sergbook.mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, Yuan! On Aug 13, Yuan Wang wrote: > I recently found that if MySQL is built from source using > BUILD/compile-pentium64-max, I could not create UDF in it. I checked > the build script and found that --with-client-ldflags=-all-static is > given is this situation, so UDF is disabled. Howver if it is built in > DEBUG MODE using BUILD/compile-pentium64-debug-max, then UDF will be > enabled. > > So, how could I build MySQL in RELEASE MODE with UDF support from source? For example, edit SETUP.sh to remove -all-static Regards, Sergei