Compile Errors
Debian 8, Maria DB 10.1.
On compile I get this error: No rule to make target '/usr/lib/libmysqlclient_r.so', needed by 'bin/shared_memory' I am using MariaDB 10.1 and installed 'libmariadbclient-dev' in place of 'libmysqlclient-dev'. I am assuming I need to make a reference change in the CmakeList.txt. But, hesitant as to what reference I need to change it to. Celestial |
Found a work around at least. Seems to be an issue that was fixed in Maria55 but not 10 yet.
Fix: within /usr/lib change the symbolic link of libmysqlclient_r.so to libmysqlclient.so with this command "ln -sf libmysqlclient.so libmysqlclient_r.so" Celestial |
Very good experience!
|
All times are GMT -4. The time now is 06:48 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.