I have a 512MB Digital Ocean droplet and tried what you suggested. I still got the same error on a 1GB droplet (although I also got lots of "exhausted resources" errors on the 1GB as well. I resized to the 8GB and it built fine.
On Saturday, November 16, 2013 4:31:10 PM UTC-8, Adrian Brown wrote: > > This is a follow up to my original post Something Missing > > It would appear that to compile APE from source you need at least 1GB > memory > > less than 1GB and it fails with the /usr/bin/ld: cannot find -ljs_static > error > > You can test this your self > > create a 512MB droplet > > login as root > > run > > apt-get update > apt-get upgrade > *apt-get install build-essential libmysqlclient-dev zip git* > *cd /* > *cd opt* > *git clone https://github.com/APE-Project/APE_Server.git > <https://github.com/APE-Project/APE_Server.git>* > *cd APE_Server* > *./build.sh* > > > *The build fails with 2 errors you can rebuild it 100 time and it will not > work.* > > *Follow the same instructions with a 1GB droplet it fails with the mysql > error rebuild again and it works* > > *If you create a 512GB droplet than resize it to one gig it works. So if > you want to run ape and a digital ocean 512MB VPS* > *Create a 512MB Droplet. Resize it to 1GB build APE then resize the > droplet to 512MB* > > *If other digital ocean users want to test & confirm this, that would be > great. Once its confirmed by at least one other user I will tidy up doco > and submit it for inclusion in the wiki* > > -- -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
