MySQL Forums
Forum List  »  Source, Builds, Binaries

5.1.40 configure script broken?
Posted by: Jon Perez
Date: November 01, 2009 11:53PM

I encountered several problems trying to configure custom plugin configurations on Slackware 12.2 from the source package mysql-5.1.40.tar.gz.

* --with-plugin-XXXX fails:

# ./configure --with-plugin-innobase
configure: WARNING: unrecognized options: --with-plugin-innobase
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu

actually, I tried many different --with-plugin-XXXXX combinations, none seem to work.

* I seem unable to compile the federated, blackhole, archive, etc... plugins, I tried

--with-plugins=max-no-ndb
--with-plugins=innobase,innodb_plugin,archive,federated

and other combinations, but ha_archive.so.*, ha_federated.so.*, ha_blackhole.so.*, etc don't get created. Only ha_innodb_plugin seems to be get created no matter what combination I try.

Options: ReplyQuote


Subject
Views
Written By
Posted
5.1.40 configure script broken?
3939
November 01, 2009 11:53PM
1982
November 03, 2009 03:13PM


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.