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

On Ubuntu newer release there's no package named php5-apc or php5-suhosin #36

Open
legendtang opened this issue Feb 14, 2015 · 1 comment

Comments

@legendtang
Copy link

Refer to this issue, PHP 5.5 has Zend OpCache built-in and APC Opcode Cache is not required. This lead to an configure error, which make PHP not work in the further installation.

E: Package 'php5-apc' has no installation candidate
E: Package 'php5-suhosin' has no installation candidate

mv: cannot stat '/etc/php5/conf.d/apc.ini': No such file or directory
./setup-debian.sh: line 292: /etc/php5/conf.d/apc.ini: No such file or directory
mv: cannot stat '/etc/php5/conf.d/suhosin.ini': No such file or directory
./setup-debian.sh: line 311: /etc/php5/conf.d/suhosin.ini: No such file or direc
tory

Please help update the bash script.
In addition, I'm running a Ubuntu 14.04 server.

@drmike
Copy link

drmike commented May 1, 2015

Just to mention, Debian 7 now has php5-suhosin built in.

https://lists.debian.org/debian-user/2013/08/msg00062.html

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