File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ crash, etc).
1818 $ ./configure --with-mysql-source=/work/mysql-5.1.50 --with-mysql-bindir=/work/mysql-5.1.50-linux-x86_64-glibc23/bin --with-mysql-plugindir=/work/mysql-5.1.50-linux-x86_64-glibc23/lib/plugin
1919
2020 --with-mysql-source refers to the top of MySQL source directory (which
21- contains the VERSION file), --with-mysql-bindir refers to where MySQL
22- binary executables (i.e. mysql_config) are located, and --with-mysql-plugindir
23- refers to a plugin directory where plugin libraries (*.so) are installed.
21+ contains the VERSION file or the configure.in file), --with-mysql-bindir
22+ refers to where MySQL binary executables (i.e. mysql_config) are located,
23+ and --with-mysql-plugindir refers to a plugin directory where plugin
24+ libraries (*.so) are installed.
2425
2526 $ make
2627 $ sudo make install
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ HandlerSocketプラグインのビルド方法(RPMを使わない方法)
88 $ ./configure --with-mysql-source=/work/mysql-5.1.50 --with-mysql-bindir=/work/mysql-5.1.50-linux-x86_64-glibc23/bin --with-mysql-plugindir=/work/mysql-5.1.50-linux-x86_64-glibc23/lib/plugin
99
1010ここで--with-mysql-sourceにはMySQLのソースコードのトップディレク
11- トリを指定します。--with-mysql-bindirにはインストール済みのMySQL
11+ トリを指定します(そこにVERSIONファイルかconfigure.inファイルがなく
12+ てはなりません)。--with-mysql-bindirにはインストール済みのMySQL
1213のmysql_configコマンドが有るディレクトリを指定します。
1314その後以下のようにビルド・インストールします。
1415
You can’t perform that action at this time.
0 commit comments