Hello Petr
The current stable version of MariaDB is now 10.1. I just upgraded my Arch Linux install and I now get an error message:
"Error during connection to database: TMySQL56Connection can not work with the installed MySQL client version: Expected (5.6), got (10.1.9-MariaDB)."
It looks to me that a corresponding change is needed in mysqlconn.inc to add 10.1 as well as 10.0.
Hopefully there aren't any incompatibilities: I'm happy to help test with that.
73 Ian
Hi Ian,
could you post here the MariaDB version information from CQRLOG? It will appear when you run cqrlog from console with --debug=1 parameter. I'll add version 10.1 to new testing build. Thank you!
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Thanks Petr. This what I get:
$ cqrlog --debug=1
**** DEBUG LEVEL 1 ****
Loading libssl: /usr/lib64/libssl.so.1.0.0
Loading libcrypto: /usr/lib64/libcrypto.so
Loading libmysqlclient: /usr/lib64/libmysqlclient.so
**************************
MySQL version: 10.
**************************
**********************************
MySQL version assigned: 1.000000000000000000E+01
**********************************
Loaded 88824 LoTW users
Loaded 0 eQSL users
Loaded 45605 SCP calls
IniFile:/home/ianc/.config/cqrlog/cqrlog.cfg
LocalIniFile:/home/ianc/.config/cqrlog/local.cfg
*
User home directory: /home/ianc/
Program home directory: /home/ianc/.config/cqrlog/
Data directory: /home/ianc/.config/cqrlog/database/
Memebers directory: /usr/share/cqrlog/members/
ZIP code directory: /usr/share/cqrlog/zipcodes/
Binary dir: /usr/bin/
Share dir: /usr/share/cqrlog/
TConnection to MySQL: 10
*
___________________
As far as the OS is concerned:
# pacman -Qs mariadb-clients
local/mariadb-clients 10.1.9-2
Thank you Ian!
I just pushed the changes to GitHub repository. New testing build will be available on Sunday.
73 Petr
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
That's great Petr, thanks.
I'll let you know how I get on with it.
73 Ian
Ian, please try it.
http://cqrlog.com/node/1535
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
after replacing the file /usr/bin/cqrlog from this link http://cqrlog.com/node/1535, my log is working again.
Tanks, Petr!
Yes - all looks good here too so far.
Just playing with the wsjtx integration.
Thanks Petr
Ian
I'm supplying patches for the aur package(https://aur.archlinux.org/packages/cqrlog/) for cqrlog however it won't work untill the next version with mariadb 10.1 support is added(based on bin not source) at least for me. I'm currently testing the version you linked to above. Any idea when 1.93 will be released?