Bug #25367 --without server breaks DBD::mysql
Submitted: 2 Jan 2007 15:22 Modified: 9 Jan 2007 11:08
Reporter: Gabriel Tataranu Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.0.27 OS:
Assigned to: CPU Architecture:Any
Tags: --without-server DBD::mysql

[2 Jan 2007 15:22] Gabriel Tataranu
Description:
If compiled with --without-server switch 5.0.27 breaks DBD::mysql build. This is because some of the headers are not installed (like mysqld_error.h).

How to repeat:
Compile 5.0.27 with --without-server and then try to build DBD::mysql (4.0 as of today).

Suggested fix:
Workaround, just compile mysql as well, and then remove mysqld by hand.
[3 Jan 2007 11:30] Valeriy Kravchuk
Thank you for a problem report. Please, specify the OS and send the exact ./configure command line used.
[3 Jan 2007 15:44] Gabriel Tataranu
Oh, I forgot to mention: OS= Linux (Gentoo 2006.1), mysql compiled from source
[3 Jan 2007 15:47] Gabriel Tataranu
Configure command:

./configure --prefix=/usr/local/mysql --enable-assembler \
--with-mysqld-user=mysql --without-debug --without-docs --without-bench \
--with-extra-charsets=none --without-innodb --without-server
[9 Jan 2007 11:08] 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.

Duplicates Bug #21265