I've said the errors already in my first post. I'll repeat

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" 


On the older ape versions I had they crash from segfaults.

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/

Reply via email to