-
Notifications
You must be signed in to change notification settings - Fork 62
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
Build Issue #56
Comments
Hi, weird, it looks like the |
I'm having the same issue on Windows. @pgsnimble were you able to solve it? |
Yeah facing the same issue. but working if i build this in my mac without any args. If i build this specifically for linux. from my macbook this seems to throw this error. Every tried copying the files to the local and it still did't work |
Hi @SujithThirumalaisamy, maybe you need to set CGO_ENABLED=1 because by default it is disabled for cross compiling. For example
|
same error for me (CGO_ENABLED=0), hit this one after upgrading from 1.23 to 1.24. I will share more as I found out |
Hey!!
I am trying to use this library to encode the video and I can't find a way to make it work, everytime I try to build the app I am always getting the following error:
Do you mind to help me?
This is a piece of my docker file
This is triggering the error when the build command is executed
The text was updated successfully, but these errors were encountered: