We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MacOS 12, at this step :/
→ make install Making install in src /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o asdcp-util asdcp-util.o libasdcp.la libkumu.la -lpthread libtool: link: g++ -g -O2 -o .libs/asdcp-util asdcp-util.o -Wl,-bind_at_load ./.libs/libasdcp.dylib -L/usr/local/opt/openssl@3/lib /Users/mau/Desktop/asdcplib/asdcplib-rel_2_10_35/src/.libs/libkumu.dylib ./.libs/libkumu.dylib -lpthread Undefined symbols for architecture x86_64: "_SHA1_Final", referenced from: digest_file(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) in asdcp-util.o "_SHA1_Init", referenced from: digest_file(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) in asdcp-util.o "_SHA1_Update", referenced from: digest_file(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) in asdcp-util.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [asdcp-util] Error 1 make: *** [install-recursive] Error 1
The text was updated successfully, but these errors were encountered:
It doesn't look like your system sees libcrypto in that linker path.
libcrypto
Sorry, something went wrong.
No branches or pull requests
MacOS 12, at this step :/
→ make install
Making install in src
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o asdcp-util asdcp-util.o libasdcp.la libkumu.la -lpthread
libtool: link: g++ -g -O2 -o .libs/asdcp-util asdcp-util.o -Wl,-bind_at_load ./.libs/libasdcp.dylib -L/usr/local/opt/openssl@3/lib /Users/mau/Desktop/asdcplib/asdcplib-rel_2_10_35/src/.libs/libkumu.dylib ./.libs/libkumu.dylib -lpthread
Undefined symbols for architecture x86_64:
"_SHA1_Final", referenced from:
digest_file(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) in asdcp-util.o
"_SHA1_Init", referenced from:
digest_file(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) in asdcp-util.o
"_SHA1_Update", referenced from:
digest_file(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) in asdcp-util.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [asdcp-util] Error 1
make: *** [install-recursive] Error 1
The text was updated successfully, but these errors were encountered: