테스트 사이트 - 개발 중인 베타 버전입니다

Apache2, PHP, Oracle(MySQL) 웹 연동 설치

· 12년 전 · 2183 · 1
# bzip2 -dc php-5.3.* ¦ gtar xf - 
# cd php-5.3.* 
# ./configure --with-apxs2=/export/home/apache2/bin/apxs \ 
   --with-oci8=/export/home/oracle/app/oracle/product/11.2 \
   --with-mysql=/export/home/mysql \ 
   --enable-ftp --enable-sockets  \
 
   --with-ssl \
   --with-z=/usr/local/lib \
   --with-gd=/usr/local/gd \
   --with-jpeg-dir=/usr/local/lib \
   --with-png-dir=/usr/local/lib \
   --with-zlib-dir=/usr/local/lib \
   --with-xpm-dir=/usr/local/lib  \
   --with-freetype-dir=/usr/local/lib 

# gmake 
# gmake install 
# cp php.ini-production  /usr/local/lib/php.ini 

# gmake clean
# gmake distclean

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

색다르네요 ㅎ

게시글 목록

번호 제목
11296
11294
11285
11281
11277
11275
11273
11265
11263
11260
11258
11256
11254
11251
11249
11247
11245
20189
11239
11233
11228
11222
11219
11215
11212