Linker Errors

Just starting out? Need help? Post your questions and find answers here.
RogerTunnicliffe
New User
New User
Posts: 9
Joined: Fri Oct 17, 2025 10:10 pm

Linker Errors

Post 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
User avatar
idle
Always Here
Always Here
Posts: 6014
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Linker Errors

Post 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
RogerTunnicliffe
New User
New User
Posts: 9
Joined: Fri Oct 17, 2025 10:10 pm

Re: Linker Errors

Post by RogerTunnicliffe »

thx idle
Turns out it was libssl-dev
thx for pointing me in the right direction
Cheers
Roger
Post Reply