Hide Forgot
Description of problem: On a zend-6.1 application, checking the environment variables. [zd1-qiuzhang.dev.rhcloud.com 5294422ccdfdbc6465000028]\> env |grep -i path LD_LIBRARY_PATH=/var/lib/openshift/5294422ccdfdbc6465000028/zend/php-5.4/lib:/opt/rh/ruby193/root/usr/lib64 PATH=:/bin:/usr/bin:/usr/sbin No zend cartridge path like zend-5.6: zend56-walter.dev.rhcloud.com 5294641ff27d2c2e77000007]\> env |grep -i path OPENSHIFT_ZEND_PATH_ELEMENT=/usr/local/zend/bin PATH=/usr/local/zend/bin:/usr/local/zend/bin::/bin:/usr/bin:/usr/sbin Version-Release number of selected component (if applicable): vvitek-Zend-QE-preserve How reproducible: always Steps to Reproduce: 1. Create an zend-6.1 application rhc app create zd1 zend-6.1 2. SSH to the gear and check the env variables env |grep -i path 3. Actual results: Env variable OPENSHIFT_ZEND_PATH_ELEMENT is missing for zend-6.1 [zd1-qiuzhang.dev.rhcloud.com 5294422ccdfdbc6465000028]\> env |grep -i path LD_LIBRARY_PATH=/var/lib/openshift/5294422ccdfdbc6465000028/zend/php-5.4/lib:/opt/rh/ruby193/root/usr/lib64 PATH=:/bin:/usr/bin:/usr/sbin Expected results: Cartridge path like zend-5.6 should be added. zend56-walter.dev.rhcloud.com 5294641ff27d2c2e77000007]\> env |grep -i path OPENSHIFT_ZEND_PATH_ELEMENT=/usr/local/zend/bin PATH=/usr/local/zend/bin:/usr/local/zend/bin::/bin:/usr/bin:/usr/sbin Additional info:
Already addressed in https://github.com/openshift/li/pull/2187.
Tested on devenv_4076. [zd1-qiuzhang.dev.rhcloud.com 5295574115d5b55e1d000007]\> env |grep -i path OPENSHIFT_ZEND_PATH_ELEMENT=/var/lib/openshift/5295574115d5b55e1d000007/zend/php-5.4/bin LD_LIBRARY_PATH=/var/lib/openshift/5295574115d5b55e1d000007/zend/php-5.4/lib PATH=/var/lib/openshift/5295574115d5b55e1d000007/zend/php-5.4/bin:/var/lib/openshift/5295574115d5b55e1d000007/zend/php-5.4/bin::/bin:/usr/bin:/usr/sbin Mark the bug as verified.