>Description:
        
        2 problems with MySQL-3.23.49a-1 (linux x86 rpm)

        1) binaries not stripped (= 40MB !!!)

        2) mysqlshow doesnt work properly


>How-To-Repeat:
        

from /etc/my.cnf:
[client]
socket          = /tmp/.mysql.sock

(work)~$ mysqlshow 
mysqlshow: Can't connect to local MySQL server through socket '' (111)
(work)~$ mysqlshow mysql
mysqlshow: Can't connect to local MySQL server through socket '/tm)' (2)

>Fix:
        
(work)~$ mysqlshow -S /tmp/.mysql.sock

>Submitter-Id:  <submitter ID>
>Originator:    root
>Organization:
 
>MySQL support: none
>Synopsis:      binaries not stripped & mysqlshow doesnt work properly
>Severity:      non-critical
>Priority:      medium
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.49a (Official MySQL RPM)
>Server: /usr/bin/mysqladmin  Ver 8.23 Distrib 3.23.49a, for pc-linux-gnu on i686
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version          3.23.49a-log
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /tmp/.mysql.sock
Uptime:                 1 min 24 sec

Threads: 1  Questions: 4  Slow queries: 0  Opens: 6  Flush tables: 1  Open tables: 0 
Queries per second avg: 0.048
>Environment:
        
System: Linux wotrok.doma.cz 2.4.16-udf #3 Wed Dec 12 22:47:18 EST 2001 i586 unknown
Architecture: i586

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.96/specs
gcc version 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk)
Compilation info: CC='gcc'  CFLAGS='-O6 -fno-omit-frame-pointer -mpentium'  CXX='gcc'  
CXXFLAGS='-O6 -fno-omit-frame-pointer              -felide-constructors 
-fno-exceptions -fno-rtti -mpentium'  LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 led 11 18:04 /lib/libc.so.6 -> libc-2.2.4.so
-rwxr-xr-x    1 root     root      1285480 záø  9  2001 /lib/libc-2.2.4.so
-rw-r--r--    1 root     root     27487418 záø  9  2001 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 záø  9  2001 /usr/lib/libc.so
Configure command: ./configure --disable-shared --with-mysqld-ldflags=-all-static 
--with-client-ldflags=-all-static --with-other-libc=/usr/local/mysql-glibc 
--without-berkeley-db --without-innodb --enable-assembler --enable-local-infile 
--with-mysqld-user=mysql --with-unix-socket-path=/var/lib/mysql/mysql.sock --prefix=/ 
--with-extra-charsets=complex --exec-prefix=/usr --libexecdir=/usr/sbin 
--sysconfdir=/etc --datadir=/usr/share --localstatedir=/var/lib/mysql 
--infodir=/usr/info --includedir=/usr/include --mandir=/usr/man 
'--with-comment=Official MySQL RPM' CC=gcc 'CFLAGS=-O6 -fno-omit-frame-pointer 
-mpentium' 'CXXFLAGS=-O6 -fno-omit-frame-pointer                  -felide-constructors 
-fno-exceptions -fno-rtti -mpentium' CXX=gcc


---------------------------------------------------------------------
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