possibly undefined macro: AC_TYPE_SSIZE_T

在安装安装SIPp-3.3时遇一些问题:

执行 autoreconf -ivf 出错:
Can't exec "aclocal": No such file or directory at /usr/bin/autoreconf line 174.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 174.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal  --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 288.
autoreconf: failed to run aclocal: No such file or directory

可能是没有安装aclocal
找到rpm包安装,需要安装libtool
cd /home/cdrom/CentOS
rpm -ivh rpm -ivh libtool-1.5.22-7.el5_4.x86_64.rpm automake-1.9.6-2.3.el5.noarch.rpm
automake是libtool的依赖包,一起安装;

继续执行:autoreconf -ivf
继续报错:
configure.ac:151: error: possibly undefined macro: AC_TYPE_SSIZE_T
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:152: error: possibly undefined macro: AC_TYPE_UINT16_T
configure.ac:153: error: possibly undefined macro: AC_TYPE_UINT32_T
configure.ac:154: error: possibly undefined macro: AC_TYPE_UINT8_T
autoreconf: /usr/bin/autoconf failed with exit status: 1

然后google了一番,结果发现可能和automake的版本有关。
CentOS5.8系统使用的autoconf 和 autoconf的版本:
automake --version : 1.9.6
autoconf --version : 2.59
版本太低,尝试安装更高版本的autoconf
tar zxvf autoconf-2.69.tar.gz
cd autoconf-2.69
./configure
make
make install

cd /home/sipp-3.3
/usr/local/bin/autoconf -ivf
OK,通过。
.configure --with-pcap --with-sctp
make pcapplay_ossl
测试:OK

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值