-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Spam Bait wrote:
> Hi all.
>
> It's about time I tried out MySQL-5.0. I want to get comfortable with
> the stored procedures so I'm ready to go when it's released.
>
> I'm running Gentoo ( current, of course ).
>
> I ran:
>
> export WANT_AUTOMAKE=1.5
> export WANT_AUTOCONF_2_5=1
>
> These are ( I think ) Gentoo-specific commands that make select the
> appropriate versions of the above tools ( as in the instructions in the
> 'installing from development source' ).
>
> Then I ran:
>
> aclocal
> autoheader
> autoconf
> automake
> cd innobase ; aclocal; autoheader; autoconf; automake
> ./configure --prefix=/usr/local/mysql --enable-assembler
> --enable-thread-safe-client --enable-local-infile
> make
>
> After a fair bit of compiling, I got:
>
> gcc -O3 -DDBUG_OFF -O3 -rdynamic -o test-sslclient test-sslclient.o
> ../dbug/libdbug.a libvio.a ../mysys/libmysys.a ../strings/libmystrings.a
> -lpthread -lz -lcrypt -lnsl -lm -lpthread
> make[2]: Leaving directory `/mnt/roomy/src/mysql/mysql-5.0_29-08-03/vio'
> Making all in sql
> make[2]: Entering directory `/mnt/roomy/src/mysql/mysql-5.0_29-08-03/sql'
> bison -y  -d sql_yacc.yy && mv y.tab.c sql_yacc.cc
> conflicts:  380 shift/reduce
> sql_yacc.yy:5962: fatal error: maximum table size (32767) exceeded
[snip]

On the same page, there's a note about requiring Bison-1.75 or newer to
compile MySQL-4.1 (the same holds true for 5.0 as well). You can check
what version you have by issuing 'bison --version' in your shell.

Regards,

        -Mark

- --
Mr. Mark Matthews
MySQL AB, Software Development Manager, J2EE and Windows Platforms
Office: +1 708 557 2388
www.mysql.com

Are you MySQL Certified?
http://www.mysql.com/certification/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/T5KqtvXNTca6JD8RArftAKC+/ONkkRj/l6V803HvUX6za0gqGgCdFSiq
fAOy9aEqY7yt1E0D7FerD0k=
=w3yz
-----END PGP SIGNATURE-----


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to