I tried the installer but it wouldn't run:
scott@scott-desktop:~/Downloads$ ls
ati-driver-installer-8-12-x86.x86_64.run  cqrlog_install.sh
cqrlog_0.6.0_install.tar.gz
scott@scott-desktop:~/Downloads$ cqrlog_install.sh
bash: cqrlog_install.sh: command not found
Tried downloading program files and running:
scott@scott-desktop:~/cqrlog_d$ ls
AUTHORS     ctyfiles       INSTALL              LoTW          xplanet
bin         dxcc_data      intl                 members       zipcodes
CHANGELOG   firebird.conf  libfbembed.so.1.5.4  qsl.glabels
COPYING     firebird.msg   libmy_hamlib.so      README
cqrlog      help           log_data             security.fdb
cqrlog.cfg  images         lotw                 UPGRADE
scott@scott-desktop:~/cqrlog_d$ cqrlog
bash: cqrlog: command not found
scott@scott-desktop:~/cqrlog_d$ ldd cqrlog
	linux-gate.so.1 =>  (0xf7f4f000)
	libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f22000)
	libdl.so.2 => /lib32/libdl.so.2 (0xf7f1e000)
	librt.so.1 => /lib32/librt.so.1 (0xf7f14000)
	libcrypt.so.1 => /lib32/libcrypt.so.1 (0xf7ee2000)
	libX11.so.6 => not found
	libgdk_pixbuf-2.0.so.0 => not found
	libgtk-x11-2.0.so.0 => not found
	libgdk-x11-2.0.so.0 => not found
	libgobject-2.0.so.0 => not found
	libglib-2.0.so.0 => not found
	libgthread-2.0.so.0 => not found
	libgmodule-2.0.so.0 => not found
	libpango-1.0.so.0 => not found
	libatk-1.0.so.0 => not found
	libc.so.6 => /lib32/libc.so.6 (0xf7d82000)
	/lib/ld-linux.so.2 (0xf7f50000)
scott@scott-desktop:~/cqrlog_d$ 
Help, please. This is a brand new install of ubuntu 8.10 64bit.
73,
--scott N9LJX




scott@scott-desktop:~/cqrlog_d$ ./cqrlog
./cqrlog: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
thanks
--scott N9LJX
Hi Scott,
what distribution are you using? It looks like you don't have gtk2 support installed.
In Linux, if you want to run something from current directory, you have to use ./file name e.g. ./cqrlog_install.sh or ./cqrlog, not only cqrlog_install.sh or cqrlog.
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
This is on a Ubuntu 8.10 64bit install. Turns out I needed the 32 bit library ia32-lib-sdl.
So now that I have it running and my log loaded everything looks cool except...
When I try to download from LotW I get the following error:
NOT logged
Error: 0
I have verified several time that the username and password are correct.
73,
--scott N9LJX
You have to install 32bit GTK2 libraries and also 32bit openssl library. I'm sorry I have only 32bit system, I can't test what is needed in 64bit system.
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Tell you what, I'll make a list of what I have had to add to a clean 64bit install so that others wont have to fight the same battles. My small contribution.
FWIW - I was able to import my adif extract from DXKeeper with no problems. If I find a suitable contest logging package I may be off of Windows for the shack!
73,
--scott N9LJX
That would be nice. Please make a list what you had to add and we'll put it into FAQ. Thank you.
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
I installed both 32bit libraries and still get the same result. Is there a debugging flag I can set so I can get some detailed information on what is breaking? Then perhaps I can pass that to the Ubuntu 64bit forum.
Again, all I get after clicking "Download data from ARRL website" is:
NOT logged
Error: 0
73,
--scott
Hi Scott,
do you have openssl 32bit libraries installed?
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Install bug-buddy.i386 and all the libstdc.i386 packages. And let us know if that fixes it.