APE_Server-1.2-dev actually shows as Version : 1.1.2-dev and I can't
connect to mysql with it. There is no "APE.MySQL is not a constructor
error", but nor does the mysql actually work, or any return on
sql.connect(). It crashes once you try to use the sql.
Using an older version wasn't working either, like I said it was. It keeps
randomly crashing every day or two.
I pretty urgently need help here. I need a stable ape with working mysql.
On Thursday, April 5, 2012 5:34:15 AM UTC-4, sadtaco wrote:
>
> In my main.ape.js i put
> sql = new Ape.MySQL("/var/run/mysqld/mysqld.sock", user, pass, db);
> sql.onConnect = function() {
> Ape.log('***Connected to mysql server \n');
> }
> Same exact code I have working on a debian server.
>
> When I build from source(after installing libmysqlclient-dev,
> mysql-client, mysql-server, zip, build-essential) it loads ape but it
> doesn't give the "***Connected to mysql server" message. After running
> for a bit, and other code trying to use the mysql constructor that didn't
> connect, it says "*** glibc detected *** ./aped: free(): invalid pointer:
> 0x00007fcc2802f480 ***"
>
> With the deb package I get "symbol lookup error:
> /usr/lib/ape/libmod_spidermonkey.so: undefined symbol: scramble"
>
--
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/