I was following that guide and got the php and nginx installed but when it comes to building phalcon extension, the process kinds of stalls and the ssh connection is disconnected, i have given it enough time thinking that the process might be going on and added the extension to php.ini file.
I am getting the below error when I try to restart app using ctl_app restart
[27-May-2016 12:53:24] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/var/lib/openshift/5748569b7628e19027000094/diy//runtime//php5/lib/php/extensions/no-debug-non-zts-20131226/phalcon.so' - /var/lib/openshift/5748569b7628e19027000094/diy//runtime//php5/lib/php/extensions/no-debug-non-zts-20131226/phalcon.so: cannot open shared object file: No such file or directory in Unknown on line 0
Please guide me in the right directions. I also tried recompiling using the below commands...
cd cphalcon/build/64bits
make clean
phpize --clean
$OPENSHIFT_RUNTIME_DIR/php5/bin/phpize
./configure --with-php-config=$OPENSHIFT_RUNTIME_DIR/php5/bin/php-config
make && make install
After running the last command the compiling process starts and the server just disconnects, not sure what I am missing on .