Page 1 of 1

Hurl plugin on Rapberry Pi 4

Posted: Sun Jun 13, 2021 9:52 pm
by amyren
I try to run a program on my Rpi4 (raspberry pi os), but it only displays the message:
"This program requires hurl.hwp"

I do have hurl.hwp present in the linker plugins folder on windows, and I do have set link to true for hurl.
I have re-downloaded the plugin, to make sure I put the correct version in the linux-arm plugin folder.

I also tried copying hurl.hwp into the same dir as the program on the Pi, but still I get the same message.

Any ideas?

Re: Hurl plugin on Rapberry Pi 4

Posted: Sun Jun 13, 2021 10:43 pm
by airsoftsoftwair
Probably a wrong version of OpenSSL is installed. See here: viewtopic.php?f=4&t=2146

Re: Hurl plugin on Rapberry Pi 4

Posted: Mon Jun 14, 2021 12:31 am
by amyren
Thanks. that was the cause.
Not so straight forward to get that libssl1.0.0, but I found a working way to do it.
I posted my solution in that thread you refered to.

Now my program runs.