<?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 spamassasin in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931041#M808839</link>
    <description>I am trying to install spamassassin on HPUX 11.11&lt;BR /&gt;&lt;BR /&gt;While running nake I get this.&lt;BR /&gt;gcc  -Wall -g -O2 spamc/spamc.c spamc/libspamc.c spamc/utils.c \             &lt;BR /&gt;        -o spamc/spamc   -lnsl                                               &lt;BR /&gt;spamc/spamc.c: In function `combine_args':                                   &lt;BR /&gt;spamc/spamc.c:431: error: `EX_CONFIG' undeclared (first use in this function)&lt;BR /&gt;spamc/spamc.c:431: error: (Each undeclared identifier is reported only once  &lt;BR /&gt;spamc/spamc.c:431: error: for each function it appears in.)                  &lt;BR /&gt;make[1]: *** [spamc/spamc] Error 1                                           &lt;BR /&gt;make[1]: Leaving directory `/tmp/Mail-SpamAssassin-3.1.0'                    &lt;BR /&gt;make: *** [spamc/spamc] Error 2                                              &lt;BR /&gt;Could someone help me?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Lars</description>
    <pubDate>Tue, 04 Oct 2005 01:35:07 GMT</pubDate>
    <dc:creator>Lars Ebeling</dc:creator>
    <dc:date>2005-10-04T01:35:07Z</dc:date>
    <item>
      <title>spamassasin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931041#M808839</link>
      <description>I am trying to install spamassassin on HPUX 11.11&lt;BR /&gt;&lt;BR /&gt;While running nake I get this.&lt;BR /&gt;gcc  -Wall -g -O2 spamc/spamc.c spamc/libspamc.c spamc/utils.c \             &lt;BR /&gt;        -o spamc/spamc   -lnsl                                               &lt;BR /&gt;spamc/spamc.c: In function `combine_args':                                   &lt;BR /&gt;spamc/spamc.c:431: error: `EX_CONFIG' undeclared (first use in this function)&lt;BR /&gt;spamc/spamc.c:431: error: (Each undeclared identifier is reported only once  &lt;BR /&gt;spamc/spamc.c:431: error: for each function it appears in.)                  &lt;BR /&gt;make[1]: *** [spamc/spamc] Error 1                                           &lt;BR /&gt;make[1]: Leaving directory `/tmp/Mail-SpamAssassin-3.1.0'                    &lt;BR /&gt;make: *** [spamc/spamc] Error 2                                              &lt;BR /&gt;Could someone help me?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Lars</description>
      <pubDate>Tue, 04 Oct 2005 01:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931041#M808839</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-04T01:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: spamassasin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931042#M808840</link>
      <description>Look at this,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://archives.free.net.ph/message/20050929.232151.7c85fef3.en.html" target="_blank"&gt;http://archives.free.net.ph/message/20050929.232151.7c85fef3.en.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--libspam.h --&lt;BR /&gt;/* needed for hp-ux */&lt;BR /&gt;#ifndef EX_CONFIG&lt;BR /&gt;#define EX_CONFIG 78&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;It will work now.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 04 Oct 2005 01:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931042#M808840</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-04T01:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: spamassasin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931043#M808841</link>
      <description>&lt;A href="http://bugzilla.spamassassin.org/show_bug.cgi?id=4608" target="_blank"&gt;http://bugzilla.spamassassin.org/show_bug.cgi?id=4608&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;           Summary: Fails on hp-ux because EX_CONFIG is not defined in&lt;BR /&gt;                    sysexits.h&lt;BR /&gt;           Product: Spamassassin&lt;BR /&gt;           Version: 3.1.0&lt;BR /&gt;          Platform: HP&lt;BR /&gt;        OS/Version: other&lt;BR /&gt;            Status: NEW&lt;BR /&gt;          Severity: normal&lt;BR /&gt;          Priority: P5&lt;BR /&gt;         Component: Building &amp;amp; Packaging&lt;BR /&gt;        AssignedTo: dev@???&lt;BR /&gt;        ReportedBy: dougbugzilla@???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;spamc.c fails to compile on hp-ux 11.11 because libspam.h thinks that EX_CONFIG&lt;BR /&gt;only needs to be configured for win32. The fix is to add:&lt;BR /&gt;&lt;BR /&gt;/* needed for hp-ux */&lt;BR /&gt;#ifndef EX_CONFIG&lt;BR /&gt;#define EX_CONFIG 78&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;Somewhere in libspam.h&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2005 01:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931043#M808841</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-04T01:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: spamassasin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931044#M808842</link>
      <description>Thanks&lt;BR /&gt;&lt;BR /&gt;Lars</description>
      <pubDate>Tue, 04 Oct 2005 10:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931044#M808842</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-04T10:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: spamassasin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931045#M808843</link>
      <description>The answers helped me</description>
      <pubDate>Tue, 04 Oct 2005 10:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/spamassasin/m-p/4931045#M808843</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-04T10:35:59Z</dc:date>
    </item>
  </channel>
</rss>

