<?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: OpenSSH build w/ tcpwrappers fails in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949087#M103258</link>
    <description>That would be too easy :)&lt;BR /&gt;&lt;BR /&gt;I'm looking to support a build of OpenSSH that will do logging for both sftp and scp file xfers. HP's patched for sftp logging, but their build won't handle scp logging.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
    <pubDate>Wed, 28 Dec 2005 12:09:31 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2005-12-28T12:09:31Z</dc:date>
    <item>
      <title>OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949085#M103256</link>
      <description>Maybe someone has seen this before. I'm trying to build openssh w/ tcpwrappers support and the configure fails when checking for libwrap.a. TCP-WRAPPERS is installed and libwrap.a and tcpd.h are on the box. Here's my syntax&lt;BR /&gt;&lt;BR /&gt;CC=gcc ./configure --prefix=/usr/local/ssh \&lt;BR /&gt;--with-pam \&lt;BR /&gt;--with-ssl-dir=/usr/local/ssl \&lt;BR /&gt;--with-tcp-wrappers \&lt;BR /&gt;--with-zlib=../zlib \&lt;BR /&gt;--with-kerberos5 \&lt;BR /&gt;--with-rand-helper \&lt;BR /&gt;--with-md5-passwords \&lt;BR /&gt;--with-4in6 \&lt;BR /&gt;--build=hppa2.0n-hp-hpux11.11&lt;BR /&gt;&lt;BR /&gt;fails with "checking for libwrap... configure: error: *** libwrap missing"&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;BR /&gt;&lt;BR /&gt;-denver&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 11:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949085#M103256</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-12-28T11:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949086#M103257</link>
      <description>Why don't you just use HP's SecureShell build? It is fully supported by HP.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 12:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949086#M103257</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2005-12-28T12:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949087#M103258</link>
      <description>That would be too easy :)&lt;BR /&gt;&lt;BR /&gt;I'm looking to support a build of OpenSSH that will do logging for both sftp and scp file xfers. HP's patched for sftp logging, but their build won't handle scp logging.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 28 Dec 2005 12:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949087#M103258</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-12-28T12:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949088#M103259</link>
      <description>Then use the sources that comes with it:&lt;BR /&gt;&lt;BR /&gt;/opt/ssh/src&lt;BR /&gt;&lt;BR /&gt;Both TCP wrappers and SSH sources are shipped with HP's build. &lt;BR /&gt;&lt;BR /&gt;I'll see if I can compile it with HP's C Compiler...&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 12:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949088#M103259</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2005-12-28T12:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949089#M103260</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It looks like the path problem. You need to ensure the "tcpd.h" is included from the "include" directory and the library file&lt;BR /&gt;"libwrap.a" path is given in the lib path or attribute to gcc "with-tcp-wrappers=&lt;LIB-PATH&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/LIB-PATH&gt;</description>
      <pubDate>Wed, 28 Dec 2005 12:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949089#M103260</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-12-28T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949090#M103261</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Refer this url for required changes for "configure"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Configuring_SSH_Secure_Shell_for_TCP_Wrappers_Support.html" target="_blank"&gt;http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Configuring_SSH_Secure_Shell_for_TCP_Wrappers_Support.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 13:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949090#M103261</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-12-28T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949091#M103262</link>
      <description>Shalom Denver,&lt;BR /&gt;&lt;BR /&gt;Two ideas:&lt;BR /&gt;&lt;BR /&gt;1) Make a change request to HP because I think scp should be logged. I'll be contacting HP Israel on this and other nagging issues in a few weeks.&lt;BR /&gt;2) Make sure the components you are trying to compile are on both the PATH and SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 28 Dec 2005 15:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949091#M103262</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-28T15:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949092#M103263</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;If you can give me the snippet of code or needed changes - I can try to compile for you. I'll compile HP's sources. We've HP supported versions of Zlib, TCP wrappers - so I am confident my build -- which will be using HP's C compiler mightjust do the trick...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am also interesetd in sftp and scp logging  ;^)&lt;BR /&gt;&lt;BR /&gt;BTW, have you tried if the current HP Secure Shell build has this functionality already?&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 15:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949092#M103263</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2005-12-28T15:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949093#M103264</link>
      <description>thanks SEP, when I have time I'll ask HP about getting an enhancement request to add scp logging.&lt;BR /&gt;&lt;BR /&gt;for anyone interested, here are the patches I use... &lt;A href="http://www.sweb.cz/v_t_m/" target="_blank"&gt;http://www.sweb.cz/v_t_m/&lt;/A&gt;  His patch is based on the sftp logging patch that hp uses for their build.&lt;BR /&gt;&lt;BR /&gt;I'd supported another custom openssh build before and used these same patches. I don't have my notes from that build process... but I didn't need krb5 or tcp-wrappers either.&lt;BR /&gt;&lt;BR /&gt;If anyone gets bored and has the time to fiddle with it, please post your notes.  :)&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 28 Dec 2005 20:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949093#M103264</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-12-28T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949094#M103265</link>
      <description>Hi Denver, Can you do the following ? &lt;BR /&gt;&lt;BR /&gt;# make distclean &lt;BR /&gt;# CC=gcc ./configure --prefix=/usr/local/ssh \&lt;BR /&gt;--with-pam \&lt;BR /&gt;--with-ssl-dir=/usr/local/ssl \&lt;BR /&gt;--with-zlib=../zlib \&lt;BR /&gt;--with-kerberos5 \&lt;BR /&gt;--with-rand-helper \&lt;BR /&gt;--with-md5-passwords \&lt;BR /&gt;--with-4in6 \&lt;BR /&gt;--build=hppa2.0n-hp-hpux11.11&lt;BR /&gt;&lt;BR /&gt;I have just taken --with-tcp-wrappers as you said, you don't require. It should be OK now. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 28 Dec 2005 22:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949094#M103265</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-28T22:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949095#M103266</link>
      <description>Change library search path to the libwrap.a alsp and include path to tcpd.h more as,&lt;BR /&gt;&lt;BR /&gt;-L/&lt;PATH to="" libwrap.a=""&gt; with compiler. It will work.&lt;BR /&gt;&lt;BR /&gt;It is usual that it will generate when not seeing libraries and header files in the path.&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;/PATH&gt;</description>
      <pubDate>Thu, 29 Dec 2005 02:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949095#M103266</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-29T02:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949096#M103267</link>
      <description>Hello Denver, you can check in config.log to find out where exactly it checks for libwrap.a or libwrap.sl and edit your configure script accordingly. Or you can export LD_LIB_PATH to point to libwrap.a or libwrap.sl &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 29 Dec 2005 02:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949096#M103267</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-29T02:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949097#M103268</link>
      <description>Based on the platform change the setting of, SHLIB_PATH or LD_LIBRARY_PATH(64 bit only). (It is needed for run time.)&lt;BR /&gt;&lt;BR /&gt;Just add the path of library to library inclusion path and header files to header file inclusion path. It will work.&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Dec 2005 03:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949097#M103268</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-29T03:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH build w/ tcpwrappers fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949098#M103269</link>
      <description>I tried setting path to lib and header for tcp-wrappers, but configure script still failed. Then decided to download source for tcp-wrappers from hpux porting and archive centre and built my own libwrap. pointing lib path and include header to my libwrap seemed to do it. &lt;BR /&gt;&lt;BR /&gt;Could be my /usr/lib/libwrap.a or /usr/include/tcpd.h files were corrupt. I'll have to look into that later, but for now the build went fine.&lt;BR /&gt;&lt;BR /&gt;thanks to all who responded!&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 30 Dec 2005 08:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/openssh-build-w-tcpwrappers-fails/m-p/4949098#M103269</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-12-30T08:03:50Z</dc:date>
    </item>
  </channel>
</rss>

