-
Notifications
You must be signed in to change notification settings - Fork 119
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
installing in mac problem #65
Comments
I had similar issues installing on ubuntu =/ |
It seems you are having wrong compiler. I am using latest MacOS Catalina and below is the clang version:
|
i am using clang complier : |
May be this can help.
https://stackoverflow.com/questions/7533321/error-when-compiling-some-simple-c-code |
@imtiyazs thanks |
@notedit My Pleasure :) |
lgphp@mac-pro ~GOPATH/media-server-go (master●)$ go install [ruby-2.3.7p456]
github.com/notedit/media-server-go/wrapper
Undefined symbols for architecture x86_64:
"_X509_getm_notAfter", referenced from:
DTLSConnection::GenerateCertificate() in libmediaserver.a(dtls.o)
"_X509_getm_notBefore", referenced from:
DTLSConnection::GenerateCertificate() in libmediaserver.a(dtls.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: