[MDEV-3869] 5.5 on mac os x with ssl Created: 2012-11-19 Updated: 2013-03-02 Resolved: 2013-03-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28 |
| Fix Version/s: | 5.5.30 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
currently we build on labrador with
which produces binaries without ssl.
|
| Comments |
| Comment by Sergei Golubchik [ 2012-11-19 ] |
|
it was reported that -DWITH_SSL=yes helps to avoid ssl compilation problems, by forcing bundled yassl, instead of system ssl library |
| Comment by Kolbe Kegel (Inactive) [ 2012-11-20 ] |
|
Actually, the goal is the opposite. You must use -DWITH_SSL=yes to avoid the bundled yaSSL. It may be better to use -DWITH_SSL=system if no solution can be found to yaSSL problems on OS X so that cmake can abort configuration in the case of no available system SSL instead of leaving the failure to the end of the build process. |
| Comment by Sergei Golubchik [ 2013-03-02 ] |
|
after changing the buildbot config labrador builds started failing all tests, it took some time to track it down |