hbcurl how is it used?

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
byron.hopp
Posts: 254
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

hbcurl how is it used?

Post by byron.hopp »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbcurl how is it used?

Post by Antonio Linares »

Byron,

Are you running Apache on Windows ?

If so, please download and use this mod_harbour version:

https://github.com/FiveTechSoft/mod_har ... dows/win64
regards, saludos

Antonio Linares
www.fivetechsoft.com
byron.hopp
Posts: 254
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Re: hbcurl how is it used?

Post by byron.hopp »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbcurl how is it used?

Post by Antonio Linares »

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_har ... dows/win64

We are checking it again
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbcurl how is it used?

Post by Antonio Linares »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbcurl how is it used?

Post by Antonio Linares »

Byron,

ok, mod_harbour for IIS properly working with CURL support.

Please download the new files from here:
https://github.com/FiveTechSoft/mod_har ... er/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
Post Reply