on my debian , this works
APE with MYSQL support may error : /usr/bin/aped: symbol lookup error: /usr/lib/ape/ libmod_spidermonkey.so: undefined symbol: scramble step 1: get APE server download install step 2: get libmysqlclient-dev (maybe libmysqlclient15off) install step 3: get bunddle-maindev für gcc++ install step 4: get zip install step 5: get APE Server Dev Source ( well there are many source , i used one from a working mysql dev like : https://nodeload.github.com/APE-Project/APE_Server/tarball/fa5311f90ed21f3ff538b9578a9d5d31fb5a1fb3) run sh build.sh step 6: after recompiled libmod_spidermonkey.so. And replace my old libmod_spidermonkey.so with the new in: /usr/lib/ape step 7: add mysql.js script add to var/ape/main.ape.js include ('mysql.js'); and dont forget to update your mootools on client side or JS error comes again . -- 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/
