• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Linux, Boinc, Libcurl errors

  • Thread starter Deleted member 88227
  • Start date
D

Deleted member 88227

Guest
Running CentOS 7. New install.

Error I am getting:

checking for curl-config... no
checking whether libcurl is usable... no
configure: error:
================================================================================
ERROR: could not find (recent enough) development-libs for libcurl.

If libcurl-dev is installed on your system, make sure that the script
'curl-config' is found in your PATH, and that
'curl-config --version' gives something recent enough (see above).

You can download libcurl from: http://curl.haxx.se/

================================================================================

Command ran to get above error:
./configure --disable-server --enable-optimize

Guide I am following:
https://hardforum.com/threads/centos-7-boinc-install-guides.1854569/

Help?
 
Fixed the issue with:

yum groupinstall "Additional Development" "Development tools" "Desktop Platform Development" "Server Platform Development"
 
Back
Top