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
I am facing the following error while compiling on Fedora with cmake. anyone please help
[ 86%] Building CXX object CMakeFiles/example_server.dir/src/examples/example_server.cpp.o [ 87%] Linking CXX executable bin/example_server /usr/bin/ld: cannot find -lmbedcrypto /usr/bin/ld: cannot find -lmbedx509 /usr/bin/ld: cannot find -lmbedtls collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/example_server.dir/build.make:113: bin/example_server]
The text was updated successfully, but these errors were encountered:
try sudo dnf install mbedtls-devel
sudo dnf install mbedtls-devel
Sorry, something went wrong.
Thankyou very much. It helped that issue. Now i am trying to run the examples. Thanks
No branches or pull requests
I am facing the following error while compiling on Fedora with cmake. anyone please help
[ 86%] Building CXX object CMakeFiles/example_server.dir/src/examples/example_server.cpp.o
[ 87%] Linking CXX executable bin/example_server
/usr/bin/ld: cannot find -lmbedcrypto
/usr/bin/ld: cannot find -lmbedx509
/usr/bin/ld: cannot find -lmbedtls
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/example_server.dir/build.make:113: bin/example_server]
The text was updated successfully, but these errors were encountered: