possibly undefined macro: AC_TYPE_SSIZE_T

本文记录了在CentOS 5.8上安装SIPp-3.3过程中遇到的问题及解决方法,包括缺少aclocal、autoreconf配置错误等,并更新了autoconf版本。

在安装安装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

用中文分析错误原因,给出解决方法cd zeromq-4.3.5/ [root@localhost:2 zeromq-4.3.5]# ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I config --force -I config autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'. libtoolize: copying file 'config/libtool.m4' libtoolize: copying file 'config/ltoptions.m4' libtoolize: copying file 'config/ltsugar.m4' libtoolize: copying file 'config/ltversion.m4' libtoolize: copying file 'config/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --include=config --force configure.ac:28: error: possibly undefined macro: AC_SUBST If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:74: error: missing some pkg-config macros (pkg-config package) configure.ac:132: error: possibly undefined macro: AC_MSG_RESULT configure.ac:145: error: possibly undefined macro: AC_DEFINE configure.ac:253: error: possibly undefined macro: AC_CHECK_LIB configure.ac:356: error: possibly undefined macro: AC_CHECK_HEADERS configure.ac:358: error: possibly undefined macro: AC_MSG_ERROR configure.ac:545: error: missing some pkg-config macros (pkg-config package) configure.ac:550: error: possibly undefined macro: AC_SEARCH_LIBS configure.ac:593: error: possibly undefined macro: AC_MSG_NOTICE configure.ac:888: error: possibly undefined macro: AC_MSG_WARN autoreconf: /usr/bin/autoconf failed with exit status: 1 autogen.sh: error: autoreconf exited with status 1
07-23
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值