처음으로 설치를 실행했는데...다른 거 다 설치하구
아파치 환경설정에서 멸령을 실행하구 니서
나타나는 메세지를 보니 먼가가 잘 못 된거 같아요..
매뉴얼 다 뒤져두 진행되는 메세지에 관해서는 하나두 없더라구요..
그래서 고수분들의 자문을 구하고져 이렇게 글을 올립니다...^^
간단히 얘기하자면 다른 거
(mysql, php openssl, mod_ssl 등 -> 이상 순서대오 설치)를
다 설치하구 아파치와 컴파일 할 때 아래와 같이 진행이 되었어요
make, make certificate, make install 등에서의
메세지가 뭔가가 잘 못 된 것 같은데 알 수가 없네요...ㅜ.ㅜ
꼭 좀 좋은 조언 부탁드리겠습니다...꾸벅^^
[root@localhost apache_1.3.24]# SSL_BASE=/usr/local/openssl ./configure
>--prefix=/usr/local/apache
>--enable-module=ssl
>--activate-module=src/modules/php4/libphp4.a
>--enable-module=php4
>--enable-shared=ssl [엔터]
Configuring for Apache, Version 1.3.24
+ using installation path layout: Apache (config.layout)
+ activated php4 module (modules/php4/libphp4.a)
Creating Makefile
Creating Configuration.apaci in src
+ enabling mod_so for DSO support
Error: Cannot find SSL binaries under /usr/local/openssl
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ adding selected modules
o ssl_module uses ConfigStart/End
+ SSL interface: mod_ssl/2.8.8
+ 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: /usr/local/openssl
[root@localhost apache_1.3.24]# make [엔터]
===> src
make[1]: Entering directory `/usr/local/apache_1.3.24'
make[2]: Entering directory `/usr/local/apache_1.3.24/src'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/usr/local/apache_1.3.24/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.24'
make: *** [build] Error 2
[root@localhost apache_1.3.24]# make certificate [엔터]
make[1]: Entering directory `/usr/local/apache_1.3.24/src'
make[1]: *** No rule to make target `certificate'. Stop.
make[1]: Leaving directory `/usr/local/apache_1.3.24/src'
make: *** [certificate] Error 2
[root@localhost apache_1.3.24]# make install [엔터]
make[1]: Entering directory `/usr/local/apache_1.3.24'
===> src
make[2]: Entering directory `/usr/local/apache_1.3.24'
make[3]: Entering directory `/usr/local/apache_1.3.24/src'
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory `/usr/local/apache_1.3.24/src'
make[2]: *** [build-std] Error 2
make[2]: Leaving directory `/usr/local/apache_1.3.24'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.24'
make: *** [install-all] Error 2
[root@localhost apache_1.3.24]#