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

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

· 12년 전 · 2187 · 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개

색다르네요 ㅎ

게시글 목록

번호 제목
20579
20572
20569
20563
11083
11080
11078
20557
20162
20549
20542
20525
20522
11071
11067
20519
20504
20500
11062
20497
20493
11056
11050
11046
11043