undefined reference to `my_net_read'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Data Dumper |
Won't Fix
|
Undecided
|
Unassigned | ||
Fedora |
New
|
Undecided
|
Unassigned | ||
Mandriva |
New
|
Undecided
|
Unassigned |
Bug Description
When compiling latest version (bzr branch) or 0.2.3 release :
CMakeFiles/
/usr/src/
collect2: ld returned 1 exit status
make[2]: *** [mydumper] Error 1
make[1]: *** [CMakeFiles/
make: *** [all] Error 2
"cmake ." echoed the following :
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/lib64/
-- Check for working C compiler: /usr/lib64/
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib64/
-- Check for working CXX compiler: /usr/lib64/
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using mysql-config: /usr/bin/
-- Found MySQL: /usr/include/mysql, /usr/lib64/
-- Found ZLIB: /usr/include (found version "1.2.5")
-- checking for one of the modules 'glib-2.0'
-- checking for one of the modules 'gthread-2.0'
-- checking for module 'libpcre'
-- found libpcre, version 8.12
-- Found PCRE: /usr/include
Changed in mydumper: | |
status: | Incomplete → New |
Hi Olivier,
Which OS is this and which version of MySQL are you using?