Open nbanb opened 2 months ago
It is a libssh issue and fixed in libssh 0.11.0: Removed the usage of deprecated OpenSSL APIs (Note: Minimum supported OpenSSL version is 1.1.1)
. mscp will migrate from libssh 0.10.6 to 0.11.0 in the near future.
Also note that mscp build by myself is 3 to 5 time more performant than the prebuild binary I previously download on GitHub.
Yes, as noted as not optimal performance
in README. It is due to musl libc, which is used to produce the single binary mscp (without glibc that does not support static build). If such a low-performance version of mscp can lead to confusion, I will remove it from the README and the release process.
Thanks for answer ! Ok I will wait for libssh 0.11.0
For performances, maybe just specify in the README that the prebuild mscp is builded using musl and had poor performances versus glibc.
Note that mscp is really one of the 2 tools I was looking for since years, many Thanks for the job ! (Now I'm still looking for a tool which is able to compress terabytes files using OpenCL or Cuda)
Thanks again Kind regards nbanba
Hi
Here is the build output : lots of deprecated functions :
OpenSSL 1.1.1* is now deprecated How to have a clean build with no warning ?
Also note that mscp build by myself is 3 to 5 time more performant than the prebuild binary I previously download on GitHub.
Regards, nbanba