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

Troubles while compiling on linux #287

Closed
marosiak opened this issue Feb 21, 2018 · 6 comments
Closed

Troubles while compiling on linux #287

marosiak opened this issue Feb 21, 2018 · 6 comments

Comments

@marosiak
Copy link

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
Copy link

vagaruy commented Feb 21, 2018

You are missing the openssl library.

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

@vagaruy
Copy link

vagaruy commented Feb 21, 2018

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

@vagaruy
Copy link

vagaruy commented Feb 21, 2018

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

apt-get install libpthread-stubs0-dev

@marosiak
Copy link
Author

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
Copy link
Author

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

@marosiak
Copy link
Author

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

GerHobbelt pushed a commit to GerHobbelt/crow that referenced this issue Dec 15, 2021
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