| 33 번 글: [configure] mysql-4.0.x |
| 글쓴이: 산이
[홈페이지]
|
글쓴날: 2003년 06월 12일 17:56:16 목(오후) |
조회: 3580 |
 594 Bytes
|
파일명: mysql4-opt.txt
|
#!/bin/sh
#
## mysql-4.0.x
## Linux 2.4.xx i386 with `gcc' 2.95.3
##
## usage
## sh 'this-file'
##
CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 -mcpu=pentiumpro
-felide-constructors"
./configure \
--prefix=/usr/local/mysql \
--enable-thread-safe-client \
--enable-local-infile \
--with-mysqld-ldflags=-all-static \
--with-client-ldflags=-all-static \
--with-mysqld-user=mysql \
--enable-assembler \
--with-raid \
--with-pthread \
--with-innodb \
--with-charset=euc_kr \
--with-unix-socket-path=/tmp/mysql.sock \
--with-comment \
--with-vio \
#--with-libwrap \
#--with-mysqlfs \
exit 0
|
이전글 : [configure] mysql-3.23.x
다음글 : [Apache1.3 + jakarta Tomcat4.1] 설치와 설정
|
from 61.254.75.40
JS(Redhands)Board 0.4 +@
|