This shows you the differences between the selected revision and the current version of the page.
|
litespeed_wiki:php:lsapi:troubleshoot 2012/10/15 20:27 |
litespeed_wiki:php:lsapi:troubleshoot 2013/03/27 14:24 current |
| | # ./buildconf --force | | # ./buildconf --force |
| | </code> | | </code> |
| | + | |
| | | | |
| | ===== Possible errors and their fixes ===== | | ===== Possible errors and their fixes ===== |
| | </code> | | </code> |
| | | | |
| | + | ---- |
| | | | |
| | + | **Error Message:** |
| | + | <code> |
| | + | Forcing buildconf |
| | + | buildconf: checking installation... |
| | + | buildconf: autoconf version 2.59 (ok) |
| | + | buildconf: Your version of autoconf likely contains buggy cache code. |
| | + | Running vcsclean for you. |
| | + | To avoid this, install autoconf-2.13. |
| | + | Can't figure out your VCS, not cleaning. |
| | + | </code> |
| | + | |
| | + | **Cause:** 'autoconf' program is buggy in the build system. |
| | + | |
| | + | **Fix:** Install 'autoconf213' program. |
| | + | |
| | + | <code> |
| | + | CentOS: yum install autoconf213(.x86_64) |
| | + | Ubuntu (32bit or 64bit): apt-get install autoconf2.13 |
| | + | |
| | + | export PHP_AUTOCONF=/usr/bin/autoconf-2.13 |
| | + | export PHP_AUTOHEADER=/usr/bin/autoheader-2.13 |
| | + | </code> |
| | | | |
| | | | |