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

curl not found #1

Open
pedroskakum opened this issue Mar 4, 2017 · 1 comment
Open

curl not found #1

pedroskakum opened this issue Mar 4, 2017 · 1 comment

Comments

@pedroskakum
Copy link

pedroskakum@GA-Z97-D3H:~/Documents/github/slack-libpurple$ make
CC slack_connection.o
slack_connection.c:4:23: fatal error: curl/curl.h: No such file or directory
compilation terminated.
Makefile:32: recipe for target 'slack_connection.o' failed
make: *** [slack_connection.o] Error 1

How can I continue to install this plugin?

@pjona
Copy link

pjona commented Mar 29, 2017

You need install development files for libcurl. In Fedora you need execute: dnf install libcurl-devel.x86_64 or dnf install libcurl-devel.i686, on Debian base disto it is: apt-get install libcurl-dev.

grimmy pushed a commit to grimmy/slack-libpurple that referenced this issue Oct 12, 2019
grimmy pushed a commit to grimmy/slack-libpurple that referenced this issue Oct 12, 2019
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