-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample Project Throws Exception: 'libziti4dotnet' (no such file) #47
Comments
Hi @awebre. That's not one I would expect. I actually just ran the weather sample just yesterday, but I ran it from windows. Are you running this from mac/linux/windows? This looks like a dependency wasn't created properly. I can try to replicate. |
Ah, I should have mentioned that in my initial post - this is on MacOS (on one of the arm-based CPUs, if that makes a difference). |
I was looking through our readmes and build docs today and ARM is specifically called out as something that's not built/supported yet https://github.com/openziti/ziti-sdk-csharp/tree/main/ZitiNativeApiForDotnetCore
I don't recall exactly why that is. Gimme a few days for this and I'll see if I can get my m1mini working as well. I'll probably follow up next week. |
Ah, I missed that when looking through the repo. I have access to an x86 Windows machine so I should be able to get it working there next week. Thanks for your help! |
Hi @awebre, I have been able to update the dotnet sdk to the latest csdk and verified it works on the three platforms i have available: windows, linux (via wsl) and macos m1 mini. Here's a superfast set of instructions.
and with luck, that'll "just work" for you, like it "just works" for me (don't get me wrong, installing the proper dotnet tool and dotnet sdk and dotnet runtime will hopefully take you longer than all this) Quick gif showing |
FYI, if you come back to this issue and try it your self note that I renamed the project... Now you'd run:
|
Awesome, thanks so much! I'll try re-running my demo and let you know if I hit anything. |
Hello! I'm giving OpenZiti/CloudZiti a spin. I have a couple of desktop clients connected over a CloudZiti relay network that I configured and moved on to trying out the SDKs, however, I've run into a bit of an issue.
I get the following exception when running the sample project provided in this repo:
I'm fairly confident that I don't have everything configured correctly in CloudZiti, but it seems like this is failing before even attempting to call the control plane or otherwise interact with the actual CloudZiti infrastructure.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: