cant build with mysql 5.5.7-rc

Bug #689889 reported by rich prohaska
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-tools
New
Undecided
Unassigned

Bug Description

$ make
cc load.o support.o -rdynamic -L/home/prohaska/mysql-5.5.7-rc-tokudb-5.0.0-26517-linux-x86_64-glibc23/lib/mysql -lmysqlclient_r -lz -lcrypt -lnsl -lm ../zlib/libzlt.la -o ../tpcc_load
cc: ../zlib/libzlt.la: No such file or directory

my Makefile change to filter out the zlib
$ diff Makefile Makefile.orig
6,8c6
< MYSQL_LIBS= $(shell mysql_config --libs_r)
< #LIBS= $(filter-out ../zlib/libzlt.la,$(MYSQL_LIBS))
< LIBS= $(MYSQL_LIBS)
---
> LIBS= $(sheel mysql_config --libs_r)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.