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

apc.so file not found #5618

Closed
kaffineaddict opened this issue Feb 12, 2016 · 4 comments
Closed

apc.so file not found #5618

kaffineaddict opened this issue Feb 12, 2016 · 4 comments

Comments

@kaffineaddict
Copy link

Builds failing because apc extension cannot be found. Happens in 5.6 and 7

PHP Warning:  PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/7.0.3/lib/php/extensions/no-debug-zts-20151012/apc.so' - /home/travis/.phpenv/versions/7.0.3/lib/php/extensions/no-debug-zts-20151012/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0

Build

@BanzaiMan BanzaiMan added the php label Feb 12, 2016
@BanzaiMan
Copy link
Contributor

Did this ever work on PHP 7?

@kaffineaddict
Copy link
Author

I have never used it before. According to the documentation it should work. It fails in PHP 5.5 and 5.6 as well.

Documentation
5.5 file not found
5.6 file not found

@PHLAK
Copy link

PHLAK commented Apr 6, 2016

I'm also having trouble getting apc to work for PHP version 5.5, 5.6 and 5.7

See this build and other builds for this repo.

@BanzaiMan
Copy link
Contributor

I think this is a documentation issue. apc, as I understand it, is an old extension that has not been updated in years. http://php.net/apc

@BanzaiMan BanzaiMan added the docs label Apr 19, 2016
BanzaiMan added a commit to travis-ci/docs-travis-ci-com that referenced this issue Apr 19, 2016
It is not available for PHP 5.5 or 5.6.

Fixes travis-ci/travis-ci#5618
cebe pushed a commit to yiisoft/yii2 that referenced this issue Dec 1, 2016
Trusty does not have APC preinstalled (see
travis-ci/travis-ci#5618,
travis-ci/travis-ci#6853) so we need to
install it manually using PECL. `yes ''` allows to skip prompts and fill
it with default values.
cebe pushed a commit to yiisoft/yii2 that referenced this issue Dec 1, 2016
Trusty does not have APC preinstalled (see
travis-ci/travis-ci#5618,
travis-ci/travis-ci#6853) so we need to
install it manually using PECL. `yes ''` allows to skip prompts and fill
it with default values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants