facebookincubator / katran

A high performance layer 4 load balancer
GNU General Public License v2.0
4.76k stars 504 forks source link

Build error in ubuntu 20.04 #163

Closed liusy58 closed 2 years ago

liusy58 commented 2 years ago

Hi, sir, after I enter the command sudo bash build_katran.sh, I got the following error:

example_grpc/KatranGrpcService.cpp:66:49: error: no matching function for call to ‘katran::KatranLb::KatranLb(const katran::KatranConfig&)’
   66 |     : lb_(config), hcForwarding_(config.enableHc) {

Any help?

lima1756 commented 2 years ago

The fix has been commited, closing this task. Please re-open if you still see this issue. 😄