Impossible to install suricata with the lastest version repo of github

ok , i succeed it, with this :

 ./scripts/bundle.sh
./autogen.sh \
autoreconf -i \

, and then , this :

./configure --prefix=/usr/            --bindir=/usr/bin/            --sbindir=/usr/sbin/            --libdir=/usr/lib/             --sysconfdir=/etc/             --enable-python             --enable-debug             --enable-unittests             --enable-ebpf-build             --enable-geoip             --enable-af-packet             --enable-nflog             --with-libpcap-includes=/usr/local/include             --with-libpcap-libraries=/usr/lib/x86_64-linux-gnu/             --with-libhtp-includes=/usr/local/include/htp  --with-libhtp-libraries=/usr/lib --with-libyaml-libraries=/usr/lib/x86_64-linux-gnu --enable-nfqueue  \
   && sudo make -j10 && sudo make install-full

but now i’ve this problem :

sudo /usr/bin/suricata -c /etc/suricata/suricata.yaml -q 0 
/usr/bin/suricata: symbol lookup error: /usr/bin/suricata: undefined symbol: htp_config_set_number_headers_limit
alexandre@alexandre-developpeur:~/Documents$

linked to this post : Impossible to configure suricata cause to libhtp bundle - #7 by ish

could you help me ?
Regards