| 제목 |
34 : [configure] mysql-3.23.x |
| 이름 |
산이 [홈]http://linuxchannel.net/ |
#!/bin/sh
##
## mysql-3.23.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-pthread \
--with-innodb \
--with-raid \
--enable-local-infile \
--with-charset=euc_kr \
--with-unix-socket-path=/tmp/mysql.sock
#--with-raid \
#--with-libwrap \
exit 0 |
|
2003년 06월 12일 17:55:57 목(오후) from 61.254.75.40 |
| File |
☆ 자료(파일:mysql-opt.txt)가 있는 글입니다. !!!
|