need to upgrade libtool
Created by: dzhwinter
PR #5520 introduce the third-party package cares
, which is needed by the grpc
, if you meet the same error below, please upgrade the libtool
.
yum install libtool
or apt-get install libtool --upgrade
buildconf: libtoolize not found.
You need GNU libtoolize 1.4.2 or newer installed.
CMakeFiles/extern_cares.dir/build.make:106: recipe for target 'third_party/cares/src/extern_cares-stamp/extern_cares-configure' failed
make[3]: *** [third_party/cares/src/extern_cares-stamp/extern_cares-configure] Error 1
CMakeFiles/Makefile2:439: recipe for target 'CMakeFiles/extern_cares.dir/all' failed
make[2]: *** [CMakeFiles/extern_cares.dir/all] Error 2