CQRLOG 2.1.0

2 posts / 0 new
Last post
M0HPP
CQRLOG 2.1.0

I am trying to use cqrlog version 2.1, binary downloaded from this, using ubuntu 14.

I have done a fresh install of mysql using MySQL APT Repository.

When I try to run cqrlog, I get the following error message:

Can not load MySQL library "/usr/lib/x86_64-linux-gnu/libmysqlclient.so.18". Please check your installation.

Press OK to ignore and risk data corruption.
Press Cancel to kill the program.

I get the following output with:

paul@Home:~/cqrlog-2.1.0/usr/bin$ ./cqrlog --debug=1
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "unity-gtk-module"

**** DEBUG LEVEL 1 ****

SSL libraries:
/lib/x86_64-linux-gnu/libssl.so.1.0.0
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Loading libmysqlclient: /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18
[FORMS.PP] ExceptionOccurred
Sender=EInOutError
Exception=Can not load MySQL library "/usr/lib/x86_64-linux-gnu/libmysqlclient.so.18". Please check your installation.
Stack trace:
$084197EE
$08419794
$08113036
$080BCA7D
$080BC9A2
$08091006
TApplication.HandleException Can not load MySQL library "/usr/lib/x86_64-linux-gnu/libmysqlclient.so.18". Please check your installation.
Stack trace:
$084197EE
$08419794
$08113036
$080BCA7D
$080BC9A2
$08091006

I have tried to reinstall the libmysqlclient18 with the command below, but still get the same error:

paul@Home:~/Desktop/Downloads$ sudo apt-get install --reinstall libmysqlclient18
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to upgrade.
Need to get 0 B/721 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 626631 files and directories currently installed.)
Preparing to unpack .../libmysqlclient18_5.6.38-1ubuntu14.04_amd64.deb ...
Unpacking libmysqlclient18:amd64 (5.6.38-1ubuntu14.04) over (5.6.38-1ubuntu14.04) ...
Setting up libmysqlclient18:amd64 (5.6.38-1ubuntu14.04) ...
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
/sbin/ldconfig.real: /usr/lib/nvidia-384/libEGL.so.1 is not a symbolic link

/sbin/ldconfig.real: /usr/lib32/nvidia-384/libEGL.so.1 is not a symbolic link

Any pointers / help would be much appreciated.

Thank you

Paul M0HPP

M0HPP
Now Resolved

I downloaded the AMD64 binary which resolved my issue.

Paul M0HPP