<?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 with sudo installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764811#M740876</link>
    <description>I haven't specifically built sudo for HP, but when I've gotten this error message for other applications, it's been a configure/environment issue.&lt;BR /&gt;&lt;BR /&gt;The error message means that your trying to bind PIC and non-PIC together.&lt;BR /&gt;&lt;BR /&gt;I'm guessing you're missing some CFLAGS or LDFLAGS.  This usually happens because there's the ./configure (or similar) doesn't understand HP-UX or because you're mixing GNU and HP specific utilities.&lt;BR /&gt;&lt;BR /&gt;Try 1 or more of the following&lt;BR /&gt;1) read the README to make sure there aren't HP specific instructions&lt;BR /&gt;&lt;BR /&gt;2) consider adding +z to the CFLAGS in your Makefile(s).&lt;BR /&gt;&lt;BR /&gt;3) run configure with CFLAGS=+z;export CFLAGS in your environment.  Once you're done,+z should appear in your Makefile(s)&lt;BR /&gt;&lt;BR /&gt;4) post more information for us&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Apr 2006 15:51:33 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2006-04-26T15:51:33Z</dc:date>
    <item>
      <title>Problem with sudo installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764809#M740874</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I´m trying install sudo 1.6.8p12 on HP-UX 11.0.&lt;BR /&gt;&lt;BR /&gt;When I execute "make" this message is showed:&lt;BR /&gt;&lt;BR /&gt;"cc -o visudo visudo.o fileops.o gettime.o goodpath.o find_path.o sudo.tab.o lex.yy.o alloc.o defaults.o err.o fnmatch.o strlcpy.o strlcat.o closefrom.o snprintf.o getprogname.o    &lt;BR /&gt;        /bin/sh ./libtool --mode=link cc  -o sudo_noexec.la sudo_noexec.lo -avoid-version -rpath /usr/local/libexec&lt;BR /&gt;/usr/bin/ld -b +h sudo_noexec.sl +b /usr/local/libexec -o .libs/sudo_noexec.sl  .libs/sudo_noexec.o  -lc &lt;BR /&gt;/usr/bin/ld: DP relative code in file .libs/sudo_noexec.o - shared library must be position&lt;BR /&gt;    independent.  Use +z or +Z to recompile.&lt;BR /&gt;*** Error exit code 1"&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Tks.&lt;BR /&gt;&lt;BR /&gt;   Daniel</description>
      <pubDate>Mon, 03 Apr 2006 15:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764809#M740874</guid>
      <dc:creator>Daniel Aquere de Olivei</dc:creator>
      <dc:date>2006-04-03T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sudo installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764810#M740875</link>
      <description>Without dissecting the messages too deeply, you are missing a library. &lt;BR /&gt;&lt;BR /&gt;Why not get the depot format of sudo from HP?&lt;BR /&gt;&lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;No cost to download and it installs with the swinstall command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Apr 2006 15:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764810#M740875</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-04-03T15:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sudo installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764811#M740876</link>
      <description>I haven't specifically built sudo for HP, but when I've gotten this error message for other applications, it's been a configure/environment issue.&lt;BR /&gt;&lt;BR /&gt;The error message means that your trying to bind PIC and non-PIC together.&lt;BR /&gt;&lt;BR /&gt;I'm guessing you're missing some CFLAGS or LDFLAGS.  This usually happens because there's the ./configure (or similar) doesn't understand HP-UX or because you're mixing GNU and HP specific utilities.&lt;BR /&gt;&lt;BR /&gt;Try 1 or more of the following&lt;BR /&gt;1) read the README to make sure there aren't HP specific instructions&lt;BR /&gt;&lt;BR /&gt;2) consider adding +z to the CFLAGS in your Makefile(s).&lt;BR /&gt;&lt;BR /&gt;3) run configure with CFLAGS=+z;export CFLAGS in your environment.  Once you're done,+z should appear in your Makefile(s)&lt;BR /&gt;&lt;BR /&gt;4) post more information for us&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 15:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764811#M740876</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2006-04-26T15:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sudo installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764812#M740877</link>
      <description>From the Install file.&lt;BR /&gt;HP-UX:&lt;BR /&gt;The default C compiler shipped with HP-UX does not support creating position independent code and so is unable to support sudo's "noexec"&lt;BR /&gt;functionality.  You must use either the HP ANSI C compiler or gcc for noexec to work.  Binary packages of gcc are available from &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; and &lt;A href="http://hpux.cs.utah.edu/." target="_blank"&gt;http://hpux.cs.utah.edu/.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I tried this on hpux 10.2 and got the same error. I don't have GCC nor can I install it.&lt;BR /&gt;Wish I could get the binary of sudo for 10.2</description>
      <pubDate>Thu, 27 Apr 2006 14:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sudo-installation/m-p/3764812#M740877</guid>
      <dc:creator>Jeffrey W. Stewart</dc:creator>
      <dc:date>2006-04-27T14:33:07Z</dc:date>
    </item>
  </channel>
</rss>

