HOW TO : Upgrade Apache 1.x or 2.x to 2.0.58

Hi,

I got the following error building apache 2 (old one is 1).
These steps went great:
cd /usr/local/directadmin/customapache
./build update
./build clean
./build update_data_ap2
./build convert
./build apache_2
./build php_ap2 n
./build mod_perl_ap2

But this one gave an aborting:
Code:
./build mod_frontpage_ap2
*** Cannot find /usr/local/frontpage/version5.0/apache2/mod_frontpage.c. Aborting ***

When I search for this mod_frontpage.c file it can only be found in
Code:
locate mod_frontpage.c
/usr/local/directadmin/customapache/mod_frontpage.c

How to fix this?
 
Code:
site:/usr/local/directadmin/customapache# ./build php_ap2 n
cat: /etc/redhat-release: No such file or directory
cat: /etc/redhat-release: No such file or directory
Found /usr/local/directadmin/customapache/php-4.4.8.tar.gz
Extracting ...
Done.
(Stripping trailing CRs from patch.)
patching file php-4.4.8/ext/standard/mail.c
ln: `/usr/lib/libltdl.so': File exists
Configuring php-4.4.8...
Done Configuration.
Can't open Makefile: No such file or directory.
Trying to make php...
make: *** No targets specified and no makefile found.  Stop.
site:/usr/local/directadmin/customapache#

I have this error. I'm using Debian
 
Something is empty... most likely your configure.php. Try:
Code:
./build clean
rm -f configure.*
rm -f *.gz
./build update
./build update_data_ap2
./build php_ap2 n
John
 
mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.lo modperl_config.lo modperl_cmd.lo modperl_options.lo modperl_callback.lo modperl_handler.lo modperl_gtop.lo modperl_util.lo modperl_io.lo modperl_io_apache.lo modperl_filter.lo modperl_bucket.lo modperl_mgv.lo modperl_pcw.lo modperl_global.lo modperl_env.lo modperl_cgi.lo modperl_perl.lo modperl_perl_global.lo modperl_perl_pp.lo modperl_sys.lo modperl_module.lo modperl_svptr_table.lo modperl_const.lo modperl_constants.lo modperl_apache_compat.lo modperl_error.lo modperl_debug.lo modperl_common_util.lo modperl_common_log.lo modperl_hooks.lo modperl_directives.lo modperl_flags.lo modperl_xsinit.lo modperl_exports.lo -Wl,-E -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread -lc -lcrypt \
-o mod_perl.so
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[1]: *** [mod_perl.so] Error 1
make[1]: Leaving directory `/usr/local/directadmin/customapache/mod_perl-2.0.3/src/modules/perl'
make: *** [modperl_lib] Error 2

*** The make has failed, do you want to try to make again? (y,n):

I got this error when doing

./build mod_perl_ap2

As a consequence, suddenly outlook gives this error

The connection to the server has failed. Account: 'x', Server: 'mail.x', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10060, Error Number: 0x800CCC0E

It's also possible this is due to a recent update of DA software (I did this before the apache upgrade, the previous version was 1.5 year outdated)
 
Back
Top