Christian Hammers a écrit :
Hello Christian,
On 2007-04-06 Martin RIONDET wrote:
I tried to compile the debian sources (version 5.0.36-1) directely on my
server. But the mysqld server still crashes.
So the official 5.0.33 works, the Debian 5.0.36 does not. Both self compiled.
Right?
Exactly
debian 5.0.30 (or a previous version ?) worked
debian 5.0.32 didn't
official 5.0.33 - self compiled
debian 5.0.36 - binaries doesn't; self compiled doesn't either
I've uploaded 5.0.38 to unstable this morning. Could you try it?
Unfortunately I have no other ideas :/
Thanks for trying, anyway :)
I upgraded to mysql 5.0.38 from debian official distribution, and it
still crashes (I used the pre-compiled binaries, not the source code).
I tried 5.0.37 from mysql and it's fine.
I wonder if the problem does not comes from the way the program is compiled.
To compile mysql from the official source code, I juste do :
. configure -prefix=/opt/mysql
make
make install
While the dpkg-buildpackage used to compile from the debian sources
seems to lauch more things, and may not use the same compiler or options.