LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Differences

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
Line 39: Line 39:
# ./buildconf --force # ./buildconf --force
</code> </code>
 +
===== Possible errors and their fixes ===== ===== Possible errors and their fixes =====
Line 84: Line 85:
</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>
 
litespeed_wiki/php/lsapi/troubleshoot.txt · Last modified: 2013/03/27 14:24 by webizen
 
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.