It's finally works. I used this instruction:
http://groups.google.com/group/ape-project/browse_thread/thread/1bf245c1bc1aa1d7/18aca5f32c11107a?lnk=gst&q=utan#18aca5f32c11107a


On 3 Cze, 15:09, Nickowski <[email protected]> wrote:
> I have changed ip number from 127.0.0.1 to 127.0.0.1:3306 and I
> recived new error: /usr/bin/aped: symbol lookup error: /usr/lib/ape/
> libmod_spidermonkey.so: undefined symbol: scramble.
>
> On Jun 1, 8:33 am, Nickowski <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi
>
> > I'm trying to accomplish connection with mysql database with ape.
>
> > My test code:
>
> > var = sql = new Ape.MySql('127.0.0.1', 'root', 'root'', 'db_name');
>
> > sql.onConnect = function() {
>
> >  Ape.log('You are now connected');
>
> > }
>
> > sql.onError = function(errorNo) {
>
> >  Ape.log('Connection error: ' + errorNo + ' ' + this.errorString());
>
> > }
>
> > ...
>
> > Error:
>
> > libape-spidermonkey.c:2204 - JavaScript : Connection error: 12 No such
> > file or directory
>
> > Please help :)

-- 
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