Skip to content
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

Closed
mzf opened this issue Nov 26, 2013 · 6 comments
Closed

CentOS release 5.9 (Final) install error #1602

mzf opened this issue Nov 26, 2013 · 6 comments

Comments

@mzf
Copy link

mzf commented Nov 26, 2013

[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

@ghost
Copy link

ghost commented Nov 27, 2013

What version of Phalcon do you use?

@mzf
Copy link
Author

mzf commented Nov 27, 2013

latest version from github
as for Oct 26

@ghost
Copy link

ghost commented Nov 27, 2013

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?

@mzf
Copy link
Author

mzf commented Nov 27, 2013

@ghost
Copy link

ghost commented Nov 27, 2013

Zend Module Api No: 20060613

This is PHP 5.2 and I am afraid it is not supported.

@mzf
Copy link
Author

mzf commented Nov 27, 2013

Yes. Version PHP was wrong. Thanks a lot!

@mzf mzf closed this as completed Nov 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants