Getting Segmentation fault when running lmplz

I’m following this article:

I’m getting to the following command:

kenlm/build/bin/lmplz -o 5 <"text.txt" > "5gram.arpa"

And I’m getting error:

----5—10—15—20—25—30—35—40—45—50—55—60—65—70—75—80—85—90—95–100
*******************************Segmentation fault

I read here:

That I need to update boost library , how can I do it ?
(I’m running on Ubuntu 20.04)