sun's longitude:41 37 14 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/delete.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
 ¡Ú ±Û Áö¿ì±â Ç׸ñÀÔ´Ï´Ù. Çѹø ´õ »ý°¢ÇÏ½Ã°í °áÁ¤ÇϽʽÿÀ.!!!
Á¦¸ñ 148 : [php] php4/5 cli/cgi install
 À̸§  »êÀÌ [Ȩ]http://linuxchannel.net/
[php] php4/5 cli/cgi install

on RH7.3

wget http://kr.php.net/get/php-5.1.4.tar.bz2/from/kr2.php.net/mirror

wget http://kr.php.net/get/php-4.4.2.tar.bz2/from/kr2.php.net/mirror

*ÁÖ)
--enable-fastcgi => sapi/cgi/php => php-fcgi
À̿ɼÇÀÌ ¾ø´Ù¸é => sapi/cgi/php => php-cgi

*ÆÁ)
shell> grep -v '^#' foobar | tr "\n" " " | sh

-- php4 -------------------------------
./configure --prefix=/usr/local/php
--disable-xml
--disable-libxml
--disable-dom
--disable-simplexml
--disable-xmlreader
--disable-xmlwriter
--without-pear
--disable-ipv6
--enable-force-cgi-redirect
--enable-discard-path
--enable-fastcgi
--enable-magic-quotes
--with-zlib
--enable-bcmath
--with-curl
--enable-dba
--enable-ftp
#--with-gd
--enable-mbstring
--with-mysql
--with-ncurses
--enable-pcntl
--enable-shmop
--enable-sockets
--with-regex=php
--enable-sysvmsg
--enable-sysvse
--enable-sysvshm
--------------------------------------

-- php5 -------------------------------
./configure --prefix=/usr/local/php
--disable-xml
--disable-libxml
--disable-dom
--disable-simplexml
--disable-xmlreader
--disable-xmlwriter
--without-pear
--disable-ipv6
--enable-force-cgi-redirect
--enable-discard-path
--enable-fastcgi
--enable-magic-quotes
--enable-fd-setsize=16384
--with-zlib
--enable-bcmath
#--with-curl
--enable-dba
--enable-ftp
--with-gd
--enable-mbstring
--with-mysql
--with-ncurses
--enable-pcntl
--enable-shmop
--enable-sockets
--with-regex=php
--enable-sysvmsg
--enable-sysvse
--enable-sysvshm
--------------------------------------

make
make install

## overwrite
##
install -m 755 sapi/cli/php /usr/local/php/bin/php

--enable-fastcgi ¿É¼ÇÀÌ ÀÖ´Ù¸é,
install -m 755 sapi/cgi/php /usr/local/php/bin/php-fcgi
or
install -m 755 sapi/cgi/php-cgi /usr/local/php/bin/php-fcgi

¾ø´Ù¸é,
install -m 755 sapi/cgi/php /usr/local/php/bin/php-cgi

## ¸¶¹«¸®
##
(cd /usr/local/bin && ln -sf ../php/bin/* .)
2009³â 03¿ù 10ÀÏ 19:23:32 È­(Àú³á)  from 114.111.62.248
0
¾ÏÈ£: °ø¿ë º¸¾È SSL ¼­¹ö°¡ ÁغñµÇ±â Àü±îÁö´Â off ÇÕ´Ï´Ù

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.02(server) + (network) + (browser) seconds