[MXS-695] MaxScale does not build on Debian 8 following build from source instructions Created: 2016-04-26 Updated: 2016-05-31 Resolved: 2016-05-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | build |
| Affects Version/s: | 1.4.1 |
| Fix Version/s: | 2.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | martin brampton (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian 8.3 |
||
| Sprint: | 2016-10 |
| Description |
|
Fails to build with the default MaxScale code, but this is the develop branch. The default branch should be master. With master branch selected, cmake fails: – RabbitMQ library not found. – Configuring incomplete, errors occurred! Command used for cmake: Unclear why mysql_version.h cannot be found, as it is shown to be at: which is the given include directory. |
| Comments |
| Comment by Timofey Turenko [ 2016-04-27 ] |
|
Debian build script https://github.com/mariadb-corporation/build-scripts-vagrant/blob/master/build_deb_local.sh Packages to be installed before build: Rabbit-mq toi be built from source: MariaDB library goes from tarball:
build process: mkdir _build Markus, could you please check and update documentation? |
| Comment by markus makela [ 2016-05-31 ] |
|
Build instructions updated. |