<?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: sudo issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230169#M468307</link>
    <description>Few functions including "setegid" are not available on HP-UX 11.23 unless following portability package is installed.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PortPkg" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PortPkg&lt;/A&gt;</description>
    <pubDate>Mon, 15 Mar 2010 10:26:33 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2010-03-15T10:26:33Z</dc:date>
    <item>
      <title>sudo issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230167#M468305</link>
      <description>I have installed latest sudo software on my 11.23 box, the software I downloaded from software.hp.com.&lt;BR /&gt;&lt;BR /&gt;# swlist | grep -i sudo&lt;BR /&gt;  ixSudo                                A.14.00-1.7.2p1.001 Super User Do&lt;BR /&gt;&lt;BR /&gt;And I have configured the sudoers file, but when I try to use sudo, I get following error.&lt;BR /&gt;&lt;BR /&gt;$ sudo su -&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: setegid (code)  from sudo&lt;BR /&gt;Abort&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Any clues..?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 15 Mar 2010 10:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230167#M468305</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2010-03-15T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: sudo issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230168#M468306</link>
      <description>I have seen some posts referring similar issue and giving a solution to have previous version of sudo install. Where do I get these depots for downlaod ?</description>
      <pubDate>Mon, 15 Mar 2010 10:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230168#M468306</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2010-03-15T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: sudo issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230169#M468307</link>
      <description>Few functions including "setegid" are not available on HP-UX 11.23 unless following portability package is installed.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PortPkg" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PortPkg&lt;/A&gt;</description>
      <pubDate>Mon, 15 Mar 2010 10:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230169#M468307</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2010-03-15T10:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: sudo issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230170#M468308</link>
      <description>I have the previous version of sudo, send me your email address.</description>
      <pubDate>Mon, 15 Mar 2010 10:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230170#M468308</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2010-03-15T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: sudo issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230171#M468309</link>
      <description>anilrajr@gmail.com</description>
      <pubDate>Mon, 15 Mar 2010 13:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230171#M468309</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2010-03-15T13:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: sudo issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230172#M468310</link>
      <description>From a previous post:&lt;BR /&gt; &lt;BR /&gt;&amp;gt; setegid ...&lt;BR /&gt;&lt;BR /&gt;Known problem with the current version of sudo supplied by HP (and also at the HP-UX Porting Centre). setegid has been removed from 11.23 and later versions. The writers of sudo realized that this can be a problem and have an ifdef in the code to handle the missing system call but sudo 1.7.2p1 was built incorrectly, this the error message. Get an earlier version from your IExpress DVD for 11.23 (I used the 2004 DVD for 1.6.7p5) and it will work just fine. Otherwise, you'll need to get the source code and build it with the correct options.&lt;BR /&gt; &lt;BR /&gt;Here are the details: &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1402767" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1402767&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Note that I tried installing the latest sudo version after the portability package was installed and it still failed to locate the setegid() system call. The version from the porting centre required OpenSSL and other tools to make it work. That's why I stayed with the version from the 2004 iExpress DVD.</description>
      <pubDate>Mon, 15 Mar 2010 13:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230172#M468310</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-03-15T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: sudo issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230173#M468311</link>
      <description>I have got the previous version and installed. Thanks all..</description>
      <pubDate>Tue, 23 Mar 2010 11:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-issue/m-p/5230173#M468311</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2010-03-23T11:13:14Z</dc:date>
    </item>
  </channel>
</rss>

