MRchildNEO / scholarzhang

Automatically exported from code.google.com/p/scholarzhang
0 stars 0 forks source link

Ubuntu9.10 安装出错 #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $ CFLAGS="" ./configure --prefix=/usr #debian: --libexecdir=/lib
2.
3.

What is the expected output? What do you see instead?
checking for libxtables... configure: error: Package requirements (xtables
>= 1.4.3) were not met:

No package 'xtables' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libxtables_CFLAGS
and libxtables_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

What version of the product are you using? On what operating system?

Please provide any additional information below.
* autoconf
 * automake
 * libtool
 * aptitude xtables-addons-common
 * linux-header
已安装,iptable版本1.4.4,build-deb 
是什么包,不知道是不是这个问题?

Original issue reported on code.google.com by luyi...@hotmail.com on 30 Mar 2010 at 5:38

GoogleCodeExporter commented 8 years ago
安装

到这里下载安装文件, 解压进入目录. 先安装一些依赖软件:
$ sudo apt-get install autoconf automake libtool aptitude xtables-addons-common
iptables-dev
接下来开始编译加安装:
$ ./autogen.sh 
$ CFLAGS="" ./configure --prefix=/usr --libexecdir=/lib 
$ make 
$ sudo make install 

来自:
http://www.hudong.com/wiki/%E8%A5%BF%E5%8E%A2%E8%AE%A1%E5%88%92#15

Original comment by nirvana...@gmail.com on 31 Mar 2010 at 12:08

GoogleCodeExporter commented 8 years ago
我也已经试过nirvana117的方法了。这些依赖软件全部安装了,�
��是autoget.sh还是不能运行
啊,出错:

./autogen.sh 
aclocal: configure.ac: 8: macro `AM_PROG_CC_C_O' not found in library
autoreconf2.50: aclocal failed with exit status: 1

Original comment by lele....@gmail.com on 2 Apr 2010 at 12:33

GoogleCodeExporter commented 8 years ago

Original comment by yingyingcui.scholarzhang@gmail.com on 4 Apr 2010 at 7:54