OISF/libhtp

can't call libhtp library to use suricata

aragon5956 opened this issue · 1 comments

hello ,
i can't install suricata cause to a missing error with libhtp

`alexandre@alexandre-m:/Téléchargements/libhtp$ ls
aclocal.m4 config.rpath examples INSTALL missing
appveyor.yml config.status extras install-sh NEWS
AUTHORS config.sub get-version.sh libtool NOTICE
autogen.sh configure htp LICENSE README
autom4te.cache configure
htp_config_auto_gen.h ltmain.sh stamp-h1
ChangeLog configure.ac htp_config_auto_gen.h.in m4 test
compile COPYING htp_config_auto_gen.h.in~ Makefile test-driver
config.guess depcomp htp.pc Makefile.am VERSION
config.log docs htp.pc.in Makefile.in
alexandre@alexandre-m:~/Téléchargements/libhtp$ cat ~/.bashrc

~/.bashrc: executed by bash(1) for non-login shells.

see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)

for examples

If not running interactively, don't do anything

case $- in
i) ;;
*) return;;
esac

don't put duplicate lines or lines starting with space in the history.

See bash(1) for more options

HISTCONTROL=ignoreboth

append to the history file, don't overwrite it

shopt -s histappend

for setting history length see HISTSIZE and HISTFILESIZE in bash(1)

HISTSIZE=1000
HISTFILESIZE=2000

check the window size after each command and, if necessary,

update the values of LINES and COLUMNS.

shopt -s checkwinsize

If set, the pattern "**" used in a pathname expansion context will

match all files and zero or more directories and subdirectories.

#shopt -s globstar

make less more friendly for non-text input files, see lesspipe(1)

[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"

set variable identifying the chroot you work in (used in the prompt below)

if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi

set a fancy prompt (non-color, unless we know we "want" color)

case "$TERM" in
xterm-color|*-256color) color_prompt=yes;;
esac

uncomment for a colored prompt, if the terminal has the capability; turned

off by default to not distract the user: the focus in a terminal window

should be on the output of commands, not on the prompt

#force_color_prompt=yes

if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi

if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}[\033[01;32m]\u@\h[\033[00m]:[\033[01;34m]\w[\033[00m]$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$ '
fi
unset color_prompt force_color_prompt

If this is an xterm set the title to user@host:dir

case "$TERM" in
xterm*|rxvt*)
PS1="[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a]$PS1"
;;
*)
;;
esac

enable color support of ls and also add handy aliases

if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'

alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'

fi

colored GCC warnings and errors

#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'

some more ls aliases

alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

Add an "alert" alias for long running commands. Use like so:

sleep 10; alert

alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '''s/^\s*[0-9]+\s*//;s/[;&|]\s*alert$//''')"'

Alias definitions.

You may want to put all your additions into a separate file like

~/.bash_aliases, instead of adding them here directly.

See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

enable programmable completion features (you don't need to enable

this, if it's already enabled in /etc/bash.bashrc and /etc/profile

sources /etc/bash.bashrc).

if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
export PATH=$PATH:/home/alexandre/.cargo/bin:/root/.cargo/bin
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion

Start keychain

/usr/bin/keychain ~/.ssh/id_rsa
source ~/.keychain/$(hostname)-sh
export PATH="$HOME/.symfony5/bin:$PATH"
export PATH="/usr/suricata/bin:$PATH"
export LIBDIR=/usr/local/lib:/usr/lib/x86_64-linux-gnu
export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH:$LIBDIR
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH

alexandre@alexandre-m:/Téléchargements/libhtp$ sudo find / -name "htp"
/opt/bitdefender-security-tools/share/osquery/lenses/htpasswd.aug
find: ‘/run/user/1000/gvfs’: Permission non accordée
find: ‘/run/user/1000/doc’: Permission non accordée
/snap/core22/864/usr/share/bash-completion/completions/htpasswd
/snap/core22/1380/usr/share/bash-completion/completions/htpasswd
/snap/core20/2318/usr/share/bash-completion/completions/htpasswd
/home/alexandre/Documents/suricata/src/app-layer-htp-libhtp.h
/home/alexandre/Documents/suricata/src/app-layer-htp-body.h
/home/alexandre/Documents/suricata/src/app-layer-htp.h
/home/alexandre/Documents/suricata/src/.deps/app-layer-htp-body.Po
/home/alexandre/Documents/suricata/src/.deps/app-layer-htp-range.Po
/home/alexandre/Documents/suricata/src/.deps/app-layer-htp-xff.Po
/home/alexandre/Documents/suricata/src/.deps/app-layer-htp-libhtp.Po
/home/alexandre/Documents/suricata/src/.deps/app-layer-htp.Po
/home/alexandre/Documents/suricata/src/.deps/app-layer-htp-file.Po
/home/alexandre/Documents/suricata/src/.deps/app-layer-htp-mem.Po
/home/alexandre/Documents/suricata/src/app-layer-htp-range.o
/home/alexandre/Documents/suricata/src/app-layer-htp-mem.h
/home/alexandre/Documents/suricata/src/app-layer-htp-xff.c
/home/alexandre/Documents/suricata/src/app-layer-htp-xff.o
/home/alexandre/Documents/suricata/src/app-layer-htp-libhtp.c
/home/alexandre/Documents/suricata/src/app-layer-htp.c
/home/alexandre/Documents/suricata/src/app-layer-htp-file.c
/home/alexandre/Documents/suricata/src/app-layer-htp-libhtp.o
/home/alexandre/Documents/suricata/src/app-layer-htp-range.h
/home/alexandre/Documents/suricata/src/app-layer-htp-file.o
/home/alexandre/Documents/suricata/src/app-layer-htp-file.h
/home/alexandre/Documents/suricata/src/tests/app-layer-htp-file.c
/home/alexandre/Documents/suricata/src/app-layer-htp.o
/home/alexandre/Documents/suricata/src/app-layer-htp-xff.h
/home/alexandre/Documents/suricata/src/app-layer-htp-range.c
/home/alexandre/Documents/suricata/src/app-layer-htp-body.c
/home/alexandre/Documents/suricata/src/app-layer-htp-mem.c
/home/alexandre/Documents/suricata/src/app-layer-htp-body.o
/home/alexandre/Documents/suricata/src/app-layer-htp-mem.o
/home/alexandre/Documents/suricata/qa/travis-libhtp.sh
/home/alexandre/Téléchargements/libhtp-0.5.48.zip
/home/alexandre/Téléchargements/libhtp-0.5.48
/home/alexandre/Téléchargements/libhtp-0.5.48/htp_config_auto_gen.h.in
/home/alexandre/Téléchargements/libhtp-0.5.48/htp.pc
/home/alexandre/Téléchargements/libhtp-0.5.48/htp.pc.in
/home/alexandre/Téléchargements/libhtp-0.5.48/test/fuzz/.deps/fuzz_htp.Po
/home/alexandre/Téléchargements/libhtp-0.5.48/test/fuzz/fuzz_htp.c
/home/alexandre/Téléchargements/libhtp-0.5.48/test/fuzz/fuzz_htp.h
/home/alexandre/Téléchargements/libhtp-0.5.48/test/pcaptohtp.py
/home/alexandre/Téléchargements/libhtp-0.5.48/extras/htptest.c
/home/alexandre/Téléchargements/libhtp-0.5.48/extras/ruby/htp_ruby.rb
/home/alexandre/Téléchargements/libhtp-0.5.48/extras/ruby/htp.gemspec
/home/alexandre/Téléchargements/libhtp-0.5.48/htp_config_auto_gen.h.in

/home/alexandre/Téléchargements/libhtp-0.5.48/htp
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_parsers.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_config.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_parsers.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp.a
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_util.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_connection_parser.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp-c.la
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_utf8_decoder.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_decompressors.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_response.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_base64.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_urlencoded.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_transcoder.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp.lai
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_request_parsers.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_request_generic.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_request.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_transaction.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_hooks.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_connection.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_response_generic.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp.so.2
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp-c.a
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_content_handlers.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp.so.2.0.0
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp.la
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_multipart.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_config.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_request_apache_2_2.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_cookies.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_php.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/libhtp.so
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_list.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.libs/htp_table.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_utf8_decoder.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_parsers.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_multipart.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_config.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_multipart.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_request_parsers.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_transcoder.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_request_apache_2_2.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_util.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_decompressors.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_connection.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_urlencoded.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_response.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_transaction.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_table.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_base64.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_parsers.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_php.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_hooks.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_content_handlers.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_request.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_request_generic.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_connection_parser.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_list.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_cookies.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_response_generic.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_config.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/.deps/htp_utf8_decoder.Plo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_response_generic.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_transaction.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_content_handlers.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_util.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_transaction.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection_parser.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/libhtp-c.la
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_response.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_apache_2_2.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_utf8_decoder.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_decompressors.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_response.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_base64.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_transcoder.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_urlencoded.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_hooks.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_urlencoded.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_multipart.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_generic.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_transcoder.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_version.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_parsers.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_transcoder.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_parsers.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_response_generic.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_multipart_private.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_config_private.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_generic.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_core.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_multipart.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_generic.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_util.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_transaction.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_hooks.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_cookies.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection_private.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_base64.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_utf8_decoder.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_base64.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_table_private.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_response_generic.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_config.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection_parser.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_list.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_content_handlers.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_decompressors.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_decompressors.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_table.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_version.h.in
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_table.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection_parser_private.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_list.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_transaction.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_util.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_decompressors.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/libhtp.la
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_private.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_parsers.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_php.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection_parser.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_hooks.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_multipart.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_parsers.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_php.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_urlencoded.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_content_handlers.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_config.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_apache_2_2.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_response.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_cookies.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_cookies.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_config_auto.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_base64.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_hooks.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_list_private.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_php.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_list.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_connection_parser.h
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request_apache_2_2.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_table.o
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_request.lo
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_table.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_utf8_decoder.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_list.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp/htp_urlencoded.c
/home/alexandre/Téléchargements/libhtp-0.5.48/htp_config_auto_gen.h
/home/alexandre/Téléchargements/libhtp-0.5.48/examples/mod_libhtp
/home/alexandre/Téléchargements/libhtp-0.5.48/examples/mod_libhtp/mod_libhtp.c
/home/alexandre/Téléchargements/libhtp
/home/alexandre/Téléchargements/libhtp/htp_config_auto_gen.h.in
/home/alexandre/Téléchargements/libhtp/htp.pc
/home/alexandre/Téléchargements/libhtp/htp.pc.in
/home/alexandre/Téléchargements/libhtp/test/fuzz/.deps/fuzz_htp.Po
/home/alexandre/Téléchargements/libhtp/test/fuzz/fuzz_htp.c
/home/alexandre/Téléchargements/libhtp/test/fuzz/fuzz_htp.h
/home/alexandre/Téléchargements/libhtp/test/pcaptohtp.py
/home/alexandre/Téléchargements/libhtp/extras/htptest.c
/home/alexandre/Téléchargements/libhtp/extras/ruby/htp_ruby.rb
/home/alexandre/Téléchargements/libhtp/extras/ruby/htp.gemspec
/home/alexandre/Téléchargements/libhtp/htp_config_auto_gen.h.in~
/home/alexandre/Téléchargements/libhtp/htp
/home/alexandre/Téléchargements/libhtp/htp/htp_parsers.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_config.c
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_parsers.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp.a
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_util.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_connection_parser.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp-c.la
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_utf8_decoder.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_decompressors.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_response.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_base64.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_urlencoded.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_transcoder.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp.lai
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_request_parsers.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_request_generic.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_request.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_transaction.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_hooks.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_connection.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_response_generic.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp.so.2
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp-c.a
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_content_handlers.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp.so.2.0.0
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp.la
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_multipart.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_config.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_request_apache_2_2.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_cookies.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_php.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/libhtp.so
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_list.o
/home/alexandre/Téléchargements/libhtp/htp/.libs/htp_table.o
/home/alexandre/Téléchargements/libhtp/htp/htp_utf8_decoder.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_parsers.o
/home/alexandre/Téléchargements/libhtp/htp/htp_multipart.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_config.lo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_multipart.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_request_parsers.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_transcoder.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_request_apache_2_2.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_util.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_decompressors.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_connection.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_urlencoded.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_response.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_transaction.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_table.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_base64.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_parsers.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_php.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_hooks.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_content_handlers.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_request.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_request_generic.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_connection_parser.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_list.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_cookies.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_response_generic.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_config.Plo
/home/alexandre/Téléchargements/libhtp/htp/.deps/htp_utf8_decoder.Plo
/home/alexandre/Téléchargements/libhtp/htp/htp_response_generic.c
/home/alexandre/Téléchargements/libhtp/htp/htp_connection.c
/home/alexandre/Téléchargements/libhtp/htp/htp_transaction.c
/home/alexandre/Téléchargements/libhtp/htp/htp_content_handlers.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_util.o
/home/alexandre/Téléchargements/libhtp/htp/htp_transaction.h
/home/alexandre/Téléchargements/libhtp/htp/htp_connection_parser.o
/home/alexandre/Téléchargements/libhtp/htp/htp_connection.lo
/home/alexandre/Téléchargements/libhtp/htp/libhtp-c.la
/home/alexandre/Téléchargements/libhtp/htp/htp_response.c
/home/alexandre/Téléchargements/libhtp/htp/htp_request_apache_2_2.c
/home/alexandre/Téléchargements/libhtp/htp/htp_utf8_decoder.o
/home/alexandre/Téléchargements/libhtp/htp/htp_decompressors.o
/home/alexandre/Téléchargements/libhtp/htp/htp_response.o
/home/alexandre/Téléchargements/libhtp/htp/htp_base64.o
/home/alexandre/Téléchargements/libhtp/htp/htp_transcoder.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_urlencoded.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_hooks.h
/home/alexandre/Téléchargements/libhtp/htp/htp_urlencoded.o
/home/alexandre/Téléchargements/libhtp/htp/htp_multipart.h
/home/alexandre/Téléchargements/libhtp/htp/htp_request_generic.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_transcoder.o
/home/alexandre/Téléchargements/libhtp/htp/htp_version.h
/home/alexandre/Téléchargements/libhtp/htp/htp_request_parsers.c
/home/alexandre/Téléchargements/libhtp/htp/htp_transcoder.c
/home/alexandre/Téléchargements/libhtp/htp/htp_request_parsers.o
/home/alexandre/Téléchargements/libhtp/htp/htp_response_generic.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_multipart_private.h
/home/alexandre/Téléchargements/libhtp/htp/htp_config_private.h
/home/alexandre/Téléchargements/libhtp/htp/htp_request_generic.c
/home/alexandre/Téléchargements/libhtp/htp/htp_core.h
/home/alexandre/Téléchargements/libhtp/htp/htp_multipart.c
/home/alexandre/Téléchargements/libhtp/htp/htp_request_generic.o
/home/alexandre/Téléchargements/libhtp/htp/htp_util.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_request.o
/home/alexandre/Téléchargements/libhtp/htp/htp_transaction.o
/home/alexandre/Téléchargements/libhtp/htp/htp_hooks.o
/home/alexandre/Téléchargements/libhtp/htp/htp_cookies.c
/home/alexandre/Téléchargements/libhtp/htp/htp_connection_private.h
/home/alexandre/Téléchargements/libhtp/htp/htp_base64.h
/home/alexandre/Téléchargements/libhtp/htp/htp_connection.o
/home/alexandre/Téléchargements/libhtp/htp/htp_utf8_decoder.h
/home/alexandre/Téléchargements/libhtp/htp/htp_base64.c
/home/alexandre/Téléchargements/libhtp/htp/htp_table_private.h
/home/alexandre/Téléchargements/libhtp/htp/htp_response_generic.o
/home/alexandre/Téléchargements/libhtp/htp/htp_config.h
/home/alexandre/Téléchargements/libhtp/htp/htp_connection_parser.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_list.h
/home/alexandre/Téléchargements/libhtp/htp/htp_content_handlers.o
/home/alexandre/Téléchargements/libhtp/htp/htp_decompressors.h
/home/alexandre/Téléchargements/libhtp/htp/htp_decompressors.c
/home/alexandre/Téléchargements/libhtp/htp/htp_table.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_version.h.in
/home/alexandre/Téléchargements/libhtp/htp/htp_table.h
/home/alexandre/Téléchargements/libhtp/htp/htp_connection_parser_private.h
/home/alexandre/Téléchargements/libhtp/htp/htp_list.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_transaction.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_util.c
/home/alexandre/Téléchargements/libhtp/htp/htp_decompressors.lo
/home/alexandre/Téléchargements/libhtp/htp/libhtp.la
/home/alexandre/Téléchargements/libhtp/htp/htp_private.h
/home/alexandre/Téléchargements/libhtp/htp/htp_request_parsers.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_php.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_connection_parser.c
/home/alexandre/Téléchargements/libhtp/htp/htp_hooks.c
/home/alexandre/Téléchargements/libhtp/htp/htp_multipart.o
/home/alexandre/Téléchargements/libhtp/htp/htp_parsers.c
/home/alexandre/Téléchargements/libhtp/htp/htp.h
/home/alexandre/Téléchargements/libhtp/htp/htp_php.c
/home/alexandre/Téléchargements/libhtp/htp/htp_urlencoded.h
/home/alexandre/Téléchargements/libhtp/htp/htp_content_handlers.c
/home/alexandre/Téléchargements/libhtp/htp/htp_config.o
/home/alexandre/Téléchargements/libhtp/htp/htp_request_apache_2_2.o
/home/alexandre/Téléchargements/libhtp/htp/htp_response.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_cookies.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_cookies.o
/home/alexandre/Téléchargements/libhtp/htp/htp_config_auto.h
/home/alexandre/Téléchargements/libhtp/htp/htp_base64.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_hooks.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_list_private.h
/home/alexandre/Téléchargements/libhtp/htp/htp_php.o
/home/alexandre/Téléchargements/libhtp/htp/htp_list.o
/home/alexandre/Téléchargements/libhtp/htp/htp_request.c
/home/alexandre/Téléchargements/libhtp/htp/htp_connection_parser.h
/home/alexandre/Téléchargements/libhtp/htp/htp_request_apache_2_2.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_table.o
/home/alexandre/Téléchargements/libhtp/htp/htp_request.lo
/home/alexandre/Téléchargements/libhtp/htp/htp_table.c
/home/alexandre/Téléchargements/libhtp/htp/htp_utf8_decoder.c
/home/alexandre/Téléchargements/libhtp/htp/htp_list.c
/home/alexandre/Téléchargements/libhtp/htp/htp_urlencoded.c
/home/alexandre/Téléchargements/libhtp/htp_config_auto_gen.h
/home/alexandre/Téléchargements/libhtp/examples/mod_libhtp
/home/alexandre/Téléchargements/libhtp/examples/mod_libhtp/mod_libhtp.c
/usr/bin/htpasswd
/usr/share/bash-completion/completions/htpasswd
/usr/share/man/man1/htpasswd.1.gz
/usr/lib/libreoffice/share/gallery/bullets/whtpearl.gif
/usr/lib/x86_64-linux-gnu/pkgconfig/htp.pc
/usr/lib/x86_64-linux-gnu/libhtp.a
/usr/lib/x86_64-linux-gnu/libhtp.so.2
/usr/lib/x86_64-linux-gnu/libhtp.so.2.0.0
/usr/lib/x86_64-linux-gnu/htp
/usr/lib/x86_64-linux-gnu/htp/pkgconfig/htp.pc
/usr/lib/x86_64-linux-gnu/htp/libhtp.a
/usr/lib/x86_64-linux-gnu/htp/libhtp.so.2
/usr/lib/x86_64-linux-gnu/htp/libhtp.so.2.0.0
/usr/lib/x86_64-linux-gnu/htp/libhtp.la
/usr/lib/x86_64-linux-gnu/htp/libhtp.so
/usr/lib/x86_64-linux-gnu/libhtp.la
/usr/lib/x86_64-linux-gnu/libhtp
/usr/lib/x86_64-linux-gnu/libhtp.so
/usr/lib/modules/6.5.0-41-generic/kernel/drivers/hid/intel-ish-hid/intel-ishtp.ko.zst
/usr/lib/modules/6.5.0-41-generic/kernel/drivers/hid/intel-ish-hid/intel-ishtp-hid.ko.zst
/usr/lib/modules/6.5.0-41-generic/kernel/drivers/hid/intel-ish-hid/intel-ishtp-loader.ko.zst
/usr/lib/modules/6.5.0-41-generic/kernel/drivers/platform/chrome/cros_ec_ishtp.ko.zst
/usr/lib/modules/6.5.0-41-generic/kernel/drivers/platform/x86/intel/ishtp_eclite.ko.zst
/usr/local/include/htp
/usr/local/include/htp/htp_transaction.h
/usr/local/include/htp/htp_hooks.h
/usr/local/include/htp/htp_multipart.h
/usr/local/include/htp/htp_version.h
/usr/local/include/htp/htp_core.h
/usr/local/include/htp/htp_base64.h
/usr/local/include/htp/htp_utf8_decoder.h
/usr/local/include/htp/htp_config.h
/usr/local/include/htp/htp_list.h
/usr/local/include/htp/htp_decompressors.h
/usr/local/include/htp/htp_table.h
/usr/local/include/htp/htp.h
/usr/local/include/htp/htp_urlencoded.h
/usr/local/include/htp/htp_connection_parser.h
/usr/local/include/libhtp
/usr/local/include/libhtp/htp
/usr/local/lib/pkgconfig/htp.pc
/usr/local/lib/libhtp.a
/usr/local/lib/libhtp.so.2
/usr/local/lib/libhtp.so.2.0.0
/usr/local/lib/libhtp.la
/usr/local/lib/libhtp.so
find: ‘/proc/13975/task/13975/net’: Argument invalide
find: ‘/proc/13975/net’: Argument invalide
find: ‘/tmp/.mount_jetbraCvslkY’: Permission non accordée
`

the problem during installation suricata:

`alexandre@alexandre-m:~/Documents/suricata$ ./configure --prefix=/usr/ --bindir=/usr/bin/suricata --sbindir=/usr/sbin/suricata --libdir=/usr/lib/suricata/ --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/local/lib --enable-non-bundled-htp --with-libhtp-includes=/usr/local/include/htp --with-libhtp-libraries=/usr/lib/x86_64-linux-gnu --with-libyaml-libraries=/snap/gnome-3-38-2004/143/usr/lib/x86_64-linux-gnu
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... no
checking for sys/time.h... yes
checking for sys/param.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether GCC or Clang is our compiler... gcc
checking for clang... /usr/bin/clang
checking gcc version... 13
checking for gawk... (cached) mawk
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for ranlib... (cached) ranlib
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for cygpath... no
checking for pkg-config... /usr/bin/pkg-config
checking for python3... /usr/bin/python3
checking for wget... /usr/bin/wget
checking for stddef.h... yes
checking for arpa/inet.h... yes
checking for assert.h... yes
checking for ctype.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for getopt.h... yes
checking for limits.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for poll.h... yes
checking for sched.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdbool.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/ioctl.h... yes
checking for math.h... yes
checking for syslog.h... yes
checking for sys/prctl.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/syscall.h... yes
checking for sys/time.h... (cached) yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for linux/if_ether.h... yes
checking for linux/if_packet.h... yes
checking for linux/filter.h... yes
checking for linux/ethtool.h... yes
checking for linux/sockios.h... yes
checking for glob.h... yes
checking for locale.h... yes
checking for grp.h... yes
checking for pwd.h... yes
checking for dirent.h... yes
checking for fnmatch.h... yes
checking for sys/resource.h... yes
checking for sys/types.h... (cached) yes
checking for sys/un.h... yes
checking for sys/random.h... yes
checking for utime.h... yes
checking for libgen.h... yes
checking for mach/mach.h... no
checking for stdatomic.h... yes
checking for sys/queue.h... yes
checking for sys/socket.h... (cached) yes
checking for net/if.h... yes
checking for sys/mman.h... yes
checking for linux/if_arp.h... yes
checking for windows.h... no
checking for winsock2.h... no
checking for ws2tcpip.h... no
checking for w32api/wtypes.h... no
checking for w32api/winbase.h... no
checking for wincrypt.h... no
checking for inline... inline
checking for C/C++ restrict keyword... restrict
checking for pid_t... yes
checking for mode_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int... yes
checking for u_short... yes
checking for u_long... yes
checking for u_char... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for gcc options needed to detect all undeclared functions... none needed
checking for struct tm.tm_zone... yes
checking for ptrdiff_t... yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for fork... yes
checking for vfork... yes
checking for alarm... yes
checking for getpagesize... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working mktime... yes
checking for working mmap... yes
checking for working strtod... yes
checking for memmem... yes
checking for memset... yes
checking for memchr... yes
checking for memrchr... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strdup... yes
checking for strndup... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for strstr... yes
checking for strpbrk... yes
checking for strtoull... yes
checking for strtoumax... yes
checking for strerror... yes
checking for gethostname... yes
checking for inet_ntoa... yes
checking for uname... yes
checking for gettimeofday... yes
checking for clock_gettime... yes
checking for utime... yes
checking for strptime... yes
checking for tzset... yes
checking for localtime_r... yes
checking for socket... yes
checking for setenv... yes
checking for select... yes
checking for putenv... yes
checking for dup2... yes
checking for endgrent... yes
checking for endpwent... yes
checking for atexit... yes
checking for munmap... yes
checking for setrlimit... yes
checking for fwrite_unlocked... yes
checking whether getrandom is declared... yes
checking whether _popcnt64 is declared... yes
checking for malloc.h... yes
checking whether malloc_trim is declared... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking host os... installation for x86_64-pc-linux-gnu OS... ok
checking for c11 support... yes
checking for -Wl... yes
checking for thread local storage gnu __thread support... yes
checking for linux/landlock.h... yes
checking for dlfcn.h... (cached) yes
checking for plugin support... yes
checking checking if gcc supports -march=native... yes
checking for llc-16.0... no
checking for llc-16... llc-16
checking libbpf has bpf/bpf_helpers.h... ok
checking for spatch... no
checking for zlib.h... yes
checking for inflate in -lz... yes
checking for pcre2_compile_8 in -lpcre2-8... yes
checking for PCRE2 JIT support... yes
checking for libhs... yes
checking for hs.h... yes
checking for hs_compile in -lhs... yes
checking for hs_valid_platform... yes
checking for yaml.h... yes
checking for yaml_parser_initialize in -lyaml... yes
checking for pthread_create in -lpthread... yes
checking for pthread_spin_unlock... yes
checking for pthread_getattr_np... yes
checking for jansson.h... yes
checking for json_dump_callback in -ljansson... yes
checking for nfnl_fd in -lnfnetlink... yes
checking for libnetfilter_log/libnetfilter_log.h... yes
checking for nflog_open in -lnetfilter_log... yes
checking whether OS_WIN32 is declared... no
checking for libnet.h version 1.1.x... no
checking for pcap.h... yes
checking for pcap.h... (cached) yes
checking for pcap/pcap.h... yes
checking for pcap/bpf.h... no
checking for pcap_open_dead in -lpcap... yes
checking for libpcap... yes
checking for pcap-config... /usr/local/bin/pcap-config
checking for pcap_set_buffer_size in -lpcap... yes
checking whether TPACKET_V2 is declared... yes
checking whether PACKET_FANOUT_QM is declared... yes
checking whether TPACKET_V3 is declared... yes
checking whether SOF_TIMESTAMPING_RAW_HARDWARE is declared... yes
checking for elf_begin in -lelf... yes
checking for xdp/xsk.h... no
checking for xsk_umem__create in -lxdp... no
checking for bpf_xdp_query_id... no
checking for htp... yes
checking for htp/htp.h... yes
checking for htp_conn_create in -lhtp... no

ERROR! libhtp library not found

`

could you help me ?

You should clone libhtp in suricata directory, and forum.suricata.io is better suited than GitHub for support