Skip to content
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

Cmake Library error while compiling on Fedora #383

Open
sunnybunny123 opened this issue Mar 7, 2021 · 2 comments
Open

Cmake Library error while compiling on Fedora #383

sunnybunny123 opened this issue Mar 7, 2021 · 2 comments

Comments

@sunnybunny123
Copy link

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]

@mbec-lbto
Copy link

try sudo dnf install mbedtls-devel

@sunnybunny123
Copy link
Author

try sudo dnf install mbedtls-devel

Thankyou very much. It helped that issue.
Now i am trying to run the examples.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants