You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo apt-get install libcurl4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl4-dev is a virtual package provided by:
libcurl4-openssl-dev 7.35.0-1ubuntu2.3
libcurl4-nss-dev 7.35.0-1ubuntu2.3
libcurl4-gnutls-dev 7.35.0-1ubuntu2.3
You should explicitly select one to install.
E: Package 'libcurl4-dev' has no installation candidate
libcurl4-gnutls-dev is the only libcurl4 package I've found to work with every function in this library.
The text was updated successfully, but these errors were encountered:
I would appreciate it. I gave up on yours when I had a lot of troubles with dependencies, and then I came back after failing to get any oAuth libraries to work for file uploads.
I tried (https://github.com/Lusitanian/PHPoAuthLib), but couldn't get file uploads to work - not sure if it supports them, and it seems like it's abandoned. (https://github.com/logical-and/php-oauth) claims to be an improved replacement with active development, but it's so new I don't trust it. I don't know of any other oAuth1/2 libraries - could use an oAuth1 specific library - that's another thing I was trying to get away from, but it definitely beats the libcurl dependency.
Also, in the meantime, perhaps you could add the "libcurl4-gnutls-dev" info to the readme. I'm sorry for not doing it and submitting a pull request - still haven't learned.
libcurl4-gnutls-dev is the only libcurl4 package I've found to work with every function in this library.
The text was updated successfully, but these errors were encountered: