質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
MySQL

MySQL(マイエスキューエル)は、TCX DataKonsultAB社などが開発するRDBMS(リレーショナルデータベースの管理システム)です。世界で最も人気の高いシステムで、オープンソースで開発されています。MySQLデータベースサーバは、高速性と信頼性があり、Linux、UNIX、Windowsなどの複数のプラットフォームで動作することができます。

Ubuntu

Ubuntuは、Debian GNU/Linuxを基盤としたフリーのオペレーティングシステムです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

Q&A

2回答

3190閲覧

Ubuntu 14.04 MySQL 5.6.27に Mroongaをインストール出来ない。

kazu77

総合スコア8

MySQL

MySQL(マイエスキューエル)は、TCX DataKonsultAB社などが開発するRDBMS(リレーショナルデータベースの管理システム)です。世界で最も人気の高いシステムで、オープンソースで開発されています。MySQLデータベースサーバは、高速性と信頼性があり、Linux、UNIX、Windowsなどの複数のプラットフォームで動作することができます。

Ubuntu

Ubuntuは、Debian GNU/Linuxを基盤としたフリーのオペレーティングシステムです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

0グッド

0クリップ

投稿2015/11/01 12:05

vagrantでゲストOSにUbuntu 14.04にMySQL 5.6.27をインストールして、全文検索エンジンのMroongaをイントールしたいです。

###前提・実現したいこと
Ubuntu 14.04のMySQL 5.6〜以降は、MySQLをソースからビルドする必要があるということで、本家MySQLからソースをダウンロードし、mysql cliでログイン出来るようにし、mroongaをインストールしようとしたところ、下記の様にエラーがコケてしまい、ここら先に進めない状態です。

checking for libmysqlservices.a directory... configure: error: libmysqlservices.a is not found in </usr/lib/x86_64-linux-gnu/> and </usr/lib/x86_64-linux-gnu/mysql/>

エラーメッセージ全文

checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: creating ./config.lt config.lt: creating libtool checking if gcc supports -Wall... yes checking if g++ supports -Wall... yes checking if gcc supports -Wextra... yes checking if g++ supports -Wextra... yes checking if gcc supports -Wno-unused-parameter... yes checking if g++ supports -Wno-unused-parameter... yes checking if gcc supports -Wno-strict-aliasing... yes checking if g++ supports -Wno-strict-aliasing... yes checking if gcc supports -Wno-deprecated... yes checking if g++ supports -Wno-deprecated... yes checking for the suffix of plugin shared libraries... .so checking mysql source... yes checking mysql_config... /usr/bin/mysql_config checking for libmysqlservices.a directory... configure: error: libmysqlservices.a is not found in </usr/lib/x86_64-linux-gnu/> and </usr/lib/x86_64-linux-gnu/mysql/> root@ubuntu-14:~/mroonga/mroonga-5.09#

実行したコマンド

sudo apt-get update sudo apt-get -y upgrade apt-get install -y build-essential mkdir /root/mysql mkdir /etc/mysql # MySQL5.6 インストール wget -P /root/mysql http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-server_5.6.27-1ubuntu14.04_amd64.deb-bundle.tar cd /root/mysql tar xvf `ls *.tar` dpkg --install /root/mysql/mysql-common_5.6.27-1ubuntu14.04_amd64.deb apt-get install -y libaio1 dpkg --install /root/mysql/mysql-community-server_5.6.27-1ubuntu14.04_amd64.deb dpkg --install /root/mysql/mysql-community-client_5.6.27-1ubuntu14.04_amd64.deb # MySQLソース ダウンロード mkdir /usr/local/src/mysql cd /usr/local/src/mysql apt-get source mysql-server-5.6.27 # mroonga cd /root/mroonga wget http://packages.groonga.org/source/mroonga/mroonga-5.09.tar.gz tar xvzf mroonga-5.09.tar.gz cd /root/mroonga/mroonga-5.09 ./configure \ --with-mysql-source=/usr/local/src/mysql/mysql-5.6-5.6.27 \ --with-mysql-build=/usr/bin/mysql \ --with-mysql-config=/usr/bin/mysql_config

自身はMySQLのソースからのビルドが初めてで、googleで検索しながら様々な情報を確認し試行錯誤しましたが、自身の力では完全に手詰まりになってしまい、こちらに質問しました。

どうかご教授の程、宜しくお願い致します。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答2

0

これでインストールできると思います。

text

1sudo apt-get update 2sudo apt-get -y upgrade 3 4apt-get install -y build-essential 5mkdir /root/mysql 6mkdir /etc/mysql 7 8# MySQL5.6 インストール 9wget -P /root/mysql http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-server_5.6.27-1ubuntu14.04_amd64.deb-bundle.tar 10cd /root/mysql 11tar xvf `ls *.tar` 12dpkg --install /root/mysql/mysql-common_5.6.27-1ubuntu14.04_amd64.deb 13apt-get install -y libaio1 14dpkg --install /root/mysql/mysql-community-server_5.6.27-1ubuntu14.04_amd64.deb 15dpkg --install /root/mysql/mysql-community-client_5.6.27-1ubuntu14.04_amd64.deb 16 17# Mroongaのビルドに必要なパッケージをインストール 18dpkg --install /root/mysql/libmysqlclient18_5.6.27-1ubuntu14.04_amd64.deb 19dpkg --install /root/mysql/libmysqlclient-dev_5.6.27-1ubuntu14.04_amd64.deb 20dpkg --install /root/mysql/libmysqld-dev_5.6.27-1ubuntu14.04_amd64.deb 21dpkg --install /root/mysql/mysql-community-source_5.6.27-1ubuntu14.04_amd64.deb 22cd /usr/src/mysql 23tar xvf mysql-community_5.6.27.orig.tar.gz 24 25# Mroonga 26cd /root/mroonga 27wget http://packages.groonga.org/source/mroonga/mroonga-5.09.tar.gz 28tar xvzf mroonga-5.09.tar.gz 29cd /root/mroonga/mroonga-5.09 30 31apt-get install -y -V software-properties-common 32add-apt-repository -y ppa:groonga/ppa 33apt-get update 34apt-get install -y -V libgroonga-dev groonga-normalizer-mysql 35./configure \ 36 --with-mysql-source=/usr/src/mysql/mysql-5.6.27 37make 38make install 39mysql -u root < /usr/local/share/mroonga/install.sql

投稿2015/11/03 12:44

kou

総合スコア48

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

0

mroongaのドキュメント2.7.1.3. MySQLによると

Mroongaはインストール済みのMySQLだけでなくMySQLのソースとビルドディレクトリーも必要です。そのため、MySQLのパッケージを使うことはできません。MySQLのパッケージはMySQLのソースとビルドディレクトリーを提供していないからです。MySQLのソースとビルドディレクトリーが必要です!

更に2.7.2. ソースからビルドによると--with-mysql-buildはmysqlコマンドではなくビルドディレクトリーを指定するようです。

また、2.7.2.1.2. --with-mysql-build=PATHでは

MySQLのソースコードがあるディレクトリーでビルドした場合はこの引数を指定する必要はありません。他のディレクトリーでビルドしたときはこの引数を指定する必要があります。

とも説明されています。

投稿2015/11/01 13:35

shiena

総合スコア1825

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問