Jump to content
  • 0
hadiesyafiq

Make Sql failed

Question

Hi...i try to compile ./configure

Make clean

Make sql

But i got this 2 error...can someone help me how to fix this?

O2K8WGfh.jpg

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0
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?

O2K8WGfh.jpg

mariadb ? if yes >>> apt-get install libmariadbclient-dev

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.