$opt_config_options.=" --disable-shared";# Default for binary versions
$opt_config_options.=" --disable-shared";# Default for binary versions
check_system("$opt_config_env ./configure --prefix=/usr/local/mysql \"--with-comment=Official MySQL binary\" --with-extra-charsets=complex $opt_config_options","Thank you for choosing MySQL");
if($opt_bdb)
{
$opt_config_options.=" --with-berkeley-db"
}
if($opt_innodb)
{
$opt_config_options.=" --with-innodb"
}
check_system("$opt_config_env ./configure --prefix=/usr/local/mysql \"--with-comment=Official MySQL$version_suffix binary\" --with-extra-charsets=complex \"--with-server-suffix=$version_suffix\"$opt_config_options","Thank you for choosing MySQL");