I used the builded version from the download link. But I'm not that good in installing servers. I'm just a programmer.
If I understand it right I should excecute this line in my terminal and then it should work fine: $cat ./modules/mysql.mk HAS_MYSQL = yes ? When I'm not understanding it right can you tell me in Dutch what I should do? Thnx for your quick reaction! Joost van der Meijden > HAS_MYSQL = yes > Op 26 sep. 2013 om 19:10 heeft [email protected] het volgende > geschreven: > > 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 a topic in the > Google Groups "APE Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ape-project/0PABlmcGGkE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit 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.
