Mint 20 TQSL Installation

6 posts / 0 new
Last post
NZ0T
Mint 20 TQSL Installation

Fresh Mint 20 install. I have CQRLOG up and running thanks to a lot of help found searching this forum. Especially Saku's thread about installing fresh and compiling the latest - very helpful. I am having trouble getting TQSL to install. I downloaded TQSL and then right clicked on the open directory. Then tried the procedure I always used with Mint 19.3:

Click on "open in terminal"
Type "cmake ."
Type "make"
Type "sudo make install"

But at cmake . I get the following errors:

CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.16/Modules/FindOpenSSL.cmake:447 (find_package_handle_standard_args)
CMakeLists.txt:5 (find_package)

-- Configuring incomplete, errors occurred!

I see that I need some packages but not sure how to find them in Synaptic Manager. because I'm not sure what the actual package names are, For example it says "FindPackageHandleStandardArgs.cmake:393" - is that what I look for? It also says "FindOpenSSL.cmake:447" I have OpenSSL already.
Any help greatly appreciated! Heading to bed after fighting with this today!

73, Bill NZ0T

oh1kh
Mint 20 TQSL Installation

Hi Bill!

Have you installed alsoOpenssl-dev package? same package name, but usually -dev or -devel suffix.

When you compile programs from source devel packages are usually needed because they have source and information how compiler can link needed properties.

--
Saku
OH1KH

NZ0T
Hi Saku,

Hi Saku,

I have libcurl4-openssl-dev installed. I also see libghc-hopenssl-dev and libtrust-openssl-dev that are not installed. Do they need to be installed also?

dl1mtg
dl1mtg's picture
Hi Bill,

Hi Bill,

try to install the package libssl-dev

--
73 de Martin, DL1MTG

NZ0T
Thanks Martin,

Thanks Martin,

I installed libssl-dev, then it called for lmbd and bdb which I installed. Then TQSL seemed to install but I cannot find it anywhere in applications. Now what?

NZ0T
I found it in synaptic and it

I found it in synaptic and it installed from there as latest version 2.5.5.

Thanks guys!

73, Bill NZ0T