Page 1 of 1
Run example
Posted: Tue Jun 09, 2020 6:30 pm
by Natter
- Hi,
When I run any example I get an error
mod_harbour version May 25 2020, 09:52:00
c:\xampp\htdocs\libharbour.dll
The specified module was not found.
failed to load hb_apache()
What is the reason ?
Window10/64, XAMPP
Re: Run example
Posted: Tue Jun 09, 2020 9:45 pm
by Antonio Linares
Copy these DLLs (bin folder inside the modharbour zip) to c:\Apache24\bin: libcurl-x64.dll, libcrypto-1_1-x64.dll and libssl-1_1-x64.dll If you are using Xampp, then copy the DLLs to C:\xampp\apache\bin
https://github.com/FiveTechSoft/mod_har ... /readme.md
Re: Run example
Posted: Wed Jun 10, 2020 7:20 am
by Natter
Thanks, works !