similarJ / sphinx-for-chinese

Automatically exported from code.google.com/p/sphinx-for-chinese
0 stars 0 forks source link

2.0.2 无法连接 mysql 5.5.18 #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cmake / make / make install 安装mysql-5.5.1
2. sphinx-VERSION/configure --prefix=/usr/local/sphinx 
--with-mysql-includes=/user/local/mysql
3. 报错

What is the expected output? What do you see instead?
checking whether to compile with MySQL support... yes
configure: error: invalid MySQL root directory 
'includes=/usr/local/mysql/include'; neither bin/mysql_config, nor include/ and 
lib/ were found there

What version of the product are you using? On what operating system?
rhel4

Please provide any additional information below.

Original issue reported on code.google.com by mr.a...@gmail.com on 22 Nov 2011 at 8:57

GoogleCodeExporter commented 8 years ago
请检查mysql库文件或者环境变量,试试yum install mysql-devel

Original comment by shizhu...@gmail.com on 13 Feb 2012 at 1:20