cant build with mysql 5.5.7-rc
Bug #689889 reported by
rich prohaska
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/
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/
< LIBS= $(MYSQL_LIBS)
---
> LIBS= $(sheel mysql_config --libs_r)
To post a comment you must log in.