Thanks Nicolas and Pablo, I found this version Server 1.1.2-dev (Build Feb 28 2012 15:30:05), tested on production server and vmware on Ubuntu 10.04 server x32 bits.
on this link: http://www.mail-archive.com/ape-project@googlegroups.com/msg04419.html the file link is: https://github.com/APE-Project/APE_Server/tarball/fa5311f90ed21f3ff53 What I did was the following: You can ran the command as SU or as me using SUDO and entering the superuser password. Install the require library libmysqlclient15off_5.0.51a-3ubuntu5.8_i386.deb 1.- download the above version from link. 2.- untar the file. 3.- enter the folder where was untared : using command cp "folder". 4.- compile it using : sudo sh build.sh 5.- output shouldn't spit out any error. 6.- stop ape if is running sudo /etc/init.d/ape-server stop 7.- then overwrite aped and libmod_spidermonkey.so with the following commands: a.- sudo cp bin/aped /usr/bin/aped b.- sudo cp modules/lib/libmod_spidermonkey.so /usr/lib/ape/ libmod_spidermonkey.so 8.- restart server : sudo /etc/init.d/ape-server start navigate to your domain and ape port and check the version : Server 1.1.2-dev (Build Feb 28 2012 15:30:05) hope this helps, just as it did to me.. Again Nicolas and Pablo appreciate your kind help regards UTAN -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to ape-project@googlegroups.com To unsubscribe from this group, send email to ape-project+unsubscr...@googlegroups.com 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/