Skip to content

Instantly share code, notes, and snippets.

Created August 6, 2017 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eb8467c2c48ace41badbe8cbc8b72760 to your computer and use it in GitHub Desktop.
Save anonymous/eb8467c2c48ace41badbe8cbc8b72760 to your computer and use it in GitHub Desktop.
CMakeFiles/mangosd.dir/Main.cpp.o: In function `main':
Main.cpp:(.text.startup+0x676): undefined reference to `OpenSSL_version'
Main.cpp:(.text.startup+0x69e): undefined reference to `OpenSSL_version_num'
collect2: error: ld returned 1 exit status
src/mangosd/CMakeFiles/mangosd.dir/build.make:302: recipe for target 'src/mangosd/mangosd' failed
make[2]: *** [src/mangosd/mangosd] Error 1
CMakeFiles/Makefile2:765: recipe for target 'src/mangosd/CMakeFiles/mangosd.dir/all' failed
make[1]: *** [src/mangosd/CMakeFiles/mangosd.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment