Error when running make command for mydumper 061 version

Asked by Glenn

make
Scanning dependencies of target mydumper
[ 20%] Building C object CMakeFiles/mydumper.dir/mydumper.c.o
[ 40%] Building C object CMakeFiles/mydumper.dir/binlog.c.o
In file included from /tmp/mydumper-0.6.1/binlog.c:27:
/usr/include/mysql/sql_common.h:26:18: error: hash.h: No such file or directory
In file included from /tmp/mydumper-0.6.1/binlog.c:27:
/usr/include/mysql/sql_common.h:37: error: expected specifier-qualifier-list before ‘HASH’
make[2]: *** [CMakeFiles/mydumper.dir/binlog.c.o] Error 1
make[1]: *** [CMakeFiles/mydumper.dir/all] Error 2
make: *** [all] Error 2

i have installed all the dependencies..this is a rhel 6 machine(Red Hat Enterprise Linux Server release 6.5 (Santiago))

is there something i am missing before running the make command.

Question information

Language:
English Edit question
Status:
Answered
For:
MySQL Data Dumper Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Max Bubenick (max-bubenick) said :
#1

That is related to lp:1316001

You can compile from the trunk

bzr branch lp:mydumper

that code is stable, and binlog code is disabled by default so you should not have issues to compile against 5.6.

This will be included in the next 0.6.2 release

Can you help with this problem?

Provide an answer of your own, or ask Glenn for more information if necessary.

To post a message you must log in.