Bug 8121 - php opcache extension doesn't get installed
Summary: php opcache extension doesn't get installed
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2015.02
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-16 14:25 UTC by pud
Modified: 2015-06-03 01:06 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pud 2015-05-16 14:25:19 UTC
this happens because there's a "rm -rf $(TARGET_DIR)/usr/lib/php" on line 298 in php.mk

maybe it was rather meant to delete /usr/lib/php/build or sth?
Comment 1 pud 2015-05-17 15:58:16 UTC
a little more explaination: opcache is the only extension (i know of) that gets installed to /usr/lib/php, rather than being linked into the binary, so removing that directory also removes the extension
Comment 2 Thomas Petazzoni 2015-05-18 20:33:16 UTC
Should be fixed by http://patchwork.ozlabs.org/patch/473593/.