Note that there are some explanatory texts on larger screens.

plurals
  1. POQ4M MySql message queue compilation fails with dozen of errors
    primarykey
    data
    text
    <p>I'm trying to compile Q4M (<a href="http://q4m.31tools.com" rel="nofollow noreferrer">http://q4m.31tools.com</a>) for MySql 5.1.44 since there is not a precompiled package available for this release.</p> <p>The installation instructions seem straightforward (<a href="http://q4m.31tools.com/install.php" rel="nofollow noreferrer">http://q4m.31tools.com/install.php</a>) but I did have to put the files in others dirs than mentioned - maybe because I'm using Ubuntu. </p> <p>Here's what I did so far:</p> <p>1) Downloaded MySql 5.1.44 source from <a href="http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.44.tar.gz/from/http://mirrors.ircam.fr/pub/mysql/" rel="nofollow noreferrer">http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.44.tar.gz/from/http://mirrors.ircam.fr/pub/mysql/</a> and unpacked it to "/home/elu/Desktop/mysql-5.1.44"</p> <p>2) Download Q4M source from <a href="http://q4m.31tools.com/dist/q4m-0.9.tar.gz" rel="nofollow noreferrer">http://q4m.31tools.com/dist/q4m-0.9.tar.gz</a> and unpacked it to "/home/elu/Desktop/q4m-0.9"</p> <p>3) I got into the Q4M dir and did:<br> <code> $ ./configure<br>...<br> checking for mysql source code... configure: error: "no mysql source provided" </code></p> <p>4) I figured I needed to supply --with-mysql argument as indicated by the argumentation so I did:<br> <code> $ ./configure<br>...<br> checking for mysql source code... "/home/elu/Desktop/mysql-5.1.44"<br> failed to lacate mysql 5.1 installation<br> Please specify mysql 5.1 directory with --prefix option. </code></p> <p>Now I'm stuck. The manual says that providing MySql installation directory is optional so why does it ask me to provide it? </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload