Jump to content
  • 0

Can't compile with SQL?


master257

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   1
  • Joined:  01/07/12
  • Last Seen:  

Im trying to use ./configure --with-mysql but all im getting is yes is not executable.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

I think u need to do this:

./configure
make sql

Compiling

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Im trying to use ./configure --with-mysql but all im getting is yes is not executable.

Is the error saying the configure script is not executable?

This wiki page explains how to fix that: Configure#Setting_executable_bit

chmod +x ./configure

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   1
  • Joined:  01/07/12
  • Last Seen:  

No, It was simply a problem with yes (/usr/bin/yes) i know how to make things executable but yes already is executable. I ended up getting it to work by doing

./configure mysql make mysql

either way, i think the way its compiled was changed because I used to have to do

./configure --with-mysql

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...