-
Notifications
You must be signed in to change notification settings - Fork 136
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
Error installing #95
Comments
@ilihost please try the lastest master branch |
@ilihost Does this work? |
I'm unable to install it even by cloning from master branch and trying to compile. |
@taylorotwell , thanks for reporting! Could you please provide the logs of compiling master branch? |
Sure, this is on Ubuntu 14.04:
|
@taylorrotwell what PHP version is that, it looks like php7? The master branch doesn't support PHP 7, it supports PHP5. See issue #87 |
Yeah, it looks like PHP7. |
Yeah, PHP 7. Commented on #87 |
Hello I am having similar issue when installing runkit. Command # pecl install runkit downloading runkit-1.0.4.tgz ... |
Restarted apache after downgrading to PHP 5.6 fixed it for me |
Hello,
I get the next error:
$ pecl install runkit
(...)
/root/tmp/pear/runkit/runkit_functions.c:482: warning: dereferencing type-punned pointer will break strict-aliasing rules
make: *** [runkit_functions.lo] Error 1
ERROR: `make' failed
Using php 5.5, CentOS release 5.11 (Final) 32 bits.
The text was updated successfully, but these errors were encountered: