FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour hbcurl how is it used?
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
hbcurl how is it used?
Posted: Sun Mar 01, 2020 11:35 PM

I am just now diving into Mod_Harbour so please excuse my lack of knowledge. I see hbcurl referenced in many of the examples.
When I attempt to call curl_easy_init() I get:

Error: Unknown or unregistered symbol
operation: CURL_EASY_INIT

Is this built into mod_harbour, or do I need to reference it somehow?

Thanks,

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbcurl how is it used?
Posted: Mon Mar 02, 2020 07:44 AM
Byron,

Are you running Apache on Windows ?

If so, please download and use this mod_harbour version:

https://github.com/FiveTechSoft/mod_harbour/tree/master/windows/win64
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: hbcurl how is it used?
Posted: Mon Mar 02, 2020 04:47 PM

We are running IIS. Do I need to download something new? Is it the dll or Mod_Harbour.lib as well?

Thanks,

Byron...

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbcurl how is it used?
Posted: Tue Mar 03, 2020 06:17 AM
Byron,

The problem that we have found with IIS and curl is that there is a missing DLL, that does not allow to load libharbour.dll, and we don't know which one is it yet

So for now, curl support is disabled for IIS until we find the missing DLL

You can test it using this libharbour.dll:
https://github.com/FiveTechSoft/mod_harbour/tree/master/windows/win64

We are checking it again
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbcurl how is it used?
Posted: Tue Mar 03, 2020 06:22 AM

I have just sent you a slack invitation, where we talk about mod_harbour trying to solve this IIS issue...

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbcurl how is it used?
Posted: Tue Mar 03, 2020 11:53 AM
Byron,

ok, mod_harbour for IIS properly working with CURL support.

Please download the new files from here:
https://github.com/FiveTechSoft/mod_harbour/tree/master/IIS/bin

Please remember to copy libcurl.dll, libcrypto-1_1-x64.dll and libssl-1_1-x64.dll to c:\windows\system32\inetsrv

I appreciate if you let us know how it works, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion