Hi, I just installed the latest versions of *mysql*, and all seemed to work fine.
However, now everything (mysql, mysqladmin, xmysqladmin...) seg faults on me. Has anybody seen this? gateway:/# mysql Segmentation fault gateway:~$ xmysqladmin & [2] 11510 [1] Segmentation fault xmysqladmin gateway:~$ gdb xmysqladmin GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-pc-linux-gnu"... (no debugging symbols found)... (gdb) run Starting program: /usr/X11R6/bin/xmysqladmin (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x40024a40 in free_defaults () from /usr/lib/libmysqlclient.so.6 (gdb) bt #0 0x40024a40 in free_defaults () from /usr/lib/libmysqlclient.so.6 #1 0x40029d40 in _no_db_ () from /usr/lib/libmysqlclient.so.6 #2 0xcea00 in ?? () Cannot access memory at address 0x8. (gdb) Thanks, Wim Kerkhoff [EMAIL PROTECTED]