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,
hbcurl how is it used?
-
- Posts: 254
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
hbcurl how is it used?
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: hbcurl how is it used?
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
Are you running Apache on Windows ?
If so, please download and use this mod_harbour version:
https://github.com/FiveTechSoft/mod_har ... dows/win64
-
- Posts: 254
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Re: hbcurl how is it used?
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...
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: hbcurl how is it used?
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: hbcurl how is it used?
I have just sent you a slack invitation, where we talk about mod_harbour trying to solve this IIS issue...
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: hbcurl how is it used?
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
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