LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
933 stars 33 forks source link

No usable version of the libssl was found #385

Open oraqlle opened 2 years ago

oraqlle commented 2 years ago

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