hadiesyafiq 7 Posted June 5, 2021 Hi...i try to compile ./configure Make clean Make sql But i got this 2 error...can someone help me how to fix this? Quote Share this post Link to post Share on other sites
0 meko 170 Posted June 5, 2021 Cannot find -lcurl means you are missing libcurl: you should install it with your package manager (apt, yum, etc). Usually this package is named libcurl-dev or curl-dev. If it tells you that the package is a virtual/meta package provided by other packages then you must pick a flavour (openssl, libressl, gnutls, etc), This means on Ubuntu you likely want to install libcurl4-openssl-dev Quote Share this post Link to post Share on other sites
0 BuLaLaKaW 7 Posted June 10, 2021 On 6/5/2021 at 4:49 PM, hadiesyafiq said: Hi...i try to compile ./configure Make clean Make sql But i got this 2 error...can someone help me how to fix this? mariadb ? if yes >>> apt-get install libmariadbclient-dev Quote Share this post Link to post Share on other sites
Hi...i try to compile ./configure
Make clean
Make sql
But i got this 2 error...can someone help me how to fix this?
Share this post
Link to post
Share on other sites