Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Database
-
Labels:None
-
Story Points:1
-
Team:Architecture
Description
The current MariaDB EUPS package does not build on OS X El Capitan because OS X no longer ships with OpenSSL developer files. MariaDB has a build option to use a bundled SSL library in preference to OpenSSL but the logic for automatically switching to this version breaks when the Anaconda OpenSSL libraries are present.
I have modified the build to always use the bundled SSL library on OS X. This seems to fix the build issues on El Capitan.