APM을 설치한 후에 다른 기능들은 이상이 없으나 PHP로 만든 채팅플그램을 이용하면 내용
이 나타나지를 안습니다. 제가 설치할때 옵션은 다음과 같습니다. 보시고 힌트좀 주시길...
*** APACHE******
./configure
"--prefix=/usr/local/apache"
"--activate-module=src/modules/php4/libphp4.a"
"--enable-rule=SHARED_CORE"
"--enable-module=so"
"--enable-shared=max"
*** PHP ***
'./configure'
'--prefix=/usr/local/php'
'--with-apache=/usr/local/src/apache_1.3.23'
'--with-mysql=/usr/local/mysql'
'--with-ttf=/usr/local/include/freetype2'
'--with-config-file-path=/usr/local/apache/conf'
'--with-java=/usr/local/jdk'
'--with-swf=/usr/local/swf'
'--with-imap=/usr/local/imap'
'--with-gd=/usr/local/gd'
'--with-zlib'
'--with-charset=euc_kr'
'--with-language=korean'
'--with-xml'
'--enable-mailparse'
'--enable-calender'
'--enable-sockets'
'--enable-sysvsem=yes'
'--enable-sysvshm=yes'
'--enable-gd-native-ttf'
'--enable-ftp'
'--enable-magic-quotes'
'--enable-url-includes'
'--enable-track-vars'
'--disable-debug'