- 论坛徽章:
- 0
|
安装tripwire出错误怎么解决阿?在网上搜了很多!基本上都没有什么答案!请各位协助解决这个问题!不胜感激
Centos5.1,下安装
[root@210 tripwire-2.3.1-2]# make
make all-recursive
make[1]: Entering directory `/root/tripwire-2.3.1-2'
Making all in man
make[2]: Entering directory `/root/tripwire-2.3.1-2/man'
Making all in man4
make[3]: Entering directory `/root/tripwire-2.3.1-2/man/man4'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/tripwire-2.3.1-2/man/man4'
Making all in man5
make[3]: Entering directory `/root/tripwire-2.3.1-2/man/man5'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/tripwire-2.3.1-2/man/man5'
Making all in man8
make[3]: Entering directory `/root/tripwire-2.3.1-2/man/man8'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/tripwire-2.3.1-2/man/man8'
make[3]: Entering directory `/root/tripwire-2.3.1-2/man'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/tripwire-2.3.1-2/man'
make[2]: Leaving directory `/root/tripwire-2.3.1-2/man'
Making all in src
make[2]: Entering directory `/root/tripwire-2.3.1-2/src'
Making all in cryptlib
make[3]: Entering directory `/root/tripwire-2.3.1-2/src/cryptlib'
ln -f libcryptlib.a ../../lib/libcryptlib.a
make[3]: Leaving directory `/root/tripwire-2.3.1-2/src/cryptlib'
Making all in core
make[3]: Entering directory `/root/tripwire-2.3.1-2/src/core'
ar ru ../../lib/libtripwire.a file_unix.o unixfsservices.o charutil_t.o displayencoder_t.o archive.o charutil.o cmdlineparser.o codeconvert.o core.o coreerrors.o corestrings.o crc32.o debug.o displayencoder.o displayutil.o error.o errorbucketimpl.o errortable.o errorutil.o fileerror.o fileheader.o fsservices.o growheap.o hashtable.o haval.o msystem.o ntmbs.o objectpool.o refcountobj.o serializable.o serializer.o serializerimpl.o serializerutil.o serstring.o srefcountobj.o srefcounttbl.o stdcore.o stringutil.o timebomb.o timeconvert.o tw_signal.o twlimits.o twlocale.o unixexcept.o usernotify.o usernotifystdout.o utf8.o wchar16.o md5.o sha.o
make[3]: Leaving directory `/root/tripwire-2.3.1-2/src/core'
Making all in db
make[3]: Entering directory `/root/tripwire-2.3.1-2/src/db'
ar ru ../../lib/libtripwire.a blockfile.o blockrecordarray.o blockrecordfile.o db.o hierdatabase.o hierdbpath.o stddb.o
make[3]: Leaving directory `/root/tripwire-2.3.1-2/src/db'
Making all in fco
make[3]: Entering directory `/root/tripwire-2.3.1-2/src/fco'
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O -pipe -Wall -c -o fcodatasourceiter.o fcodatasourceiter.cpp
../core/typed.h:57: 警告:‘class iTyped’ 有虚函数却没有虚析构函数
../core/serializable.h:79: 警告:‘class iSerializable’ 有虚函数却没有虚析构函数
../core/serializable.h:91: 警告:‘class iTypedSerializable’ 有虚函数却没有虚析构函数
fconameinfo.h:46: 警告:‘class iFCONameInfo’ 有虚函数却没有虚析构函数
fconame.h:147: 错误:ISO C++ 不允许声明无类型的 ‘cFCOName_i’
fconame.h:147: 错误:expected ‘;’ before ‘*’ token
make[3]: *** [fcodatasourceiter.o] 错误 1
make[3]: Leaving directory `/root/tripwire-2.3.1-2/src/fco'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/root/tripwire-2.3.1-2/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/tripwire-2.3.1-2'
make: *** [all] 错误 2
[root@210 tripwire-2.3.1-2]# cat ../core/typed.h
cat: ../core/typed.h: 没有那个文件或目录
[root@210 tripwire-2.3.1-2]# cat ./core/typed.h
cat: ./core/typed.h: 没有那个文件或目录
[root@210 tripwire-2.3.1-2]# cat core/typed.h
cat: core/typed.h: 没有那个文件或目录
[root@210 tripwire-2.3.1-2]# cat fconame.h
cat: fconame.h: 没有那个文件或目录 |
|