php
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
php [2010/05/13 20:45] – created k2patel | php [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
<code bash> | <code bash> | ||
pear config-set preferred_state alpha | pear config-set preferred_state alpha | ||
+ | </ | ||
+ | |||
+ | ==== suPHP ==== | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | Try running following before configure: | ||
+ | |||
+ | <code bash> | ||
+ | libtoolize --force | ||
+ | aclocal | ||
+ | autoheader | ||
+ | automake --force-missing --add-missing | ||
+ | autoconf | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== RedHat related configure ===== | ||
+ | <code bash> | ||
+ | ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --prefix=/ | ||
</ | </ |
php.1273783545.txt.gz · Last modified: 2020/08/10 02:30 (external edit)