Hoi Joost

From the previous posts, I recalled that you compiled from source and that there was a problem with some symlinks to libraries.


$cat ./modules/mysql.mk
HAS_MYSQL = yes

That file written by ./build.sh, the content is depending if the mysqlclient-dev library was available ("/usr/include/mysql/mysql.h")

You might want to run the build process again.

Peter Reijnders



Joost van der Meijden schreef op 2013-09-26 18:24:
How can I check if MySQL thing is installed? Cause I got the error:
../scripts/application/biedingen.js:28:TypeError: Ape.MySQL is not a
constructor

Using code:

var sql = new Ape.MySQL('localhost', 'user', 'password', 'database');
 sql.onConnect = function() {
 Ape.log('Connected to mysql server');
 }

 --
 --
 You received this message because you are subscribed to the Google
 Groups "APE Project" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to
 [email protected]
 For more options, visit this group at
 http://groups.google.com/group/ape-project?hl=en [1]
 ---
 APE Project (Ajax Push Engine)
 Official website : http://www.ape-project.org/ [2]
 Git Hub : http://github.com/APE-Project/ [3]

 ---
 You received this message because you are subscribed to the Google
Groups "APE Project" group.
 To unsubscribe from this group and stop receiving emails from it,
send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out [4].


Links:
------
[1] http://groups.google.com/group/ape-project?hl=en
[2] http://www.ape-project.org/
[3] http://github.com/APE-Project/
[4] https://groups.google.com/groups/opt_out

--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

--- You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to