MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: On Solaris 10, with what config options I can build a 64-bit mysql?
Posted by: Yunyang Zhang
Date: September 20, 2009 09:49PM

Yunyang Zhang Wrote:
-------------------------------------------------------
> Kent Boortz Wrote:
> --------------------------------------------------
> -----
> > Yes, download a binary package, and look inside
> > the "mysqlbug" script.
> > You don't specify if Sparc or x86_64, but the
> > trick for x86_64 (amd64)
> > is to add to configure the option
> > "--build=x86_64-pc-solaris2.10" to
> > let the whole build tool chain know it is a 64
> bit
> > build.
> >
> > To give further help, would need to see the
> > failing spot in the build.
> > Use no parallel make if GNU make ("-jN"), makes
> it
> > harder to spot the
> > actual build failure.
> >
> > Note that you are not supposed to use the build
> > scripts in the BUILD
> > directory of the source TAR, it is only for
> > "developer builds", building
> > from the Bazaar repository,
> >
> > kent
>
>
> You mean run "./configure --prefix=####
> --build=x86_64-pc-solaris2.10" before I compile
> from the source code?
> I will try it as soon as possible. Thank you for
> your help!


T.T
It still doesn't work.
090921 11:38:55 [ERROR] innobase_buffer_pool_size can't be over 4GB on 32-bit systems
090921 11:38:55 [ERROR] Default storage engine (InnoDB) is not available

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: On Solaris 10, with what config options I can build a 64-bit mysql?
3177
September 20, 2009 09:49PM


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.