enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #03482
[Bug 1326368] [NEW] Can't make against Percona-Server-devel-55 headers
Public bug reported:
I use Percona Server 5.5. So I've installed Percona-Server-devel-55 rpm instead of mysql-devel.
Cmake is successful:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using mysql-config: /usr/bin/mysql_config
-- Found MySQL: /usr/include/mysql, /usr/lib64/libperconaserverclient_r.so;/usr/lib64/libpthread.so;/usr/lib64/libm.so;/usr/lib64/librt.so;/usr/lib64/libssl.so;/usr/lib64/libcrypto.so;/usr/lib64/libdl.so
-- Found ZLIB: /lib64/libz.so
-- checking for one of the modules 'glib-2.0'
-- found glib-2.0, version 2.12.3
-- checking for one of the modules 'gthread-2.0'
-- found gthread-2.0, version 2.12.3
-- checking for module 'libpcre'
-- found libpcre, version 6.6
-- Found PCRE: /usr/include
0
WARNINGSphinx is older than v1.0, not building docs
-- ------------------------------------------------
-- MYSQL_CONFIG = /usr/bin/mysql_config
-- CMAKE_INSTALL_PREFIX = /usr/local
-- BUILD_DOCS = ON
-- RUN_CPPCHECK = OFF
-- Change a values with: cmake -D<Variable>=<Value>
-- ------------------------------------------------
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mdb/src/mydumper-0.6.1
But make fails:
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
[ 60%] Building C object CMakeFiles/mydumper.dir/server_detect.c.o
[ 80%] Building C object CMakeFiles/mydumper.dir/g_unix_signal.c.o
Linking C executable mydumper
CMakeFiles/mydumper.dir/mydumper.c.o: In function `dump_schema_data':
/home/mdb/src/mydumper-0.6.1/mydumper.c:1456: undefined reference to `mysql_query'
/home/mdb/src/mydumper-0.6.1/mydumper.c:1460: undefined reference to `mysql_error'
/home/mdb/src/mydumper-0.6.1/mydumper.c:1457: undefined reference to `mysql_errno'
/home/mdb/src/mydumper-0.6.1/mydumper.c:1458: undefined reference to `mysql_error'
/home/mdb/src/mydumper-0.6.1/mydumper.c:1456: undefined reference to `mysql_use_result'
/home/mdb/src/mydumper-0.6.1/mydumper.c:1471: undefined reference to `mysql_fetch_row'
CMakeFiles/mydumper.dir/mydumper.c.o: In function `estimate_count':
/home/mdb/src/mydumper-0.6.1/mydumper.c:1262: undefined reference to `mysql_real_escape_string'
......
** Affects: mydumper
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1326368
Title:
Can't make against Percona-Server-devel-55 headers
To manage notifications about this bug go to:
https://bugs.launchpad.net/mydumper/+bug/1326368/+subscriptions
Follow ups
References