<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot compile Tripwire source in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745897#M256875</link>
    <description>Urey,&lt;BR /&gt;probably best to complete this problem by reviewing/rewarding answers and raising a new problem under languages section.</description>
    <pubDate>Thu, 09 Mar 2006 08:52:52 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-03-09T08:52:52Z</dc:date>
    <item>
      <title>Cannot compile Tripwire source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745893#M256871</link>
      <description>Hi experts,&lt;BR /&gt;&lt;BR /&gt;I downloaded Tripwire source from &lt;A href="http://sourceforge.net/projects/tripwire/" target="_blank"&gt;http://sourceforge.net/projects/tripwire/&lt;/A&gt; and compile with error in HP Ux 11.11.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#./configure&lt;BR /&gt;checking build system type... hppa2.0w-hp-hpux11.11&lt;BR /&gt;checking host system type... hppa2.0w-hp-hpux11.11&lt;BR /&gt;checking target system type... hppa2.0w-hp-hpux11.11&lt;BR /&gt;checking for a BSD-compatible install... ./install-sh -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for gawk... gawk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking whether the C compiler works... yes&lt;BR /&gt;checking whether we are cross compiling... no&lt;BR /&gt;checking for suffix of executables... &lt;BR /&gt;checking for suffix of object files... o&lt;BR /&gt;checking whether we are using the GNU C compiler... yes&lt;BR /&gt;checking whether gcc accepts -g... yes&lt;BR /&gt;checking for gcc option to accept ANSI C... none needed&lt;BR /&gt;checking for style of include used by make... GNU&lt;BR /&gt;checking dependency style of gcc... none&lt;BR /&gt;checking for g++... g++&lt;BR /&gt;checking whether we are using the GNU C++ compiler... yes&lt;BR /&gt;checking whether g++ accepts -g... yes&lt;BR /&gt;checking dependency style of g++... none&lt;BR /&gt;checking for ranlib... ranlib&lt;BR /&gt;checking for bison... bison -y&lt;BR /&gt;checking for vi... /usr/bin/vi&lt;BR /&gt;checking for sendmail... /usr/sbin/sendmail&lt;BR /&gt;checking how to run the C preprocessor... gcc -E&lt;BR /&gt;checking for egrep... grep -E&lt;BR /&gt;checking for ANSI C header files... yes&lt;BR /&gt;checking for sys/types.h... yes&lt;BR /&gt;checking for sys/stat.h... yes&lt;BR /&gt;checking for stdlib.h... yes&lt;BR /&gt;checking for string.h... yes&lt;BR /&gt;checking for memory.h... yes&lt;BR /&gt;checking for strings.h... yes&lt;BR /&gt;checking for inttypes.h... yes&lt;BR /&gt;checking for stdint.h... no&lt;BR /&gt;checking for unistd.h... yes&lt;BR /&gt;checking sys/param.h usability... yes&lt;BR /&gt;checking sys/param.h presence... yes&lt;BR /&gt;checking for sys/param.h... yes&lt;BR /&gt;checking for sys/mount.h... yes&lt;BR /&gt;checking sys/ustat.h usability... yes&lt;BR /&gt;checking sys/ustat.h presence... yes&lt;BR /&gt;checking for sys/ustat.h... yes&lt;BR /&gt;checking sys/sysmacros.h usability... yes&lt;BR /&gt;checking sys/sysmacros.h presence... yes&lt;BR /&gt;checking for sys/sysmacros.h... yes&lt;BR /&gt;checking sys/syslog.h usability... no&lt;BR /&gt;checking sys/syslog.h presence... no&lt;BR /&gt;checking for sys/syslog.h... no&lt;BR /&gt;checking for unistd.h... (cached) yes&lt;BR /&gt;checking syslog.h usability... yes&lt;BR /&gt;checking syslog.h presence... yes&lt;BR /&gt;checking for syslog.h... yes&lt;BR /&gt;checking iconv.h usability... yes&lt;BR /&gt;checking iconv.h presence... yes&lt;BR /&gt;checking for iconv.h... yes&lt;BR /&gt;checking langinfo.h usability... yes&lt;BR /&gt;checking langinfo.h presence... yes&lt;BR /&gt;checking for langinfo.h... yes&lt;BR /&gt;checking sys/statfs.h usability... no&lt;BR /&gt;checking sys/statfs.h presence... no&lt;BR /&gt;checking for sys/statfs.h... no&lt;BR /&gt;checking signum.h usability... no&lt;BR /&gt;checking signum.h presence... no&lt;BR /&gt;checking for signum.h... no&lt;BR /&gt;checking bits/signum.h usability... no&lt;BR /&gt;checking bits/signum.h presence... no&lt;BR /&gt;checking for bits/signum.h... no&lt;BR /&gt;checking stdarg.h usability... yes&lt;BR /&gt;checking stdarg.h presence... yes&lt;BR /&gt;checking for stdarg.h... yes&lt;BR /&gt;checking malloc.h usability... yes&lt;BR /&gt;checking malloc.h presence... yes&lt;BR /&gt;checking for malloc.h... yes&lt;BR /&gt;checking for an ANSI C-conforming const... yes&lt;BR /&gt;checking for size_t... yes&lt;BR /&gt;checking whether time.h and sys/time.h may both be included... yes&lt;BR /&gt;checking whether byte ordering is bigendian... yes&lt;BR /&gt;checking for int... yes&lt;BR /&gt;checking size of int... 4&lt;BR /&gt;checking for long... yes&lt;BR /&gt;checking size of long... 4&lt;BR /&gt;checking for long long... yes&lt;BR /&gt;checking size of long long... 8&lt;BR /&gt;checking for strftime... yes&lt;BR /&gt;checking for gethostname... yes&lt;BR /&gt;checking for gethostid... yes&lt;BR /&gt;checking for mkstemp... yes&lt;BR /&gt;checking for socket in -lc... yes&lt;BR /&gt;checking for gethostbyname in -lc... yes&lt;BR /&gt;checking how to run the C++ preprocessor... g++ -E&lt;BR /&gt;checking locale usability... yes&lt;BR /&gt;checking locale presence... yes&lt;BR /&gt;checking for locale... yes&lt;BR /&gt;checking wchar.h usability... yes&lt;BR /&gt;checking wchar.h presence... yes&lt;BR /&gt;checking for wchar.h... yes&lt;BR /&gt;checking for OpenSSL directory... (system)&lt;BR /&gt;checking openssl/md5.h usability... yes&lt;BR /&gt;checking openssl/md5.h presence... yes&lt;BR /&gt;checking for openssl/md5.h... yes&lt;BR /&gt;checking openssl/sha.h usability... yes&lt;BR /&gt;checking openssl/sha.h presence... yes&lt;BR /&gt;checking for openssl/sha.h... yes&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating man/Makefile&lt;BR /&gt;config.status: creating man/man4/Makefile&lt;BR /&gt;config.status: creating man/man5/Makefile&lt;BR /&gt;config.status: creating man/man8/Makefile&lt;BR /&gt;config.status: creating src/Makefile&lt;BR /&gt;config.status: creating src/cryptlib/Makefile&lt;BR /&gt;config.status: creating src/core/Makefile&lt;BR /&gt;config.status: creating src/db/Makefile&lt;BR /&gt;config.status: creating src/fco/Makefile&lt;BR /&gt;config.status: creating src/fs/Makefile&lt;BR /&gt;config.status: creating src/tw/Makefile&lt;BR /&gt;config.status: creating src/twcrypto/Makefile&lt;BR /&gt;config.status: creating src/twparser/Makefile&lt;BR /&gt;config.status: creating src/util/Makefile&lt;BR /&gt;config.status: creating src/twprint/Makefile&lt;BR /&gt;config.status: creating src/twadmin/Makefile&lt;BR /&gt;config.status: creating src/siggen/Makefile&lt;BR /&gt;config.status: creating src/tripwire/Makefile&lt;BR /&gt;config.status: creating config.h&lt;BR /&gt;config.status: config.h is unchanged&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;&lt;BR /&gt;#make&lt;BR /&gt;No suffix list.&lt;BR /&gt;        cd . &amp;amp;&amp;amp; /bin/sh /index/tripwire/missing --run aclocal-1.8 &lt;BR /&gt;/index/tripwire/missing[46]: aclocal-1.8:  not found.&lt;BR /&gt;WARNING: `aclocal-1.8' is needed, and you do not seem to have it handy on your&lt;BR /&gt;         system.  You might have modified some files without having the&lt;BR /&gt;         proper tools for further handling them.  Check the `README' file,&lt;BR /&gt;         it often tells you about the needed prerequirements for installing&lt;BR /&gt;         this package.  You may also peek at any GNU archive site, in case&lt;BR /&gt;         some other package would contain this missing `aclocal-1.8' program.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Urey</description>
      <pubDate>Tue, 07 Mar 2006 04:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745893#M256871</guid>
      <dc:creator>Urey Cheung</dc:creator>
      <dc:date>2006-03-07T04:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot compile Tripwire source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745894#M256872</link>
      <description>Urey,&lt;BR /&gt;looks as if your configure worked ok.&lt;BR /&gt;However, seems aclocal is missing/wrong location on your system.&lt;BR /&gt;On my system I have aclocal files in the gettext and libiconf areas (gcc)</description>
      <pubDate>Tue, 07 Mar 2006 05:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745894#M256872</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-07T05:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot compile Tripwire source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745895#M256873</link>
      <description>Hi,&lt;BR /&gt;   I think the problem is bez of $PATH varialble.&lt;BR /&gt;&lt;BR /&gt;Check this;&lt;BR /&gt;&lt;A href="http://sourceware.org/ml/bug-automake/2003/msg00534.html" target="_blank"&gt;http://sourceware.org/ml/bug-automake/2003/msg00534.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Tue, 07 Mar 2006 23:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745895#M256873</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-03-07T23:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot compile Tripwire source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745896#M256874</link>
      <description>Thanks all.&lt;BR /&gt;&lt;BR /&gt;Mentioned problem solved. However, I got compilation error. I have gcc 4.0.2 installed. What did I missed?&lt;BR /&gt; &lt;BR /&gt;#make&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in cryptlib&lt;BR /&gt;        cd ../.. &amp;amp;&amp;amp; make  am--refresh&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;        ln -f libcryptlib.a ../../lib/libcryptlib.a&lt;BR /&gt;ln: Warning! libcryptlib.a and ../../lib/libcryptlib.a are identical&lt;BR /&gt;Making all in core&lt;BR /&gt;        cd ../.. &amp;amp;&amp;amp; make  am--refresh&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;        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 &lt;BR /&gt;Making all in db&lt;BR /&gt;        cd ../.. &amp;amp;&amp;amp; make  am--refresh&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;        ar ru ../../lib/libtripwire.a blockfile.o blockrecordarray.o  blockrecordfile.o db.o hierdatabase.o  hierdbpath.o stddb.o&lt;BR /&gt;Making all in fco&lt;BR /&gt;        cd ../.. &amp;amp;&amp;amp; make  am--refresh&lt;BR /&gt;No suffix list.&lt;BR /&gt;No suffix list.&lt;BR /&gt;        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I..     -O -pipe -Wall -c -o fcodatasourceiter.o fcodatasourceiter.cpp&lt;BR /&gt;../core/typed.h:57: warning: 'class iTyped' has virtual functions but non-virtual destructor&lt;BR /&gt;../core/serializable.h:79: warning: 'class iSerializable' has virtual functions but non-virtual destructor&lt;BR /&gt;../core/serializable.h:91: warning: 'class iTypedSerializable' has virtual functions but non-virtual destructor&lt;BR /&gt;fconameinfo.h:46: warning: 'class iFCONameInfo' has virtual functions but non-virtual destructor&lt;BR /&gt;fconame.h:147: error: ISO C++ forbids declaration of 'cFCOName_i' with no type&lt;BR /&gt;fconame.h:147: error: expected ';' before '*' token&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 05:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745896#M256874</guid>
      <dc:creator>Urey Cheung</dc:creator>
      <dc:date>2006-03-08T05:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot compile Tripwire source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745897#M256875</link>
      <description>Urey,&lt;BR /&gt;probably best to complete this problem by reviewing/rewarding answers and raising a new problem under languages section.</description>
      <pubDate>Thu, 09 Mar 2006 08:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-compile-tripwire-source/m-p/3745897#M256875</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-09T08:52:52Z</dc:date>
    </item>
  </channel>
</rss>

