Closed der-tkw closed 1 month ago
Hi,
since we don't provide a package for it, the script will compile it from source, but you're missing either libssl-dev or pkg-config on your system.
According to what I have checked, it seems they're both installed:
# sudo dnf install pkg-config
Last metadata expiration check: 0:24:18 ago on Fr 23 Aug 2024 22:15:52 CEST.
Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
# sudo dnf install openssl-devel
Last metadata expiration check: 0:25:19 ago on Fr 23 Aug 2024 22:15:52 CEST.
Package openssl-devel-1:3.0.7-27.el9.0.2.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Any other idea how I could go from here?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
I tried installing termscp 0.14.0 via the shell script and cargo directly. In both cases the compilation fails with the following message
Am I missing something or is rocky linux 9.3 simply not supported?