Hi!
"Sinisa" == Sinisa Milivojevic <sin...@mysql.com> writes:
Sinisa> Looks to me like potential problems with GNU software versions you are
Sinisa> using.
Sinisa> Start from a fresh tarball and run:
Sinisa> automake
Sinisa> autoconf
Sinisa> ./configure .. with the above options
Sinisa> make
Just a note about this.
With a fresh tarball, you should NOT use automake or autoconf, but
just run configure and make.
For William I can only recommend to use our binaries if he can't get
this to work. (The standard binary distribution should work ok in
this case)
Before releasing a MySQL source release, we have test-compiled it on
many different platforms. This means that when there is some problem
compiling MySQL, the problem is usually that the target system is
wrongly configured in some way.
In this case it could be a Debian problem; We have recently been
emailed about another compile problem with 3.23.51 on Debian and we
will solve this in the next release.
Regards,
Monty