PHP

Apache2.0.52 + PHP5.0.3 + MySQL4.1.7

Bucket List 2005. 12. 24. 10:32
Apache2.0.52 + PHP5.0.3 + MySQL4.1.7
을 설치 했는데...
Mysql에 문제가 생겨서 mysql만 지웠다가 처음 설치한 그대로 다시 재설치
를 하려 하는데( 아파치, php는 설치한거 그대로 두고 ) 아파치나 php같은거
와의 연동에 아무 문제가 없을까요??

맨 처음 APM 설치 할때 configure는
mysql
./configure \ --prefix=/usr/local/mysql --localstatedir=/usr/local/mysq
l/data \ --disable-shared --enable-assembler \ --with-thread-safe-clien
t --with-mysqld-user="mysql" \ --with-client-ldflags=-all-static \ --wi
th-mysqld-ldflags=-all-static \ --with-readline --without-debug \ --wit
hout-docs --without-bench \ --with-charset=euckr

apache
./configure --prefix=/usr/local/apache --enable-modules=so --enable-so

php
--with-apxs2=/usr/local/apache/bin/apxs \ --with-zlib --with-gd --with-
ttf --with-png \ --with-expat-dir=/usr --with-gmp --with-xml \
--with-mysql=/usr/local/mysql \ --with-language=korean \ --with-charset
=euc-kr \ --disable-debug --disable-posix --disable-rpath \ --enable-sa
fe-mode 그외 등등.

'PHP' 카테고리의 다른 글

리눅스 최신 버전(페도라 코어4)에 APM설치  (0) 2005.12.24
해킹당한 서버 점검법  (0) 2005.12.24
유닉스커멘드팁모음  (0) 2005.12.24
TAR로 백업하기  (0) 2005.12.24
cron을 이용해 디비저장  (0) 2005.12.24