Commit a7b71061834f338e82f1e4977489e35b1e7faf68
1 parent
944ffc39
Updated LD path.
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/php.sh
| ... | ... | @@ -3,6 +3,6 @@ PHPRC=/usr/local/zend/etc |
| 3 | 3 | export PHPRC |
| 4 | 4 | PHP_PEAR_SYSCONF_DIR=/usr/local/zend/etc |
| 5 | 5 | export PHP_PEAR_SYSCONF_DIR |
| 6 | -LD_LIBRARY_PATH="/usr/local/zend/lib/php_extensions:$LD_LIBRARY_PATH" | |
| 6 | +LD_LIBRARY_PATH="/usr/lib32:/usr/local/zend/lib:/usr/local/zend/lib/php_extensions:$LD_LIBRARY_PATH" | |
| 7 | 7 | export LD_LIBRARY_PATH |
| 8 | 8 | exec /usr/local/zend/bin/php "$@" | ... | ... |