Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Critical 
- 
    Resolution: Fixed
- 
    2.2.2
- 
    None
- 
    Ubuntu 14.04 (also seems debian jessie and wheezy as well as ubuntu trusty are missing the packages).
- 
        MXS-SPRINT-53
Description
MaxScale 2.2.2 did not install the avrorouter library.
I upgraded from 2.0.5 to 2.2.2 today, and MaxScale would not start due to the avrorouter library missing. Avrorouter was working fine before the upgrade.
Here is the error I received:
| error: Unable to find library for module: avrorouter. Module dir: /usr/lib/x86_64-linux-gnu/maxscale
 | 
I checked /usr/lib/x86_64-linux-gnu/maxscale with "ls -al", and I confirmed there is no avro file(s).
Perhaps there is a bug with the build process.