MySql PORT make options

Dave Tiger dave at tigeri.com
Tue Jul 20 12:29:03 BST 2004


Hi List,

In the make file for mysql40-server it has options for extras in the =
make
line

 @${ECHO} ""
        @${ECHO} "You may use the following build options:"
        @${ECHO} ""
        @${ECHO} "      WITH_CHARSET=3Dcharset    Define the primary =
built-in
charset (latin1)."
        @${ECHO} "      WITH_XCHARSET=3Dlist      Define other built-in
charsets (may be 'all')."
        @${ECHO} "      WITH_OPENSSL=3Dyes        Enable secure =
connections."
        @${ECHO} "      DB_DIR=3Ddirectory        Set alternate =
directory for
database files"
        @${ECHO} "                              (default is =
/var/db/mysql)."
        @${ECHO} "      WITH_LINUXTHREADS=3Dyes   Use the linuxthreads =
pthread
library."
        @${ECHO} "      WITH_PROC_SCOPE_PTH=3Dyes Use process scope =
threads"
        @${ECHO} "                              (try it if you use
libpthread)."
        @${ECHO} "      OVERWRITE_DB=3Dyes        Re-initialize default
databases."
        @${ECHO} "      BUILD_OPTIMIZED=3Dyes     Enable compiler
optimizations"
        @${ECHO} "                              (use it if you need =
speed)."
        @${ECHO} "      BUILD_STATIC=3Dyes        Build a static version =
of
mysqld."
        @${ECHO} "                              (use it if you need even
more speed)."
        @${ECHO} ""

Which ones would you suggest I should use to get speed and theading =
working
ok on freebsd 4.7

I was thinking BUILD_OPTIMIZED=3Dyes BUILD_STATIC=3Dyes but that=92s =
just me
guessing.

The server will do only 1 job which is be the db for mydns which I will =
be
install so it=92s the backend for dns if that helps.

Any help or advice is most welcome before I make a mistake.

Dave Carrera


--=20
UK Web Hosting @ http://www.ephgroup.com =20

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.722 / Virus Database: 478 - Release Date: 18/07/2004
=20





More information about the Ukfreebsd mailing list