Jump to content
  • 0
Petey Pablo

make clean & make sql problem need help

Question

Im using centOS 6 32bit.

make fails with the following error: make sql make: *** No rule to make target `sql'. Stop.

Screenshot

2e56zib.jpg

Edited by WillSuranol
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

Hi WillSuranol,

It seems like you're missing some libraries required for the configuration... I would try,

yum -y install mysql-devel

  • Love 1
Link to comment
Share on other sites

@Asura

You need to configure it first.

./configure

When I run ./configure I get the following error :

configure: error: MySQL not found or incompatible

Any idea what's wrong?

Edited by WillSuranol
Link to comment
Share on other sites

You need to either, install MySQL server or the version you have installed is to old so you need to update it by running

yum update

Nothing happens. please help me to solve this problem. anyone?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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