Re: [Maria-discuss] problems with innodb

2010-03-11 Thread Arjen Lentz
Hi Alexandre On 12/03/2010, at 1:20 AM, Alexandre Almeida wrote: I aware about it. The line I am using --with-plugins=max For quick compiles, best to use the BUILD/compile-* build scripts. There's more that you need to get right than just which plugins, so if you assemble y

Re: [Maria-discuss] Generic Linux Build requirements

2010-03-11 Thread Daniel Bartholomew
On Thu, 11 Mar 2010 13:40:50 -0500, Brian Evans wrote: Brian> http://askmonty.org/wiki/index.php/Building_MariaDB:Generic_Linux Brian> says: Brian> * gcc 2.95.2 or later Brian> Brian> However, according to [1] , Gentoo claims that GCC 4.3 is Brian> required due the use of c++ templates in the se

Re: [Maria-discuss] Gentoo Ebuilds for MariaDB on GitHub

2010-03-11 Thread Daniel Bartholomew
On Thu, 11 Mar 2010 12:58:49 -0500, Brian Evans wrote: Brian> emerge is the Gentoo package manager. Brian> Brian> Brief HowTo: Brian> Brian> 1. Grab the ebuilds and related files into a directory: "git Brian> clone http://github.com/grknight/mariadb-gentoo.git"; Brian> 2. Add the directory to y

[Maria-discuss] Generic Linux Build requirements

2010-03-11 Thread Brian Evans
http://askmonty.org/wiki/index.php/Building_MariaDB:Generic_Linux says: * gcc 2.95.2 or later However, according to [1] , Gentoo claims that GCC 4.3 is required due the use of c++ templates in the server. [2] also states that GCC-4 is absolutely required with a failing build log. [1] http://bugs

Re: [Maria-discuss] Gentoo Ebuilds for MariaDB on GitHub

2010-03-11 Thread Brian Evans
On 3/11/2010 12:26 PM, Daniel Bartholomew wrote: > On Thu, 11 Mar 2010 10:41:04 -0500, Brian Evans > wrote: > > Brian> I have posted the build scripts for Gentoo onto GitHub. > Brian> > Brian> They can be found here: http://github.com/grknight/mariadb-gentoo > Brian> > Brian> Gentoo downstream u

Re: [Maria-discuss] Gentoo Ebuilds for MariaDB on GitHub

2010-03-11 Thread Daniel Bartholomew
On Thu, 11 Mar 2010 10:41:04 -0500, Brian Evans wrote: Brian> I have posted the build scripts for Gentoo onto GitHub. Brian> Brian> They can be found here: http://github.com/grknight/mariadb-gentoo Brian> Brian> Gentoo downstream uses git over bzr so I thought it was the best Brian> choice. Bri

[Maria-discuss] Gentoo Ebuilds for MariaDB on GitHub

2010-03-11 Thread Brian Evans
I have posted the build scripts for Gentoo onto GitHub. They can be found here: http://github.com/grknight/mariadb-gentoo Gentoo downstream uses git over bzr so I thought it was the best choice. Feel free to pull from it. ___ Mailing list: https://lau

Re: [Maria-discuss] problems with innodb

2010-03-11 Thread Brian Evans
On 3/11/2010 10:20 AM, Alexandre Almeida wrote: > Folks, > > I aware about it. The line I am using > > --with-plugins=max > > Thanks! Obrigado!! > > AA ~/mariadb-5.1.42 $ ./configure --with-plugins=max: configure: WARNING: Example Storage Engine can only be built as a plugin configure:

Re: [Maria-discuss] problems with innodb

2010-03-11 Thread Alexandre Almeida
Folks, I aware about it. The line I am using --with-plugins=max Thanks! Obrigado!! AA <> Em 11/03/2010, às 10:22, Brian Evans escreveu: On 3/11/2010 7:37 AM, Alexandre Almeida wrote: Hi guys, I am building MariaDB from source and it doesn't come with innodb.

Re: [Maria-discuss] problems with innodb

2010-03-11 Thread Brian Evans
On 3/11/2010 7:37 AM, Alexandre Almeida wrote: > Hi guys, > > I am building MariaDB from source and it doesn't come with innodb. > > I have tried the parameters: all and innobase. > > Is there anything else I can pass on command line to get innodb > running at my MariaDB? Works for me.

[Maria-discuss] problems with innodb

2010-03-11 Thread Alexandre Almeida
Hi guys, I am building MariaDB from source and it doesn't come with innodb. I have tried the parameters: all and innobase. Is there anything else I can pass on command line to get innodb running at my MariaDB? Many thanks, Alex <> ___