Bug #58532 MySQL dlls changed location in 5.5.6
Submitted: 27 Nov 2010 14:20 Modified: 15 Dec 2016 9:54
Reporter: Anders Karlsson Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version: OS:Windows
Assigned to: CPU Architecture:Any
Tags: regression

[27 Nov 2010 14:20] Anders Karlsson
Description:
In previous versions of MySQL, the optimized dlls / libs were in lib/opt. In MySQL 5.5.6 and 5.5.7, these are now in the lib directory, with the debug libraries (only static ones at that, see bug #58531) are in lib/debug.

This breaks existing build scripts.

How to repeat:
Download the MSI installer for any of MySQL 5.5.6 or 5.5.7 and install or download the corresponding zip files, in any the the situation is the same with both 32 and 64-bit versions.

Suggested fix:
Put the libraries where they used to be, or at least make sure that mysql_config works on Windows, without having Perl installed.
[29 Nov 2010 9:43] Valeriy Kravchuk
Verified on 64-bit Windows XP.
[15 Dec 2016 9:54] Yngve Svendsen
[15 Dec 2016 1:27] Yngve Svendsen (YSVENDSE)
This was an intentional change, and there are no plans to revisit that change now.