Hello, Thank you for your answers. I got the message :
/usr/bin/aped: symbol lookup error: /usr/lib/ape/ libmod_spidermonkey.so: undefined symbol: scramble after adding the line "examples/MySQLDemo.js" in the main.ape.js and when I launched ./aped (my MySQLDemo.js file contains some custom commands to log raw in my database). To solve it, I downloaded APE_Server-1.1.0.src.tar.gz and recompiled libmod_spidermonkey.so. And replace my old libmod_spidermonkey.so with the new in: /usr/lib/ape @Pablo : for mootools, I downloaded new sources here http://www.ape-project.org/download/APE_Complete_Package.html but mootools-core is the 1.2.5 release (./Source/mootools-core.js). I tried to replace it with mootools-core 1.3.2 but I got problems. The only issue I found was to change my mootools 1.3.2 with mootools 1.2.5 in my website. Otherwise I got the message : Uncaught TypeError: Property '$family' of object [object Object],[object Object] is not a function mootools.js:44 and for line 44 : if (item.$family) return item.$family(); 2011/5/20 Anthony Catel <[email protected]> > Interesting. > > If someone else is experiencing the same issue, please let me know. > > Le 20/05/2011 10:29, petitbonhomme a écrit : > > Hi all, >> >> I upgraded my ape-server, but when I added the script MySQLDemo.js to >> my main.ape.js >> >> I got this error : >> >> /usr/bin/aped: symbol lookup error: /usr/lib/ape/ >> libmod_spidermonkey.so: undefined symbol: scramble >> >> I had a look to my ape.conf >> >> Config { >> #relative to ape.conf >> modules = /usr/lib/ape/ >> modules_conf = /etc/ape/ >> } >> >> All paths seem to be right. >> >> any idea ? >> >> Thank you. >> >> > -- > 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 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/
