[前][次][番号順一覧][スレッド一覧]

mysql:11787

From: Masateru Ohnishi <Masateru Ohnishi <ohnishi@xxxxxxxxxx>>
Date: Mon, 18 Jul 2005 18:20:10 +0900
Subject: [mysql 11787] Mac OS X Serverで--with-raidでのインストール

大西と申します。

現在、Mac OS X Server(10.4.2)で、MySQL4.0.25を使う必要があり、ソースから
インストールを試みているところのなのですが、下記のようにconfigureを行
い、makeするとエラーがでてしまいます。

$ CC=gcc \
> CFLAGS="-O3 -fno-omit-frame-pointer" \
> CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors
-fno-exceptions -fno-rtti" \
> ./configure \
> --prefix=/Volumes/DB/mysql \
> --with-charset=ujis \
> --with-extra-charset=all \
> --with-mysqld-user=mysql \
> --with-raid \
> --enable-thread-safe-client

エラーの内容は下記のように、出ております。
creating mysqltest
if gcc -DUNDEF_THREADS_HACK -I. -I. -I.. -I./../include -I../include
-I./.. -I.. -I..     -O3 -DDBUG_OFF -O3 -fno-omit-frame-pointer
-felide-constructors -fno-exceptions -fno-rtti   -fno-implicit-templates
-fno-exceptions -fno-rtti -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE
-DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ
-DIGNORE_SIGHUP_SIGQUIT -MT mysqlbinlog.o -MD -MP -MF
".deps/mysqlbinlog.Tpo" -c -o mysqlbinlog.o mysqlbinlog.cc; \
then mv -f ".deps/mysqlbinlog.Tpo" ".deps/mysqlbinlog.Po"; else rm -f
".deps/mysqlbinlog.Tpo"; exit 1; fi
mysqlbinlog.cc: In function 'int dump_local_log_entries(const char*)':
mysqlbinlog.cc:796: warning: minimum/maximum operators are deprecated
/bin/sh ../libtool --preserve-dup-deps --mode=link gcc  -O3 -DDBUG_OFF
-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions
-fno-rtti   -fno-implicit-templates -fno-exceptions -fno-rtti
-DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE
-DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT   -o mysqlbinlog
mysqlbinlog.o ../libmysql/libmysqlclient.la  -lz -lm
gcc -O3 -DDBUG_OFF -O3 -fno-omit-frame-pointer -felide-constructors
-fno-exceptions -fno-rtti -fno-implicit-templates -fno-exceptions
-fno-rtti -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE
-DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ
-DIGNORE_SIGHUP_SIGQUIT -o .libs/mysqlbinlog mysqlbinlog.o
../libmysql/.libs/libmysqlclient.dylib -lz -lm
/usr/bin/ld: Undefined symbols:
___cxa_pure_virtual
collect2: ld returned 1 exit status
make[2]: *** [mysqlbinlog] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


--with-raidを使う方法が有りましたら、ご教授お願いします。

-- 
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
大西 正晃  (ohnishi@xxxxxxxxxx)


[前][次][番号順一覧][スレッド一覧]

->   11787 2005-07-18 18:20 [Masateru Ohnishi <oh] Mac OS X Serverで--with-raidでのインストール
     11789 2005-07-19 17:29 ┗[天野 竜太郎 <wn9r-am]                                       
     11790 2005-07-19 20:32  ┗[Masateru Ohnishi <oh]