Finally all works fine.
### option.conf ###
default_php=4
php4_cli=no
php4_cgi=yes
php5_cli=no
php5_cgi=yes
apache_ver=1.3
dovecot=no
### ERROR 1 ###
configure: error: Cannot find libzzip
*** There was an error while trying to configure php. Check the configure/suphp/configure.php4 file
### Solution ###
./build zzip
Question, why ./build all not first build this ?
### ERROR 2 ###
Type: /etc/init.d/httpd restart
Stopping httpd:
Starting httpd: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-suphp.conf:
Cannot add module via name 'mod_suphp.c': not in list of loaded modules
### Solution ###
edit -> /etc/httpd/conf/extra/httpd-suphp.conf
and remove line: AddModule mod_suphp.c
#ORGINAL#
AddModule mod_suphp.c
LoadModule suphp_module /usr/lib/apache/mod_suphp.so
<IfModule mod_suphp.c>
AddHandler x-httpd-php5 5
AddHandler x-httpd-php4 .inc .php .php3 .php4 .phtml
<Location />
suPHP_Engine on
suPHP_ConfigPath /usr/local/etc/php5/cgi/
suPHP_AddHandler x-httpd-php5
suPHP_AddHandler x-httpd-php4
</Location>
</IfModule>
#EDITED#
LoadModule suphp_module /usr/lib/apache/mod_suphp.so
<IfModule mod_suphp.c>
AddHandler x-httpd-php5 5
AddHandler x-httpd-php4 .inc .php .php3 .php4 .phtml
<Location />
suPHP_Engine on
suPHP_ConfigPath /usr/local/etc/php5/cgi/
suPHP_AddHandler x-httpd-php5
suPHP_AddHandler x-httpd-php4
</Location>
</IfModule>
### ERROR 3 ###
suphp.conf umask wrong !
orginal: umask=0077
### Solution ###
nano -w /usr/local/suphp/etc/suphp.conf
change ex: umask=0122
### ERROR 4 ###
Typo: /etc/httpd/conf/extra/httpd-suphp.conf
AddHandler x-httpd-php5 5
### solution ###
Fix: AddHandler x-httpd-php5 .php5
--with-openssl
Zoner, about zzip, it's included into all doPhp() functions (checkZZip), if /usr/local/lib/libzzip.so doesn't exist it builds zzip by default. All the other problems are fixed and a new script will be uploaded soon. umask will be 0022 and not 0122, why do you want 0122?
Zoner, about zzip, it's included into all doPhp() functions (checkZZip), if /usr/local/lib/libzzip.so doesn't exist it builds zzip by default.
So, why checkit not worked ? i needed manually build it, then ./build all going to end without errors
Don't you see a zzip entry when executing "./build all"?
Maybe because it's not installed
There is no libgdbm.so.3.0.0 on all systems, because version numbers are different, also, the path can be different too.
Now please type 'make' to build libperl.so
Checking CGI.pm VERSION..........ok
Checking for LWP::UserAgent......failed
Can't locate LWP/UserAgent.pm in @INC (@INC contains: ./lib /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 1179.
The libwww-perl library is needed to run the test suite.
Installation of this library is recommended, but not required.
Checking for HTML::HeadParser....failed
Can't locate HTML/HeadParser.pm in @INC (@INC contains: ./lib /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 1199.