Search the MySQL manual:

2.3.3 Typical configure Options

The configure script gives you a great deal of control over how you configure your MySQL distribution. Typically you do this using options on the configure command-line. You can also affect configure using certain environment variables. See section F Environment Variables. For a list of options supported by configure, run this command:

shell> ./configure --help

Some of the more commonly-used configure options are described here:

User Comments

Posted by Tom on Sunday July 21 2002, @8:21am[Delete] [Edit]

Thanks a lot for that last tip, DaPhreak. You saved
my mysql install. :)

Posted by [name withheld] on Wednesday December 18 2002, @5:27pm[Delete] [Edit]

For all who had the same Prolem like me :

If you get some error like this :
No curses/termcap library found

configure you're Source Distribution with the
option --with-named-curses-
libs=/your/path/to/lib/libncurses.so.5.0


Best Regards DaPhreak

Posted by Celeste Suliin Burris on Friday April 4 2003, @5:48pm[Delete] [Edit]

One thing puzzles me. How do you get the compile to put the libraries in /usr/local/mysql/lib? When I use --libdir=/usr/local/mysql/lib, I get the libraries in /usr/local/mysql/lib/mysql

Add your own comment.