| 80 | | WARNING: If you're using something like /usr/local/php/bin/phpize which isn't the 1st one found in $PATH, remember to configure --with-php-config=/usr/local/php/bin/php-config, exactly the same directory as phpize |
| | 80 | WARNING: If you're using something like /opt/php/bin/phpize which isn't the 1st one found in $PATH, remember to configure --with-php-config=/opt/php/bin/php-config, exactly the same directory as phpize |
| | 81 | ====== Special path ====== |
| | 82 | {{{ |
| | 83 | #!ShellExample |
| | 84 | ~/src/xcache-build $ PATH="/opt/php/bin/:$PATH" ../xcache/configure \ |
| | 85 | --with-php-config=/opt/php/bin/php-config \ |
| | 86 | --enable-xcache \ |
| | 87 | --enable-xcache-coverager |
| | 88 | (line is broken up for readability) |
| | 89 | ~/src/xcache-build $ make |
| | 90 | }}} |