mysql:mysql6のソースインストールでconfigure: WARNING: unrecognized options

mysql6をソースからインストールしようとしたらconfigureのところでこんなエラーが

configure: WARNING: unrecognized options: –with-innodb

そんなわけねー、と思いつつ調べたら最近はこう指定するらしい。

--with-plugins=partition,blackhole,heap,innobase,myisam,ndbcluster,maria

これで無事にconfigureとおりました。

You can leave a response, or trackback from your own site.

One Response to “mysql:mysql6のソースインストールでconfigure: WARNING: unrecognized options”

  1. 通りすがり より:

    5.1.46でも同様の現象が起きました。
    有難うございます。

Leave a Reply