답변 너무 감사해여...
보람이 있네요... 계속... 지켜 보구 있던... ^^
수정 후 다시 스타트를 하니까... 아래와 같이 나와여... ㅡ.ㅡ 왜 그런지 모르겠어여... ㅡ.
ㅡ [root@host htdocs]# /etc/rc.d/init.d/httpd configtest
[Fri Mar 23 12:42:34 2001] [warn] Loaded DSO /usr/local/apache/libexec/mod_jser)
Syntax OK
[root@host htdocs]#
: mysql 라이브러리를 찾지 못하나 보군요.
:
:
: # echo /usr/local/mysql/lib/mysql >> /etc/ld.so.conf
: # /sbin/ldconfig
:
:
: 이렇게 하신 후 다시 시도해 보시길...
:
:
:
:
: : 안녕하세요...
: :
: : 아파치를 start 함녀 아래와 같은 에러가 나여... ㅡ.ㅡ
: :
: : [root@host php]# /etc/rc.d/init.d/httpd start
: : Syntax error on line 208
: of /usr/local/apache/conf/httpd.conf:
: : Cannot load /usr/local/apache/libexec/libphp4.so into
: server: libmysqlclient.soy
: : /etc/rc.d/init.d/httpd start: httpd could not be started
: : [root@host php]#
: :
: : 208라인의 내용 -> LoadModule php4_module
: libexec/libphp4.so
: :
: : 설치는 DSO 방식으로 했어여...
: :
: : 설치는 다음 순서로 햇구여...
: : mysql, openssl, mod_ssl, apache, php 순으로 설치 했어여...
: :
: : 왜 그런지 알 수 없을까여??
: : 도와 주세염...
: :
: : 모든 소스는 /usr/local/src 에 놓고 했어여...
: : mysql 은 이미 /usr/local/mysql 에 설치를 했었구여...
: :
: : 1. openssl ################################################
: :
: : tar xzf openssl-0.9.6.tar.gz
: : cd openssl-0.9.6
: : ./confire
: : make
: : make install
: :
: :
: : 2. mod_ssl #################################################
: :
: : cd ..
: : tar xzf mod_ssl-2.8.0-1.3.17.tar.gz
: : cd mod_ssl-2.8.0-1.3.17
: : ./configure
: : --with-apache=/usr/local/src/apache
: :
: : 3. apache-1.3.17
: ############################################
: : DSO 방식으로 설치
: : cd /usr/local/src/apache
: :
: : SSL_BASE=/usr/local/ssl
: : ./configure
: : --prefix=/usr/local/apache
: : --enable-module=ssl
: : --enable-module=so
: : --enable-rule=SHARED_CORE
: :
: : make
: : make certificate
: : make install
: :
: : 4. ApacheJserv
: ###############################################
: : cd /usr/local/src/ApacheJServ-1.1.2
: : ./configure
: : --with-apxs=/usr/local/apache/bin/apxs
: : --with-prefix=/usr/local/jserv
: : --with-jdk-home=/usr/local/jdk1.2.2
: : --with-JSDK=/usr/local/jdk1.2.2/lib/jsdk.jar
: : --disable-debugging
: :
: : make
: : make install
: :
: : 5 php-4.0.4
: ###################################################
: : # DSO 방식
: : [root@hosting3 php]# CFLAGS='-O2 -I/usr/local/ssl/include'
: : ./configure
: : --with-apxs=/usr/local/apache/bin/apxs
: : --with-mysql=/usr/local/mysql
: : --with-gd
: : --enable-track-vars
: : --disable-debug
: :
: : make
: : make install
: :
: : 어디에 이상이 있는지 ... 부디 도와 주세염...