mysql을 제대로 깔은뒤에....
아파치 디렉토리에서 ./configure --prefix=/usr/local/apache
php4디렉토리에서 ./configure --with-apache=../apache_1.3.12
--with-mysql=/usr/local/mysql
--with-gd=/usr/local
--enable-track-vars=yes
그리고 make
다음으로 make install (여기에서 또다른 문제가 생깁니다.)
마지막으로 가다보면 cp: modules/*: 그런 파일이나 디렉 토 리가 없음
다시 아파치 디렉토리에서
./configure --prefix=/usr/local/apache --activate-
module=src/modules/php4/libphp4.a
make(문제가 생깁니다...)
collect2: ld returened 1 exit status
make[3]: *** [target_static] Error 1
make[3]: Leaving directory '/usr/local/apache_1.3.12/src/'
make[2]: *** [vuild_std] Error 2
make[2]: Leaving directory '/usr/local/apache_1.3.12'
make[1]: *** [build] Error 2
make[1]: Leaving directory '/usr/local/apache_1.3.12'
make: *** [install] Error2
어떻게 해야 하져???? 참고로 php-4.0.0에는 modules라는 디렉토리가 있었습
니다.. 전 와우 6.2 update를 씁니다...