Before I finally install CQRLog on my Raspberry Pi3 I'm trying to get all the packages installed. SQLServer, Hamlib,FLDigi seem to have installed OK. I tried to install "libssl-dev" with the sudo apt-get install with the "unable to find package" response.
I'm a LofTW user so if anyone can point me in the right direction I would be grateful.
The Pi3 was a Xmas present and I'm on a (very) steep learning curve with Linux after many years with Windows.
73 Paul G4AFU.
Thu, 2018-01-18 13:16
#1
"unable to locate package"
Hi!
Have you done update and upgrade?
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libssl-dev
Found this as first hit with google: raspberry pi 3 libssl-dev
https://raspberrypi.stackexchange.com/questions/33597/cant-apt-get-insta...
--
Saku
OH1KH
--
Saku
OH1KH
Thanks Saku. Now updated and installed. Now figuring out how to install the cqrlog software. I guess download the package for the arm processor and unpack from the downloads directory?
73
Paul G4AFU
Yes you have to download package. But there is not one for arm on download section.
Some users have tried to compile the latest version from source, but they have some problems.
I have seen here discussion of rasp package, someone did made it. But I think it was older version.
Yep! Found it from here: https://www.cqrlog.com/node/1857
--
Saku
OH1KH
--
Saku
OH1KH
HI Saku,
I tried the installation https://www.cqrlog.com/node/1857 and got this repeating error
Trying to connect to database
Can not load default MySQL library ("libmysqlclient.so.16" or "libmysqlclient.so"). Check your installation.
I did install mysql server and client but they are version 5 something. I tried to install the above .so or so.16 but it could not be found.
Any ideas?
Paul G4AFU
Seems like libmysqlclient is not installed.
Check in console with:
apt list --installed | grep libmysql
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libmysqlclient20/now 5.7.20-0ubuntu0.17.10.1 i386 [installed,upgradable to: 5.7.21-0ubuntu0.17.10.1]
saku@servo2:~$
Output is something like that. If not installed you should install it.
--
Saku
OH1KH
--
Saku
OH1KH
Saku
I think I will abandon trying to get Cqrlog into RaspberryPI. Too many problems with depencies. I will look at installing Ubuntu onto my laptop.
73
Paul
HI Paul!
Good choice while waiting that "Someone else"(tm) does it first :)
You can still run wsjt-x with rasp and have cqrlog in laptop if they both are networked.
--
Saku
OH1KH
--
Saku
OH1KH