MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: segfault when init charsets on Mac OS X running php scripts from apache webserver
Posted by: Kent Boortz
Date: February 24, 2007 03:04PM

Look in the "mysqlbug" script provided in the binary
release, from the first lines you can figure out how
we set environment and run configure. Just leave
out the --disable-shared and you should get a build
with shared libraries. I would set these as well

--with-mysqld-ldflags=-static
--with-client-ldflags=-static

This ensures client applications doesn't depend on
the shared libraries, but they are produced,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: segfault when init charsets on Mac OS X running php scripts from apache webserver
1889
February 24, 2007 03:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.