<?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 with 64-bit compiler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840965#M91187</link>
    <description>Despite what is claimed by the release notes for HP-UX 11, HP has not shipped 64-bit PAM libraries... :(  It would be good for anyone wanting to compile 64-bit PAM applications to raise this issue through their official channels...&lt;BR /&gt;&lt;BR /&gt;There is another way to get support for large files without doing the 64-bit compilation - there should be a #define (-D) one can use to enable large file offsets in a 32-bit application.  The details are (iirc) in the lseek64 manpage.</description>
    <pubDate>Mon, 11 Nov 2002 18:54:52 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2002-11-11T18:54:52Z</dc:date>
    <item>
      <title>OpenSSH with 64-bit compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840963#M91185</link>
      <description>When testing and certifying rsync, I've found that the only way to transfer 2GB+ files was to compile rsync with a 64-bit compiler, such as the one available at &lt;A href="https://www.beepz.com/personal/merijn/." target="_blank"&gt;https://www.beepz.com/personal/merijn/.&lt;/A&gt; Rsync when compiled with the 64-bit compiler works like a charm.&lt;BR /&gt;&lt;BR /&gt;Having had such success with rsync, I'm trying to do the same thing with OpenSSH, to no avail. The reason to do this is enable scp's with 2GB+ files - and eventually I'll have to recompile all GNU software in order they work this way.&lt;BR /&gt;&lt;BR /&gt;I already learned that I had to rebuild all the external libs I use with the 64-bit compiler, such as tcp-wrappers and zlib. I've managed to successfully build them in 64-bit mode. However, when I make a ./configure --sysconfdir=/etc/opt/openssh/ --prefix=/opt/openssh2 --with-ssl-dir=/opt/openssl/ --with-tcp-wrappers=/opt/tcpwrap64/ --with-prngd-socket --with-zlib=/opt/zlib64/ --disable-suid-ssh --with-pid-dir=/var/run --with-pam --build=hppa64-hp-hpux11.00 the configuration phase stops at&lt;BR /&gt;&lt;BR /&gt;checking for pam_set_item in -lpam&lt;BR /&gt;/usr/local/pa20_64/bin/ld: cannot find -lpam&lt;BR /&gt;&lt;BR /&gt;However:&lt;BR /&gt;&lt;BR /&gt;[root@berc0004:~/openssh-3.5p1]# ls -la /usr/lib/*pam*&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          36864 Oct 15  2001 /usr/lib/libpam.1&lt;BR /&gt;lrwxr-xr-x   1 root       sys             10 Jan 17  2002 /usr/lib/libpam.sl -&amp;gt; ./libpam.1&lt;BR /&gt;&lt;BR /&gt;and of course, the authentication of my 32-bit OpenSSH is fine.&lt;BR /&gt;&lt;BR /&gt;I think that this problem could be related to linker issues - the 64-bit ld could not understand these files, and so I'd need a 64-bit libpam - which I can't compile, of course...&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Paulo Fessel&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Nov 2002 22:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840963#M91185</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2002-11-07T22:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH with 64-bit compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840964#M91186</link>
      <description>Oh, I almost forgot: I'm tryng to compile OpenSSH 3.5p1 with 64-bit GCC 3.2.</description>
      <pubDate>Thu, 07 Nov 2002 22:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840964#M91186</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2002-11-07T22:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH with 64-bit compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840965#M91187</link>
      <description>Despite what is claimed by the release notes for HP-UX 11, HP has not shipped 64-bit PAM libraries... :(  It would be good for anyone wanting to compile 64-bit PAM applications to raise this issue through their official channels...&lt;BR /&gt;&lt;BR /&gt;There is another way to get support for large files without doing the 64-bit compilation - there should be a #define (-D) one can use to enable large file offsets in a 32-bit application.  The details are (iirc) in the lseek64 manpage.</description>
      <pubDate>Mon, 11 Nov 2002 18:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840965#M91187</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2002-11-11T18:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH with 64-bit compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840966#M91188</link>
      <description>Paulo,&lt;BR /&gt;&lt;BR /&gt;did you ever get the libpam for your 64 bit compilation?</description>
      <pubDate>Mon, 10 Nov 2003 16:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840966#M91188</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-11-10T16:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH with 64-bit compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840967#M91189</link>
      <description>It wasn't neccessary. I've justr actived the 64-bit definitions by hand and it has worked. Recent versions of OpenSSH will take these options automagically.&lt;BR /&gt; &lt;BR /&gt;[]'s&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Wed, 14 Jan 2004 11:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-with-64-bit-compiler/m-p/2840967#M91189</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2004-01-14T11:39:29Z</dc:date>
    </item>
  </channel>
</rss>

