Re: undefined symbol: curl_multi_poll

2021-07-16 Thread Dan Fandrich via curl-library
On Fri, Jul 16, 2021 at 05:14:54PM -0400, Steve Scott via curl-library wrote: > I am trying to install curl with libssh2 enabled. I am following this > tutorial: > Ubuntu: Fix Protocol "sftp" not supported or disabled in libcurl « Yousof > Kamal > (ykamal.com) > > I used the following command

undefined symbol: curl_multi_poll

2021-07-16 Thread Steve Scott via curl-library
Hi, first post. I searched the mailing list and couldn't find a solution. I am trying to install curl with libssh2 enabled. I am following this tutorial: Ubuntu: Fix Protocol "sftp" not supported or disabled in libcurl « Yousof Kamal (ykamal.com)

Re: Can I use curl_easy_setopt during curl_easy_perform.

2021-07-16 Thread Daniel Stenberg via curl-library
On Mon, 12 Jul 2021, Wu Yuanshou via curl-library wrote: Shall I call curl_easy_setopt() during curl_easy_perform() ? It seems like we should not do this according to the document I can find.Instead , I shall quit from the curl_easy_perform() function , apply the setting via