Bug #47352 Option "--without-server" still not working in 5.4.1-beta
Submitted: 16 Sep 2009 5:14 Modified: 16 Sep 2009 5:32
Reporter: Meng Wang Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.4.1-beta OS:Any
Assigned to: CPU Architecture:Any

[16 Sep 2009 5:14] Meng Wang
Description:
I hava want to compiling mysql with icc 10.1 and without server. 

How to repeat:
wget -c http://mysql.mirrors.pair.com/Downloads/MySQL-5.4/mysql-5.4.1-beta.tar.gz
tar xvf mysql-5.4.1-beta.tar.gz
cd mysql-5.4.1-beta

./configure  --prefix='/var/webserver/mysql' '--libexecdir=/var/webserver/mysql/bin'  '--with-comment=MySQL Server XTM Edition(GPL)''--disable-thread-safe-client' '--enable-local-infile' '--enable-assembler' '--with-pic' '--with-readline' '--without-debug' '--with-unix-socket-path=/tmp/mysqld.sock' '--with-extra-charsets=complex' CFLAGS='-O2 -unroll2 -ip  -xW' CXXFLAGS='-O2 -unroll2 -ip -fno-implicit-templates -fno-exceptions -fno-rtti -xW' '--with-low-memory' '--without-server' && make
[16 Sep 2009 5:32] Sveta Smirnova
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments to the original bug instead.

Thank you for your interest in MySQL.

Duplicate of bug #46980