2008/12/18 Michael <[email protected]>

> hecking cxxabi.h presence... yes
> checking for cxxabi.h... yes
> checking for abi::__cxa_demangle... yes
> checking for big tables support... no
> checking max indexes per table... 64
> checking for SSL... using bundled yaSSL
> configure: error: unknown plugin: innodb
>
> Ok, well that hasn't worked.


It appears from reading from the InnoDB tips page (
http://www.innodb.com/support/tips/) that MySQL 5.1 expects
--with-plugins=innobase for InnoDB support:

---
On MySQL 5.1, ./configure expects a different parameter:

$ ./configure --with-plugins=innobase
$ make
---

Regards,
Brad

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to