<?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 on HP-UX 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955613#M414604</link>
    <description>The -fpic (or -fPIC) have the same meaning for gcc that +z and +Z (respectively) have for the HP ANSI C compiler. You are good from that perspective; however, it appears that since you are building a shared library, you need to assert the -b linker (ld) option. The "Wl," options are those that gcc passes on to the linker. Man ld for details.&lt;BR /&gt;&lt;BR /&gt;Not having an ANSI/C or aCC HP compiler makes things a little more difficult to build than they would be otherwise but gcc should get you there.</description>
    <pubDate>Mon, 30 Jan 2006 16:15:07 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-01-30T16:15:07Z</dc:date>
    <item>
      <title>sudo on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955609#M414600</link>
      <description>Is there a hp depot for sudo running on 11.00?&lt;BR /&gt;I can't seem to find one.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Fri, 27 Jan 2006 17:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955609#M414600</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2006-01-27T17:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: sudo on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955610#M414601</link>
      <description>You waited too long for a .depot version but you can still download the source from any of the HP-UX Porting Centre's and make it yourself. It's a very easy build.</description>
      <pubDate>Fri, 27 Jan 2006 17:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955610#M414601</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-27T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: sudo on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955611#M414602</link>
      <description>Gary,&lt;BR /&gt;&lt;BR /&gt;You can download it from here:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=sudo" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=sudo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also check for details:&lt;BR /&gt;&lt;A href="http://www.courtesan.com/sudo/current.html" target="_blank"&gt;http://www.courtesan.com/sudo/current.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;GoodLuck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Fri, 27 Jan 2006 17:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955611#M414602</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-01-27T17:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: sudo on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955612#M414603</link>
      <description>I'm getting close to getting suo built.&lt;BR /&gt;I've installed gcc &amp;amp; the executable is in /usr/local/bin.  The configure script runs successfully.  I"m running into problem when I run the make command though.  Here's the error message any idea.&lt;BR /&gt;&lt;BR /&gt;I haven't forgotten about the points, I'm just waiting until I get this figured out, so determine how many.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Gary - Error message follows...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; make&lt;BR /&gt;        /bin/sh ./libtool --mode=link /usr/local/bin/gcc  -o sudo_noexec.la sudo&lt;BR /&gt;_noexec.lo -avoid-version -rpath /usr/local/libexec&lt;BR /&gt;/usr/local/bin/gcc -shared -fPIC -Wl,+h -Wl,sudo_noexec.sl -Wl,+b -Wl,/usr/local&lt;BR /&gt;/libexec -o .libs/sudo_noexec.sl  .libs/sudo_noexec.o  -lc &lt;BR /&gt;/usr/ccs/bin/ld: DP relative code in file .libs/sudo_noexec.o - shared library m&lt;BR /&gt;ust be position&lt;BR /&gt;    independent.  Use +z or +Z to recompile.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.</description>
      <pubDate>Mon, 30 Jan 2006 15:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955612#M414603</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2006-01-30T15:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: sudo on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955613#M414604</link>
      <description>The -fpic (or -fPIC) have the same meaning for gcc that +z and +Z (respectively) have for the HP ANSI C compiler. You are good from that perspective; however, it appears that since you are building a shared library, you need to assert the -b linker (ld) option. The "Wl," options are those that gcc passes on to the linker. Man ld for details.&lt;BR /&gt;&lt;BR /&gt;Not having an ANSI/C or aCC HP compiler makes things a little more difficult to build than they would be otherwise but gcc should get you there.</description>
      <pubDate>Mon, 30 Jan 2006 16:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955613#M414604</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-30T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: sudo on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955614#M414605</link>
      <description>Ok, I got it figured out.&lt;BR /&gt;I needed to do a clean up from the attempt to compile before I had gcc properly configured.&lt;BR /&gt;&lt;BR /&gt;Everything appears to be working now.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Tue, 31 Jan 2006 11:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955614#M414605</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2006-01-31T11:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: sudo on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955615#M414606</link>
      <description>See above comments</description>
      <pubDate>Tue, 31 Jan 2006 11:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-on-hp-ux-11-00/m-p/4955615#M414606</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2006-01-31T11:49:40Z</dc:date>
    </item>
  </channel>
</rss>

