Commit 944ffc392bd8d4bc02f0a7f2b68176291f07323f
1 parent
374cca9c
Added php-extensions path.
Showing
7 changed files
with
7 additions
and
7 deletions
scripts/diagnoseIndexing.sh
scripts/indexMigrationTask.sh
scripts/indexingTask.sh
scripts/optimizeIndexes.sh
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:$LD_LIBRARY_PATH" | |
| 6 | +LD_LIBRARY_PATH="/usr/local/zend/lib/php_extensions:$LD_LIBRARY_PATH" | |
| 7 | 7 | export LD_LIBRARY_PATH |
| 8 | 8 | exec /usr/local/zend/bin/php "$@" | ... | ... |
scripts/registerExtractorTypes.sh