[MDEV-11625] Compilation from source without -DBUILD_CONFIG=mysql_release and with -DRPM=centos6 fails to create libmysqld.a Created: 2016-12-21 Updated: 2016-12-22 Resolved: 2016-12-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 5.5.53 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Gilad Rozban | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos6 |
||
| Description |
|
Could not build with: -DBUILD_CONFIG=mysql_release When trying to compile with -DRPM=centos6, libmysqld.a is not created during %build:
From the spec file:
BUG: libmysqld.a is not created |
| Comments |
| Comment by Sergei Golubchik [ 2016-12-22 ] |
|
Correct. If you build with -DBUILD_CONFIG=mysql_release, this config requires jemalloc to be installed. You can overwrite it with -DWITH_JEMALLOC=no. If you don't specify a config, embedded server is disabled by default. You can enable it with -DWITH_EMBEDDED_SERBER=ON. |