>Description:
        --without-bench does not seems to work, at least not for me, a minor thing 
but...
>How-To-Repeat:
        I use this to compile mysql:
        ./configure --prefix=/usr
            --with-mysqld-user=mysql \
            --with-unix-socket-path=/var/run/mysql/mysql.sock \
            --localstatedir=/var/lib/mysql \
            --with-pthread \
            --enable-thread-safe-client \
            --enable-assembler \
            --with-raid \
            --with-libwrap \
            --without-bench \
            $ARCH-slackware-linux
         make
         make install prefix=$PKG/usr
         
         and $PKG is /tmp/package-mysql. I get a /tmp/package-mysql/usr/mysql-bench 
when it told it not to do so.
>Fix:
        

>Submitter-Id:  David Nordenberg
>Originator:    
>Organization:
 
>MySQL support: none
>Synopsis:      a little configure bug
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         
>Release:       mysql-3.23.39 (Source distribution)

>Environment:
        
System: Linux ky-it 2.4.13 #1 Wed Oct 24 19:12:52 CEST 2001 i686 unknown
Architecture: i686

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/i386-slackware-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)
Compilation info: CC='gcc'  CFLAGS=''  CXX='c++'  CXXFLAGS=''  LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 Sep 20 20:02 /lib/libc.so.6 -> libc-2.2.3.so
-rwxr-xr-x    1 root     root      4783716 May 26  2001 /lib/libc-2.2.3.so
-rw-r--r--    1 root     root     24721042 May 26  2001 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 May 26  2001 /usr/lib/libc.so
Configure command: ./configure  --prefix=/usr --with-mysqld-user=mysql 
--with-unix-socket-path=/var/run/mysql/mysql.sock --localstatedir=/var/lib/mysql 
--with-pthread --enable-thread-safe-client --enable-assembler --with-raid 
--with-libwrap --without-bench i386-slackware-linux


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