Hey guys,
Im trying to install Phalcon on my Dreamhost VPS but after successive attempts I'm still having the same problem: Phalcon doesn't show up on phpinfo()...
I'll show you what I did until now:
1)
Ubuntu
sudo apt-get install php5-dev libpcre3-dev gcc make php5-mysql
2)
git clone --depth=1 git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install
-- no problems when compiling --
3)
Ubuntu/Debian: Add a file called 30-phalcon.ini in /etc/php5/conf.d/ with this content: extension=phalcon.so
Then I restarted my server and I got nothing about phalcon on phpinfo. I just got this on phpinfo():
Additional .ini files parsed: /etc/php55/conf.d/30-phalcon.ini
So what I did:
4)
Copied phalcon.so to my extension_dir on : "/usr/local/php55/lib/php/extensions/no-debug-non-zts-20121212"
5)
Added:
"extension=phalcon.so"
to
"/etc/php55/php.ini".
6) Restarted server and... nothing
Thank you