0

我试图在 ubuntu 12.04 32 位中安装 barnyard2

我正在使用语法进行配置:

./configure --with-mysql-libraries=/usr/lib/x86_64-linux-gnu

当我尝试使用 makefile 编译 daq-1.1.1 时,遇到以下错误:

make[3]: 离开目录/root/snortinstall/barnyard2/src' make[2]: Leaving directory/root/snortinstall/barnyard2/src' make all in etc make[2]: 进入目录/root/snortinstall/barnyard2/etc' make[2]: Nothing to be done forall'. make[2]: 离开目录 /root/snortinstall/barnyard2/etc' Making all in doc make[2]: Entering directory/root/snortinstall/barnyard2/doc' make[2]: Nothing to be done for all'. make[2]: Leaving directory /root/snortinstall/barnyard2/doc' 在 rpm make[2]: 进入目录/root/snortinstall/barnyard2/rpm' make[2]: Nothing to be done forall'. make[2]: 离开目录 /root/snortinstall/barnyard2/rpm' Making all in schemas make[2]: Entering directory/root/snortinstall/barnyard2/schemas' make[2]: Nothing to be done for all'. make[2]: Leaving directory /root/snortinstall/barnyard2/schemas' 在 m4 中制作所有 make[2]: 进入目录/root/snortinstall/barnyard2/m4' make[2]: Nothing to be done forall'. make[2]: 离开目录 /root/snortinstall/barnyard2/m4' make[2]: Entering directory /root/snortinstall/barnyard2' make[2]: 没有为 all-am'. make[2]: Leaving directory/root/snortinstall/barnyard2' 做任何事情 make[1]: 离开目录 `/root/snortinstall/barnyard2'

4

1 回答 1

0

try this

sudo ./configure --with-mysql --with-mysql-libraries=/usr/lib

or

sudo ./configure --with-mysql --with-mysql-libraries=/usr/lib32

for me it worked with

sudo ./configure --with-mysql --with-mysql-libraries=/usr/lib64

but I am useing ubuntu 12.04 64bit

于 2013-01-13T12:48:39.107 回答