Failed to build on Ubuntu 22.04
squirrel532 opened this issue · 1 comments
squirrel532 commented
Here's some notes for anyone who wants to build mcrouter on Ubuntu 22.04
- Replace
mcrouter/m4/ax_python_devel.m4
by the latest version from https://github.com/autoconf-archive/autoconf-archive/blob/master/m4/ax_python_devel.m4 - Update
gtest
version number inmcrouter/scripts/recipes/gtest.sh
. - Remove
-j3
frommcrouter/scripts/get_and_build_by_make.sh
- Change apt packages
See my fork for detail: 93db39f
squirrel532 commented
I'm not sure whether it causes other problem after upgrading some dependencies.