Hi,

using the binary distribution mysql-4.0.0-alpha-pc-linux-gnu-i686, installed 
in the standard location /usr/local, running on 
Debian GNU Linux, I noticed the following buglets:

INSTALL-BINARY and manual.txt both refer to bin/safe_mysqld which doesn't 
exist; they mean bin/mysqld_safe.

  ---

Symptom: After following all instructions in INSTALL-BINARY and running 
bin/mysqld_safe in /usr/local/mysql, the server dies immediately. The 
error log file shows the message

   /usr/local/mysql/bin/mysqld: Fatal error: Can't find messagefile 
'mysql-4.0.0-alpha-pc-linux-gnu-i686/share/mysql/english/errmsg.sys'

This file is in /usr/local/mysql-4.0.0-alpha-pc-linux-gnu-i686/share/mysql/english, 
but apparently the server doesn't look there. Symlink from /usr/local/mysql to 
/usr/local/mysql-4.0.0-alpha-pc-linux-gnu-i686 is in place.

Work around: start mysqld from /usr/local/mysql as 
  bin/mysqld_safe --language=/usr/local/mysql/share/mysql/english

  ---

Symptom: When starting mysql-test-run, the alias test reports "fail", the 
script complains that "time was not found", then stops.

Reason: the mysql-test-run script uses the "time" command as $TIME (line 956);
this doesn't work in my bash (2.04) since "time" is a shell builtin. 
Replacing $TIME by time will fix it and all tests pass.

  ---

The benchmark tests work only with perl and DBI.pm installed; that should be 
documented somewhere.

Thanks,
  Axel


>Severity:  non-critical
>Priority:  low
>Category:  mysql
>Class:       sw-bug, doc-bug
>Release:     mysql-4.0.0-alpha (Official MySQL binary)

>Environment:   Debian GNU Linux distribution
System: Linux justin 2.2.18pre21-compact #1 Sat Nov 18 09:23:46 MST 2000 i686 unknown
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs
gcc version 2.95.2 20000220 (Debian GNU/Linux)
Compilation info: CC='gcc'  CFLAGS='-O3 -mpentium '  CXX='gcc'  CXXFLAGS='-O3 
-mpentium  -felide-constructors'  LDFLAGS='-static'
LIBC: 
lrwxrwxrwx    1 root     root           13 Jul  5 15:58 /lib/libc.so.6 -> libc-2.2.3.so
-rwxr-xr-x    1 root     root      1124904 Jun 10 09:50 /lib/libc-2.2.3.so
-rw-r--r--    1 root     root      2543574 Jun 10 09:52 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 Jun 10 09:52 /usr/lib/libc.so
Configure command: ./configure  --prefix=/usr/local/mysql '--with-comment=Official 
MySQL binary' --with-extra-charsets=complex --with-server-suffix= 
--enable-thread-safe-client --enable-assembler --with-mysqld-ldflags=-all-static 
--with-client-ldflags=-all-static --disable-shared



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to