Keyboard Shortcuts
Likes
Search
Moderated Re: Can't build TQSL
Jeff Stillinger, KB6IBB
¿ªÔÆÌåÓýHere is the list of packages you need to install in order to compile tqsl on Debian 11 (Bullseye) with the default kernel 5.10.x.? Some of theses are also used to build the FL* packages and WSJT-X.? This assumes you understand the output of the 'apt search' command, and understand how to extrapolate the package names from the list.? This also assumes you have installed gcc and supporting packages such as cmake (automake). Starting out with something easy, to install OpenSSL and to build
against the library.... sudo apt install libssl1.1 libssl-dev If you choose to use the LMDB package over the Berkley package... sudo apt install liblmdb0 liblmdb-dev The wxGTK package... sudo apt install libwxgtk3.0-gtk3-0v5 libwxgtk3.0-gtk3-dev ... so on and so forth for the list of dependencies found in the
tqsl build instructions.? --------------------------------------------------------------------------------------------------------------- libevent-openssl-2.1-7/stable,now 2.1.12-stable-1 amd64
[installed,automatic] libssl-dev/stable-security,stable,now 1.1.1k-1+deb11u1 amd64
[installed] libssl1.1/stable-security,stable,now 1.1.1k-1+deb11u1 amd64
[installed] openssl/stable-security,stable,now 1.1.1k-1+deb11u1 amd64
[installed,automatic] perl-openssl-defaults/stable,now 5 amd64 [installed,automatic] ssl-cert/stable,now 1.1.0+nmu1 all [installed,automatic] libexpat1/stable,now 2.2.10-2 amd64 [installed,automatic] libneon27-gnutls/stable,now 0.31.2-1 amd64 [installed,automatic] libxml-sax-expat-perl/stable,now 0.51-1 all [installed,automatic] libxml-sax-perl/stable,now 1.02+dfsg-1 all [installed,automatic] texlive-latex-extra/stable,now 2020.20210202-3 all
[installed,automatic] zlib1g/stable,now 1:1.2.11.dfsg-2 amd64 [installed] liblmdb-dev/stable,now 0.9.24-1 amd64 [installed] liblmdb0/stable,now 0.9.24-1 amd64 [installed,automatic] libwxbase3.0-0v5/stable,now 3.0.5.1+dfsg-2 amd64
[installed,automatic] libwxgtk3.0-gtk3-0v5/stable,now 3.0.5.1+dfsg-2 amd64 [installed] wx-common/stable,now 3.0.5.1+dfsg-2 amd64 [installed,automatic] wx3.0-headers/stable,now 3.0.5.1+dfsg-2 all [installed,automatic] curl/stable,now 7.74.0-1.3+b1 amd64 [installed,automatic] libcurl3-gnutls/stable,now 7.74.0-1.3+b1 amd64
[installed,automatic] libcurl4/stable,now 7.74.0-1.3+b1 amd64 [installed,automatic] libcurl4-openssl-dev/stable,now 7.74.0-1.3+b1 amd64 [installed] python3-pycurl/stable,now 7.43.0.6-5 amd64 [installed,automatic]
On 12/7/21 7:49 PM, S Johnson, K0OIL
wrote:
I tried 'sudo apt-get install openssl-dev' and 'sudo apt-get install openssl-devel', both without finding any package.? Then I installed Synaptic and searched there for "openssl dev"-- 64 packages are returned, none of which are named intuitively.? ?One is called "libssl-dev" -- does that sound like it may be the one?? |