Bug 803467
Summary: | Unable to install PHP modules via deplist.txt | ||
---|---|---|---|
Product: | OKD | Reporter: | Wesley Hearn <whearn> |
Component: | Containers | Assignee: | Rob Millner <rmillner> |
Status: | CLOSED CANTFIX | QA Contact: | libra bugs <libra-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 2.x | CC: | atodorov, dmcphers, mfisher, rmillner |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-11-14 21:35:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Wesley Hearn
2012-03-14 19:21:30 UTC
A user story is needed for allowing binary (PECL) extensions to be requested by the application. This is not supported today. User story US2184 was created to track the feature request. A useful project would be to add more of the commonly required PHP extensions as dependencies for our PHP cartridge. Lets do that for this bugzilla ticket and the schedule the user story as it fits. User story US2119 was already open to track this issue. Closed US2184. Same issue or related: 1) Add pecl/json in deplist.txt 2) git push remote: Checking pear: pecl/json remote: remote: downloading json-1.2.1.tgz ... remote: Starting to download json-1.2.1.tgz (17,780 bytes) remote: ......done: 17,780 bytes remote: 11 source files, building remote: running: phpize remote: Cannot find config.m4. remote: Make sure that you run '/usr/bin/phpize' in the top level source directory of the module remote: remote: ERROR: `phpize' failed 3) From the OpenShift console: [drupal-otb.rhcloud.com ~]\> pear list -a Installed packages, channel __uri: ================================== (no packages installed) Installed packages, channel doc.php.net: ======================================== (no packages installed) Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.10 stable Auth_SASL 1.0.6 stable Cache_Lite 1.7.15 stable Console_Getopt 1.3.1 stable DB 1.7.14 stable HTTP_Request 1.4.4 stable Mail 1.2.0 stable Net_SMTP 1.6.1 stable Net_Socket 1.0.10 stable Net_URL 1.0.15 stable PEAR 1.9.4 stable Structures_Graph 1.0.4 stable XML_Parser 1.3.4 stable XML_Util 1.2.1 stable Installed packages, channel pecl.php.net: ========================================= (no packages installed) [drupal-otb.rhcloud.com ~]\> Shows no json installed but I can successfully execute the json_encode function in my script. anyone ping? It's been 6 months but I still can't install this package pecl/json. Any progress? We've tried a few times to get PECL installs to work in the general case. The JSON is one of the ones that we're not able to fix enough for end-user installation. The JSON module is provided in the base OS and is usable. |