We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Precompiled phalcon for ubuntu

Apparantly I ran out of memory (gcc internal compiler error) when trying to compile Phalcon on a 512mb virtual server. So though I'd ask if there is any prebuilt versions of phalcon ready to use like on windows.

To solve the gcc internal compiler error you can compile from ext:

git clone https://github.com/phalcon/cphalcon
cd cphalcon/ext
sudo ./install