Salut,
Comment mysql fait t'il pour créer ses binaires?
En fait je cherche à utiliser mysql avec la glibc 2.3 et mysql ne fournit que des binaires avec la glibc-2.2 en static.
http://dev.mysql.com/downloads/mysql/4.0.html
Et quand je prends depuis les sources, et que j'installe avec la glibc-2.3 installé mon mysql final est buggé
thd=0x84b88ec8
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0x8061e48c, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x80fa31a
0x4003c618
0x16
0x8172bb3
0x810b651
0x400372b6
0x420de407
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://www.mysql.com/doc/en/Using_stack_trace.html and follow instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x83bb2170 is invalid pointer
thd->thread_id=2055 |
Donc voila comment faire? Est t'il possible de se créer ses propres binaires simplement? (par exemple je crée le binaire avec les libs en static pour l'utiliser sur un autre serveur? )
merci
Message édité par Limit le 03-10-2004 à 21:29:00