묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
제가 설치할때 옵션은 다음과 같습니다. 보시고 힌트좀 주시길...
제로보드는 정상적으로 돌아가고 있습니다.
*** 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'
PHP로 만든 채팅 플그램이 작동 안합니다..
2002.03.14 22:01
제가 설치할때 옵션은 다음과 같습니다. 보시고 힌트좀 주시길...
제로보드는 정상적으로 돌아가고 있습니다.
*** 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'