Page 1 of 1

Linker Errors

Posted: Fri Oct 17, 2025 10:15 pm
by RogerTunnicliffe
Hi
Just started to take a look at Purebasic on Linux.
I am getting the following errors link errors:-
Cant find -lssl
Cant find -lcrypto

What do I need to install ?

Thanks
Roger

Re: Linker Errors

Posted: Sat Oct 18, 2025 12:43 am
by idle
I'm not on linux but you probably need openssl dev package
also see this thread for setup on linux for required packages, maybe it's pulled in on one of those.
viewtopic.php?t=74875

Re: Linker Errors

Posted: Sat Oct 18, 2025 1:18 am
by RogerTunnicliffe
thx idle
Turns out it was libssl-dev
thx for pointing me in the right direction
Cheers
Roger