buckaroo icon indicating copy to clipboard operation
buckaroo copied to clipboard

No usable version of the libssl was found

Open oraqlle opened this issue 3 years ago • 1 comments
trafficstars

Description

When following the quickstart tutorial. buckaroo quickstart throws an error that a usable version of libssl cannot be found. This error also occurs when adding the range-v3 package.

Error messages

buckaroo quickstart

Please enter a project name (alphanumeric + underscores + dashes):
hello
Writing project files...
info Resolve start: 2022-02-05T16:51:57
info Resolving dependencies using quick strategy...
info Resolve end: 2022-02-05T16:51:57
info Resolve time: 00:00:00.1752186
success A solution to the constraints was found.
No usable version of the libssl was found

buckaroo add github.com/buckaroo-pm/ericniebler-range-v3@branch=master

warning Using the Buck build-system since a .buckconfig file was found. Set BUCKAROO_USE_BAZEL to override this or BUCKAROO_USE_BUCK to hide this warning. 
info Adding dependency on github.com/buckaroo-pm/ericniebler-range-v3 at branch=master
[git] info Fetching refs from https://github.com/buckaroo-pm/ericniebler-range-v3.git
No usable version of the libssl was found

Fix Attempts

I've tried reinstalling and install openssl1.0 and the dotnet (some places said the the dotnet framework was having issues with this).

Your Environment

  • Version used: I've used the newest version of buckaroo.
  • Operating System and Architecture: WSL2 Ubuntu 20.04 on Windows 11 main hardware

oraqlle avatar Feb 05 '22 06:02 oraqlle

Same.

tachyon-ops avatar Jan 22 '25 13:01 tachyon-ops