Update Apache 1.3.x to 2.x

Thanks :) but...

Code:
>./build convert
cat: /etc/redhat-release: No such file or directory
cat: /etc/redhat-release: No such file or directory
File already exists:    httpd.conf
File already exists:    ssl.conf
File already exists:    httpd_2
File already exists:    httpd_2_debian
Using xxx.xxx.xx.xxx for your server IP
./build: line 2006: /sbin/chkconfig: No such file or directory
 
Code:
>./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-5.2.3.tar.gz
Extracting ...
Done.
patching file php-5.2.3/ext/standard/mail.c
ln: `/usr/lib/libltdl.so': File exists
Configuring php-5.2.3...
Done Configuration.
Can't open Makefile: No such file or directory.
Trying to make php...
make: *** No targets specified and no makefile found.  Stop.


>/etc/init.d/httpd start
Starting httpd: Syntax error on line 66 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: cannot open shared object file: No such file or directory

:(
 
Last edited:
Back
Top