[Web]
谁能帮我看一下安装的问题!!!
我在RH7.3系统上安装APAHCE1.3.29+PHP4.3.4+SSL2.8.16平台。
整个步聚如下:
一、配置APACHE1.3.29
./configure --prefix=/server/apache
最后显示:
Creating Makefile in src/support
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/modules/standard
二、配置PHP4.3.4
./configure --prefix=server/php --with-mysql=/server
/mysql --with-apache=../apache1.3.29 --enable-track-vars
最后显示:
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
configure: error: Invalid Apache directory - unable to find httpd.h under /home/zjs/apache1.3.29
但这个文件在 ./src/include/httpd.h 目录下
make
make install
三、配置Mod_SSL
./configure --with-apache=../apache_1.3.29 --refix=/server/mod_ssl
最后显示:
Done: source extension and patches successfully applied.
Now proceed with the following commands (Bourne-Shell syntax):
$ cd ../apache_1.3.29
$ SSL_BASE=/path/to/openssl ./configure ... --enable-module=ssl
$ make
$ make certificate
$ make install
四、配置并安装APACHE1.3.29
./configure --prefix=/server/apache --enable-mod
ule=ssl --activate-module=src/modules/php4/libmodphp4.a --enable-shared=ssl
最后显示:
Configuring for Apache, Version 1.3.29
+ using installation path layout: Apache (config.layout)
+ activated modphp4 module (modules/php4/libmodphp4.a)
Creating Makefile
Creating Configuration.apaci in src
+ enabling mod_so for DSO support
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
o ssl_module uses ConfigStart/End
+ SSL interface: mod_ssl/2.8.16
+ SSL interface build type: DSO
+ SSL interface compatibility: enabled
+ SSL interface experimental code: disabled
+ SSL interface conservative code: disabled
+ SSL interface vendor extensions: disabled
+ SSL interface plugin: Built-in SDBM
+ SSL library path: [SYSTEM]
+ SSL library version: OpenSSL 0.9.6b [engine] 9 Jul 2001
+ SSL library type: installed package (system-wide)
+ enabling Extended API (EAPI)
+ using system Expat
+ using -ldl for vendor DSO support
+ checking sizeof various data types
+ doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/modules/standard
Creating Makefile in src/modules/ssl
Creating Makefile in src/modules/php4
执行编译:
[root@ivantree apache_1.3.29]# make
make[4]: *** [mod_php4.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/zjs/apache_1.3.29/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/zjs/apache_1.3.29'
make: *** [build] Error 2
请问问题出在哪里呀!!
因为我太菜了所以看不出什么问题,望各位能提供方案!!
帮助解决!!
或者您有更好的建议,望能帮助!!
在此深表感谢!!!!