libtrace 安装 使用 修改
Posted 熊猫滚滚
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了libtrace 安装 使用 修改相关的知识,希望对你有一定的参考价值。
下载
https://github.com/LibtraceTeam/libtrace/releases
解压
进入目录
依赖
sudo apt install libpcap0.8-dev -y
automake
wget ftp://ftp.gnu.org/gnu/automake/automake-1.9.tar.gz
tar zxf automake-1.9.tar.gz
cd automake-1.9
./configure
make
make install
libtool
wget ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz
tar zxf libtool-2.4.tar.gz
cd libtool-2.4
./configure
make
make install
sudo apt install flex -y
sudo apt install bison -y
wget https://research.wand.net.nz/software/wandio/wandio-1.0.4.tar.gz
./bootstrap.sh
autoheader \
&& aclocal \
&& libtoolize --ltdl --copy --force \
&& automake --add-missing --copy \
&& autoconf \
&& ./configure
make -j8
sudo make
sudo ldconfig
以上是关于libtrace 安装 使用 修改的主要内容,如果未能解决你的问题,请参考以下文章