File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ crash, etc).
18
18
$ ./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
19
19
20
20
--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.
24
25
25
26
$ make
26
27
$ sudo make install
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ HandlerSocketプラグインのビルド方法(RPMを使わない方法)
8
8
$ ./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
9
9
10
10
ここで--with-mysql-sourceにはMySQLのソースコードのトップディレク
11
- トリを指定します。--with-mysql-bindirにはインストール済みのMySQL
11
+ トリを指定します(そこにVERSIONファイルかconfigure.inファイルがなく
12
+ てはなりません)。--with-mysql-bindirにはインストール済みのMySQL
12
13
のmysql_configコマンドが有るディレクトリを指定します。
13
14
その後以下のようにビルド・インストールします。
14
15
You can’t perform that action at this time.
0 commit comments