You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the installation instructions in the README, but I couldn't get this working on a Raspberry Pi using the .NET 6 SDK.
I just wanted to check here to see if this was a known issue or if there is something on my end that needs changed.
pi@artemis:~ $ cloudflare-ddns -c /home/pi/cloudflare-config.json
A fatal error occurred. The required library libhostfxr.so could not be found.
If this is a self-contained application, that library should exist in [/home/pi/.dotnet/tools/.store/cloudflare-ddns/0.5.0/cloudflare-ddns/0.5.0/tools/net5.0/any/].
If this is a framework-dependent application, install the runtime in the global location [/usr/share/dotnet] or use the DOTNET_ROOT environment variable to specify the runtime location or register the runtime location in [/etc/dotnet].
The .NET runtime can be found at:
- https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=arm64&rid=debian.11-arm64&apphost_version=6.0.1
pi@artemis:~ $ dotnet --version
6.0.101
The config I'm using is straight out of the README, just with my values subbed in (and extra ... removed).
The text was updated successfully, but these errors were encountered:
Sr for the late reply. But how did you install dotnet?
If you didn't use the conventional way to install dotnet you might need to point DOTNET_ROOT to the correct directory where dotnet is installed. Have a look here: dotnet/sdk#9304 (comment)
Also the tool wasn't really compatible with dotnet 6.0 yet. I'm pushing out a new version that should fix this.
Followed the installation instructions in the README, but I couldn't get this working on a Raspberry Pi using the .NET 6 SDK.
I just wanted to check here to see if this was a known issue or if there is something on my end that needs changed.
The config I'm using is straight out of the README, just with my values subbed in (and extra
...
removed).The text was updated successfully, but these errors were encountered: