<?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: Help installing sudo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953922#M740232</link>
    <description>Problem resolved. Downloaded and installed HP's Internet Express version of sudo. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Jan 2006 11:28:50 GMT</pubDate>
    <dc:creator>Ray Allen_1</dc:creator>
    <dc:date>2006-01-23T11:28:50Z</dc:date>
    <item>
      <title>Help installing sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953916#M740226</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I'm having problems installing sudo on my hpux server. &lt;BR /&gt;&lt;BR /&gt;Here's the server info&lt;BR /&gt;nhoignit# model&lt;BR /&gt;ia64 hp server rx1620&lt;BR /&gt;nhoignit# file /usr/local/bin/sudo&lt;BR /&gt;/usr/local/bin/sudo:    ELF-32 executable object file - IA64&lt;BR /&gt;nhoignit#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have looked at serveral post in the forum, but nothing seems to be working for me. &lt;BR /&gt;&lt;BR /&gt;I downloaded these files. &lt;BR /&gt;&lt;BR /&gt;sudo-1.6.8p9-ia64-11.23.depot.gz   Binary  &lt;BR /&gt;sudo-1.6.8p9-src-11.11.tar         Source Code&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I untarred and swinstalled sudo-1.6.8p9-src-11.11.tar wihtout errors, and it created the following.&lt;BR /&gt;catalog/INDEX, 699 bytes, 2 tape blocks&lt;BR /&gt;x catalog/dfiles/INDEX, 193 bytes, 1 tape blocks&lt;BR /&gt;x catalog/dfiles/INFO, 138 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/pfiles/INDEX, 348 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/pfiles/INFO, 138 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/sudo-RUN/INDEX, 158 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/sudo-RUN/INFO, 1864 bytes, 4 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/bin/sudo, 218140 bytes, 427 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/BUGS, 1162 bytes, 3 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/CHANGES, 66788 bytes, 131 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/HPUX.Install, 1831 bytes, 4 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/INSTALL, 29482 bytes, 58 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/LICENSE, 2810 bytes, 6 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/README, 3858 bytes, 8 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/TODO, 5466 bytes, 11 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/libexec/sudo_noexec.la, 792 bytes, 2 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/libexec/sudo_noexec.so, 5652 bytes, 12 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/man/man1m/sudo.1m, 25792 bytes, 51 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/man/man1m/visudo.1m, 12048 bytes, 24 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/man/man4/sudoers.4, 57537 bytes, 113 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/sbin/visudo, 141900 bytes, 278 tape blocks&lt;BR /&gt;&lt;BR /&gt;After that I ran sudo, but it didn't work. &lt;BR /&gt;I then untarred the source code sudo-1.6.8p9-src-11.11.tar. Following the install instructions, I ran ./configure, which completed without error, but I did notice the following lines. &lt;BR /&gt;&lt;BR /&gt;checking whether we are using the GNU C compiler... no&lt;BR /&gt;checking whether cc accepts -g... (cached) no&lt;BR /&gt;checking for cc option to accept ANSI C... none needed&lt;BR /&gt;&lt;BR /&gt;After than, I ran MAKE (in lower case), and got the following errors; &lt;BR /&gt;&lt;BR /&gt;cc -o sudo check.o env.o getspwuid.o gettime.o goodpath.o fileops.o find_path.o  interfaces.o logging.o parse.&lt;BR /&gt;o set_perms.o sudo.o sudo_edit.o  tgetpass.o zero_bytes.o  sudo_auth.o  passwd.o sudo.tab.o lex.yy.o alloc.o defaults.&lt;BR /&gt;o err.o utimes.o fnmatch.o strlcpy.o strlcat.o closefrom.o snprintf.o getprogname.o   -lsec   -lroken&lt;BR /&gt;ld: Can't find library or mismatched ABI for -lroken&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;When I try to run sudo, I get these errors;&lt;BR /&gt;&lt;BR /&gt;nhoignit# /usr/local/bin/sudo&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library 'libroken.so'.&lt;BR /&gt;Killed&lt;BR /&gt;nhoignit#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nhoignit# /usr/local/bin/sudoedit&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library 'libroken.so'.&lt;BR /&gt;Killed&lt;BR /&gt;nhoignit#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nhoignit# /usr/local/bin/visudo&lt;BR /&gt;sh: /usr/local/bin/visudo:  not found.&lt;BR /&gt;nhoignit#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gerald &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jan 2006 16:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953916#M740226</guid>
      <dc:creator>Ray Allen_1</dc:creator>
      <dc:date>2006-01-20T16:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help installing sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953917#M740227</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;Once you have untarred the tar file, you need to install it using the swinstall command.&lt;BR /&gt;&lt;BR /&gt;say the untarring was done in /tmp/sudo, install the software using swinstall from that location.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jan 2006 18:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953917#M740227</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2006-01-20T18:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help installing sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953918#M740228</link>
      <description>Hi Sanjay, &lt;BR /&gt;When I untarr the file, i get the following output. &lt;BR /&gt;&lt;BR /&gt;catalog/INDEX, 699 bytes, 2 tape blocks&lt;BR /&gt;x catalog/dfiles/INDEX, 193 bytes, 1 tape blocks&lt;BR /&gt;x catalog/dfiles/INFO, 138 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/pfiles/INDEX, 348 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/pfiles/INFO, 138 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/sudo-RUN/INDEX, 158 bytes, 1 tape blocks&lt;BR /&gt;x catalog/sudo/sudo-RUN/INFO, 1864 bytes, 4 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/bin/sudo, 218140 bytes, 427 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/BUGS, 1162 bytes, 3 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/CHANGES, 66788 bytes, 131 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/HPUX.Install, 1831 bytes, 4 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/INSTALL, 29482 bytes, 58 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/LICENSE, 2810 bytes, 6 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/README, 3858 bytes, 8 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/doc/sudo/TODO, 5466 bytes, 11 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/libexec/sudo_noexec.la, 792 bytes, 2 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/libexec/sudo_noexec.so, 5652 bytes, 12 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/man/man1m/sudo.1m, 25792 bytes, 51 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/man/man1m/visudo.1m, 12048 bytes, 24 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/man/man4/sudoers.4, 57537 bytes, 113 tape blocks&lt;BR /&gt;x sudo/sudo-RUN/usr/local/sbin/visudo, 141900 bytes, 278 tape blocks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As far as I can tell from this output, there is no .depot sudo file to swinstall. &lt;BR /&gt;The only sudo file to swinstall is the actual file itself which is: &lt;BR /&gt;sudo-1.6.8p9-ia64-11.23.depot.gz &lt;BR /&gt;When I swinstall this file, it install with 100% success, and gives me the same output as above. &lt;BR /&gt;&lt;BR /&gt;I then untarred the source code:&lt;BR /&gt; sudo-1.6.8p9-src-11.11.tar&lt;BR /&gt;It untarrs and creates the sudo directory: &lt;BR /&gt;sudo-1.6.8p9&lt;BR /&gt;I run ./configure, and it runs successfully. &lt;BR /&gt;When I run "make" I get the error: &lt;BR /&gt;ld: Can't find library or mismatched ABI for -lroken&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do I just need the binary by itself, or both the binary and source code? Also, do I need to install and compile the GCC compiler? &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 23 Jan 2006 10:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953918#M740228</guid>
      <dc:creator>Ray Allen_1</dc:creator>
      <dc:date>2006-01-23T10:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help installing sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953919#M740229</link>
      <description>You would only need the source code and the gcc compiler if you were going to build your own sudo.  If you download the binary, that won't be necessary.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 23 Jan 2006 10:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953919#M740229</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-01-23T10:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help installing sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953920#M740230</link>
      <description>It seems you're NOT installing HP's build of SUDO. I would really recommend you start using all GNU tools that are built and provided by HP instead of 3rd party builds or your own builds.&lt;BR /&gt;&lt;BR /&gt;It is available from the Internet Express Suite:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2006 10:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953920#M740230</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-01-23T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help installing sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953921#M740231</link>
      <description>Pete and Nelson, &lt;BR /&gt;&lt;BR /&gt;Thanks for answering my questions. &lt;BR /&gt;I downloded and installed HP's Internet Express version, and this worked. I now just have to configure the files. &lt;BR /&gt;&lt;BR /&gt;Thanks a bunch everyone. &lt;BR /&gt;&lt;BR /&gt;Gerald &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2006 11:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953921#M740231</guid>
      <dc:creator>Ray Allen_1</dc:creator>
      <dc:date>2006-01-23T11:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help installing sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953922#M740232</link>
      <description>Problem resolved. Downloaded and installed HP's Internet Express version of sudo. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2006 11:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-installing-sudo/m-p/4953922#M740232</guid>
      <dc:creator>Ray Allen_1</dc:creator>
      <dc:date>2006-01-23T11:28:50Z</dc:date>
    </item>
  </channel>
</rss>

