ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.47k stars 888 forks source link

Troubles while compiling on linux #287

Closed marosiak closed 6 years ago

marosiak commented 6 years ago

Hello, I tried to compile the lib on my ubuntu 17.04 by following step from readme, I got some errors: After "cmake .." https://pastebin.com/uBxT278T CMakeOutput - https://pastebin.com/5dtgPmbG CMakeError - https://pastebin.com/5dza5CV8

Cmake version: 3.10.2

I'm sorry because some parts of logs may be in Polish, I hope I'll get help, it could be great if you would provide precompiled libs

vagaruy commented 6 years ago

You are missing the openssl library.

I believe they can be installed using the following apt-get install libssl-dev

vagaruy commented 6 years ago

The cmake also has errors finding pthreads. That might not fix the issue

vagaruy commented 6 years ago

Maybe try install pthreads too . It should be already installed in Ubuntu though

apt-get install libpthread-stubs0-dev

marosiak commented 6 years ago

I'm getting these errors while trying to install ssl https://pastebin.com/vXCHUfta Also I had similar problem to install build-essentials Ubuntu 17.04 xfce

marosiak commented 6 years ago

apt-get update - https://pastebin.com/SAf6vNGt

marosiak commented 6 years ago

It was my fault, that wasn't good idea to do it on 17.04