-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS release 5.9 (Final) install error #1602
Comments
What version of Phalcon do you use? |
latest version from github |
Could you please try to build Phalcon from ext/, not from build/? cd ext
phpize
./configure
make
sudo make install and see if it works? |
This is PHP 5.2 and I am afraid it is not supported. |
Yes. Version PHP was wrong. Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[root@mashine ~]# uname -a
Linux ***.clients.your-server.de 2.6.18-348.6.1.el5 #1 SMP Tue May 21 15:29:55 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/build
./install
get error
/usr/local/src/cphalcon/build/64bits/phalcon.c:100080: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
make: * [phalcon.lo] Error 1
The text was updated successfully, but these errors were encountered: