>> Edit article
이름
제목
패스워드
안녕하세여. Wowlinux 7.0 이예여... /etc/rc.d/init.d/httpd 로 start 하면 잘 됩니다. 그런데 재부팅시에 자동 start 가 되어야 하는데 /var/log/message 에 아래와 같이 에러가 나 있어여. Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: httpd: Cannot load /usr/local/apache/libexec/libphp4.so into server: shared object not open httpd: /etc/rc3.d/S99httpd start: httpd could not be started rc: Starting httpd: failed 아파치는 DSO 로 설치를 했어여... 아래와 같은 순서로... ################################################################ 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 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 mv /etc/rc.d/init.d/httpd /etc/rc.d/init.d/httpd-dist cp /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd cd /etc/rc.d/rc3.d ln -sf ../init.d/httpd S99httpd cd ../rc0.d ln -sf ../init.d/httpd K99httpd cd /usr/local/src/php CFLAGS='-O2 -I/usr/local/ssl/include' ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd=/usr/local/src/gd-1.8.3 --enable-track-vars --disable-debug make make install echo /usr/local/mysql/lib/mysql >> /etc/ld.so.conf /sbin/ldconfig cp php.ini-dist /usr/local/lib/php.ini vi /usr/local/apache/conf/httpd.conf php 관련 주석 풀었어여 ################################################################## 왜 부팅시 자동 시작이 안되는지여? 무슨 문제가 있는가여? 도와 주세여... ㅡ.ㅡ -- 모르는 것이 죄는 아니지여? ^_^
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved