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

Presumed apc.ini location is incorrect for Ubuntu 14.04 #13

Open
ltcdnunez opened this issue Aug 17, 2014 · 3 comments
Open

Presumed apc.ini location is incorrect for Ubuntu 14.04 #13

ltcdnunez opened this issue Aug 17, 2014 · 3 comments

Comments

@ltcdnunez
Copy link

When attempting to run this recipe on Ubuntu 14.04, I encountered an error regarding the location of the apc.ini file. The recipe installs PHP 5.5 (with which I do not believe Magento is even technically compatible). Part of the issue seems to be that PHP 5.5 uses the new Zend OpCache and APC is now replaced by APCu in the package php-apc. Thus, the location /etc/php5/conf.d being used in the recipe does not exist: https://github.com/yevgenko/cookbook-magento/blob/master/recipes/default.rb#L23. The error was: No such file or directory - /etc/php5/conf.d.

I think the possible fix here might be either specifying that PHP is installed with a specific version (that is less than 5.5) or fixing the portion of the recipe that deals with APC to search in the correct location, which appears to be /etc/php5/fpm/conf.d/20-apcu.ini. Any thoughts on this?

@ltcdnunez ltcdnunez changed the title Presumed apc.ini location is incorrect Presumed apc.ini location is incorrect for Ubuntu 14.04 Aug 17, 2014
@ltcdnunez
Copy link
Author

I realized after creating this issue that this probably boils down to this cookbook not yet supporting Ubuntu 14.04. Perhaps the question/issue should really be about whether support for that OS version is eventually intended, seeing as it's the new LTS release.

@brint
Copy link
Collaborator

brint commented Aug 23, 2014

Hi @ltcdnunez, support for 14.04 will be added at some point. I don't think any of us have had a chance to make that happen yet.

@ltcdnunez
Copy link
Author

Gotcha. Thanks for the update.

cwebberOps added a commit to cwebberOps/cookbook-magento that referenced this issue Oct 16, 2014
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

Successfully merging a pull request may close this issue.

2 participants