Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.1
-
None
Description
Trying to run:
LD_LIBRARY_PATH="/home/user/maxscale/lib64/maxscale/" bin/maxscale -B /home/user/maxscale/lib64/maxscale/ -f /home/user/maxscale/maxscale.cnf
|
In /home/user/maxscale/maxscale.cnf:
[maxscale]
|
...
|
libdir=/home/maxscale/lib64/maxscale/
|
...
|
In error log:
016-01-28 15:24:03 Error : Unable to find library for module: maxinfo. Module dir: /usr/lib64/maxscale
|
2016-01-28 15:24:03 Error : Unable to load Router module "maxinfo".
|
Ensure that libmaxinfo.so exists in one of the following directories :
|
- /usr/lib64/maxscale
|
- /home/user/maxscale/lib64/maxscale/
|
always used /usr/lib64/maxscale.
- All maxscale libraries placed in /home/user/maxscale/lib64/maxscale/
- MaxScale version 1.2.1-1.rhel6.x86_64
- Donwloaded from here - https://downloads.mariadb.com/enterprise/8y9j-qrq9/mariadb-maxscale/1.2.1/rhel/6/x86_64/maxscale-1.2.1-1.rhel6.x86_64.tar.gz
- Extracted to /home/user/maxscale/