Tokutek / mysql-5.5

TokuDB for MySQL 5.5
http://www.tokutek.com/products/tokudb-for-mysql/
GNU General Public License v2.0
110 stars 38 forks source link

build mysql and tokudb on ubuntu 13.10 #35

Closed prohaska closed 10 years ago

prohaska commented 10 years ago
Linking CXX executable explain_filename-t
../../sql/libsql.a(sql_backup.cc.o): In function `sql_backups(char const*, char const*, THD*)':
/home/prohaska/715/mysql-5.5.36/sql/sql_backup.cc:57: undefined reference to `tokubackup_create_backup'
../../sql/libsql.a(sql_backup.cc.o): In function `sql_backup_throttle(unsigned long)':
/home/prohaska/715/mysql-5.5.36/sql/sql_backup.cc:63: undefined reference to `tokubackup_throttle_backup'
../../sql/libsql.a(sql_backup.cc.o): In function `__static_initialization_and_destruction_0':
/home/prohaska/715/mysql-5.5.36/sql/sql_backup.cc:66: undefined reference to `tokubackup_version_string'
collect2: error: ld returned 1 exit status
make[2]: *** [unittest/mysys/explain_filename-t] Error 1
make[1]: *** [unittest/mysys/CMakeFiles/explain_filename-t.dir/all] Error 2