User Tools

Site Tools


php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
php [2010/05/13 20:45]
k2patel created
php [2014/12/11 19:06]
k2patel [pear]
Line 7: Line 7:
 pear config-set preferred_state alpha pear config-set preferred_state alpha
 </​code>​ </​code>​
 +
 +==== suPHP ====
 +
 +<note warning>​configure:​ error: cannot find install-sh, install.sh, or shtool in config "​."/​config</​note>​
 +
 +Try running following before configure: ​
 +
 +<code bash>
 +libtoolize --force
 +aclocal
 +autoheader
 +automake --force-missing --add-missing
 +autoconf
 +</​code>​
 +
php.txt ยท Last modified: 2020/08/10 02:35 (external edit)