<?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: problem compiling sendmail 8.13.6 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-sendmail-8-13-6/m-p/3761867#M259569</link>
    <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I  agree the easiest way is to install the latest depot 8.13.3 but I think the latest security issue is still there.&lt;BR /&gt;&lt;BR /&gt;I dont know if HP has released a patch for that?&lt;BR /&gt;&lt;BR /&gt;I do have gcc to use and that works better then the usual cc..&lt;BR /&gt;&lt;BR /&gt;//Anders</description>
    <pubDate>Thu, 30 Mar 2006 02:46:23 GMT</pubDate>
    <dc:creator>Anders Gullberg</dc:creator>
    <dc:date>2006-03-30T02:46:23Z</dc:date>
    <item>
      <title>problem compiling sendmail 8.13.6</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-sendmail-8-13-6/m-p/3761865#M259567</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;After latest sendmail security news I decided to install the latest version 8.13.6.&lt;BR /&gt;See output in file when I run sh Build -f  /tmp/mail/sendmail/8.13.6/devtools/Site/site.config.m4&lt;BR /&gt;&lt;BR /&gt;Anyone have a clue what is going wrong?&lt;BR /&gt;It created a directory with right platform (hp-ux 11.00) and when i go in to that directory/sendmail and run make install following output:&lt;BR /&gt;make install&lt;BR /&gt;        if [ ! -d /etc/mail ]; then mkdir -p /etc/mail; else :; fi&lt;BR /&gt;        ../../devtools/bin/install.sh -c -o bin -g bin -m 444 helpfile /etc/mail/helpfile&lt;BR /&gt;        cp /dev/null statistics&lt;BR /&gt;        if [ ! -d /etc/mail ]; then mkdir -p /etc/mail; else :; fi&lt;BR /&gt;        ../../devtools/bin/install.sh -c -o root -g bin -m 0600 statistics /etc/mail/statistics&lt;BR /&gt;        gcc -Ae -O -I. -I../../include  -DNDBM -DNIS -DMAP_REGEX -DV4FS -DHPUX11    -c main.c&lt;BR /&gt;&lt;COMMAND line=""&gt;:4:2: missing '(' after predicate&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;Thx in advance&lt;BR /&gt;&lt;BR /&gt;//Anders&lt;BR /&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Thu, 30 Mar 2006 01:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-sendmail-8-13-6/m-p/3761865#M259567</guid>
      <dc:creator>Anders Gullberg</dc:creator>
      <dc:date>2006-03-30T01:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling sendmail 8.13.6</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-sendmail-8-13-6/m-p/3761866#M259568</link>
      <description>Shalom Anders,&lt;BR /&gt;&lt;BR /&gt;You should have checked to see if HP's sendmail depot at &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; was vulnerable to the upgrade. Though marked for 11i it might install into 11.00.&lt;BR /&gt;&lt;BR /&gt;Sendmail has been significantly tweaked to work right on HP-UX and you are MUCH better off with a depot version.&lt;BR /&gt;&lt;BR /&gt;Some info from HP:&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=SMAIL813" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=SMAIL813&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=977161" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=977161&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not sure the depot will work, so here is a thread on compiler problems.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825901" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825901&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you have the necessary compilers and libraries installed into the OS pror to you compile.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 30 Mar 2006 02:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-sendmail-8-13-6/m-p/3761866#M259568</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-30T02:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling sendmail 8.13.6</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-sendmail-8-13-6/m-p/3761867#M259569</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I  agree the easiest way is to install the latest depot 8.13.3 but I think the latest security issue is still there.&lt;BR /&gt;&lt;BR /&gt;I dont know if HP has released a patch for that?&lt;BR /&gt;&lt;BR /&gt;I do have gcc to use and that works better then the usual cc..&lt;BR /&gt;&lt;BR /&gt;//Anders</description>
      <pubDate>Thu, 30 Mar 2006 02:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-sendmail-8-13-6/m-p/3761867#M259569</guid>
      <dc:creator>Anders Gullberg</dc:creator>
      <dc:date>2006-03-30T02:46:23Z</dc:date>
    </item>
  </channel>
</rss>

