Hi All,
Permission to posts.
I am using to FedoraCore21 and tried to install phalcon.
I follow the instructions:
yum install php-devel pcre-devel gcc make Loaded plugins: langpacks Package php-devel-5.6.8-1.fc21.x86_64 already installed and latest version Package pcre-devel-8.35-11.fc21.x86_64 already installed and latest version Package gcc-4.9.2-6.fc21.x86_64 already installed and latest version Package 1:make-4.0-3.fc21.x86_64 already installed and latest version Nothing to do
Compilation
- To create the extension from C source follow these steps: git clone --depth=1 git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install
Add the extension to your php.ini:
extension=phalcon.so I added to the last line of my php.ini
and did restart my httpd.
I check the loaded library but phalcon.so is not loaded.
PLS HELP...