cocalele / PureFlash

A ServerSAN storage system designed for flash device
GNU General Public License v3.0
101 stars 29 forks source link

Zookeeper Build Problem #2

Closed geekyang95 closed 4 years ago

geekyang95 commented 4 years ago

Need a support for libcppunit-1.14 in recent distro like ubuntu 18.04. Because cppunit-1.14 has removed cppunit.m4 from it. We need to update zookeeper to a new version, or just backport their change for cmake building support or just to support pkg-config when there is no cppunit.m4 find. see https://jira.apache.org/jira/browse/ZOOKEEPER-3034 for more details

cocalele commented 4 years ago

updating zookeeper to a new version is a good idea. Could you please help to do this upgrade?

geekyang95 commented 4 years ago

https://github.com/cocalele/PureFlash/pull/3, pull request is ready