pinba_engine icon indicating copy to clipboard operation
pinba_engine copied to clipboard

./configure: line 16790: syntax error near unexpected token `fi' [CentOS 6 x64]

Open billionaire opened this issue 8 years ago • 1 comments

Hi. After executing:

./buildconf.sh
./configure --with-mysql=/tmp/mysql_headers --libdir=/usr/lib64/mysql/plugin --with-judy=/usr/src/judy-1.0.5

i have receive such error:

checking if compiler supports -Wl,-rpath,... yes
checking for MySQL source code... /tmp/mysql_headers
checking for MySQL version >= 5.1... ok
./configure: line 16790: syntax error near unexpected token `fi'
./configure: line 16790: `fi'
[root@srv pinba_engine]#

when i removed the empty else from the configure, the error disappeared.

billionaire avatar Jan 30 '17 00:01 billionaire

I got this too. Removing 'else' fixed it indeed.

Cheaternl avatar Feb 14 '18 21:02 Cheaternl