The "--disable-strip" configure option is required as the Solaris9-X86 linker/loader will not be able to load any of the executables and will display a "Killed" message. Similarly, 'ldd' will fail with a "file has insecure interpreter" error message. Performing a loader or ldd test from the OpenSSH installation directory on the compiled executables within the installation directory will succeed, verifying that the unstripped executables are what is needed. Note that the compilation will succeed even without the "--disable-strip" configure option, but the installed executables will then fail as noted above.
Erm? I don't have this problem. Are you using GNU's binutils? If so I suggest you upgrade them because older versions have a problem with their strip command. - Ben On Sat, 20 Dec 2003 supraexpress at globaleyes.net wrote:> The "--disable-strip" configure option is required as the Solaris9-X86 > linker/loader will not be able to load any of the executables and will > display a "Killed" message. Similarly, 'ldd' will fail with a "file has > insecure interpreter" error message. > > Performing a loader or ldd test from the OpenSSH installation directory on the > compiled executables within the installation directory will succeed, verifying > that the unstripped executables are what is needed. > > Note that the compilation will succeed even without the "--disable-strip" > configure option, but the installed executables will then fail as noted above. > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >
supraexpress at globaleyes.net wrote:> The "--disable-strip" configure option is required as the Solaris9-X86 > linker/loader will not be able to load any of the executables and will > display a "Killed" message. Similarly, 'ldd' will fail with a "file has > insecure interpreter" error message.That's a bug with the "strip" from GNU binutils, specifically < 2.13 when stripping binaries linked with Solaris' own linker. Upgrade your binutils, put /usr/ccs/bin first on the path or delete the strip from binutils. See: http://sources.redhat.com/ml/bug-binutils/2002-q3/msg00034.html> Performing a loader or ldd test from the OpenSSH installation directory on the > compiled executables within the installation directory will succeed, verifying > that the unstripped executables are what is needed.Configure is complicated enough without having to second-guess buggy toolchains. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Hi All, " Stream Control Transmission Protocol (SCTP) is a reliable, message-oriented,multi-homed transport protocol. Developed by the IETF SIGTRAN working group to transport SS7 over IP, it is now the third general-purpose transport developed by IETF. This version of Secure Shell has complete support for SSH connections over SCTP." How to test this support in OpenSSH? Advance thanks, Kumaresh. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003
openssh supports SCTP. how to test it depends on your OS. On Mon, Dec 22, 2003 at 10:39:10AM +0530, Kumaresh wrote:> Hi All, > > " Stream Control Transmission Protocol (SCTP) is a reliable, > message-oriented,multi-homed transport protocol. Developed by the IETF > SIGTRAN working group to transport SS7 over IP, it is now the third > general-purpose transport developed by IETF. This version of Secure Shell > has complete support for SSH connections over SCTP." > > How to test this support in OpenSSH? > > Advance thanks, > Kumaresh. > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003 > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
Thanks for your reply. Actually, I am using OpenSSH on HP-UX 11i. And the question basically was, whether we need to test it with a service that uses SCTP, or what is the proceedure for the test? ----- Original Message ----- From: "Markus Friedl" <markus at openbsd.org> To: "Kumaresh" <kumaresh_ind at gmx.net> Cc: <openssh-unix-dev at mindrot.org> Sent: Monday, December 22, 2003 2:20 PM Subject: Re: SCTP - Question> openssh supports SCTP. how to test it > depends on your OS. > > On Mon, Dec 22, 2003 at 10:39:10AM +0530, Kumaresh wrote: > > Hi All, > > > > " Stream Control Transmission Protocol (SCTP) is a reliable, > > message-oriented,multi-homed transport protocol. Developed by the IETF > > SIGTRAN working group to transport SS7 over IP, it is now the third > > general-purpose transport developed by IETF. This version of SecureShell> > has complete support for SSH connections over SCTP." > > > > How to test this support in OpenSSH? > > > > Advance thanks, > > Kumaresh. > > > > > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003 > > > > _______________________________________________ > > openssh-unix-dev mailing list > > openssh-unix-dev at mindrot.org > > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003
OpenSSH can run over SCTP just as it runs over TCP. On Mon, Dec 22, 2003 at 02:28:52PM +0530, Kumaresh wrote:> > Thanks for your reply. > > Actually, I am using OpenSSH on HP-UX 11i. And the question basically was, > whether we need to test it with a service that uses SCTP, or what is the > proceedure for the test? > > > ----- Original Message ----- > From: "Markus Friedl" <markus at openbsd.org> > To: "Kumaresh" <kumaresh_ind at gmx.net> > Cc: <openssh-unix-dev at mindrot.org> > Sent: Monday, December 22, 2003 2:20 PM > Subject: Re: SCTP - Question > > > > openssh supports SCTP. how to test it > > depends on your OS. > > > > On Mon, Dec 22, 2003 at 10:39:10AM +0530, Kumaresh wrote: > > > Hi All, > > > > > > " Stream Control Transmission Protocol (SCTP) is a reliable, > > > message-oriented,multi-homed transport protocol. Developed by the IETF > > > SIGTRAN working group to transport SS7 over IP, it is now the third > > > general-purpose transport developed by IETF. This version of Secure > Shell > > > has complete support for SSH connections over SCTP." > > > > > > How to test this support in OpenSSH? > > > > > > Advance thanks, > > > Kumaresh. > > > > > > > > > > > > > > > --- > > > Outgoing mail is certified Virus Free. > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003 > > > > > > _______________________________________________ > > > openssh-unix-dev mailing list > > > openssh-unix-dev at mindrot.org > > > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003
Thanks again. Could you please notify the code segments [some samples], in the version 3.7.1p2 that has changed over the previous version to support SCTP. This is to understand if there are source changes necessary to support SCTP... Regards, Kumaresh ----- Original Message ----- From: "Markus Friedl" <markus at openbsd.org> To: "Kumaresh" <kumaresh_ind at gmx.net> Cc: <openssh-unix-dev at mindrot.org> Sent: Monday, December 22, 2003 2:59 PM Subject: Re: SCTP - Question> OpenSSH can run over SCTP just as it runs over TCP. > > On Mon, Dec 22, 2003 at 02:28:52PM +0530, Kumaresh wrote: > > > > Thanks for your reply. > > > > Actually, I am using OpenSSH on HP-UX 11i. And the question basicallywas,> > whether we need to test it with a service that uses SCTP, or what is the > > proceedure for the test? > > > > > > ----- Original Message ----- > > From: "Markus Friedl" <markus at openbsd.org> > > To: "Kumaresh" <kumaresh_ind at gmx.net> > > Cc: <openssh-unix-dev at mindrot.org> > > Sent: Monday, December 22, 2003 2:20 PM > > Subject: Re: SCTP - Question > > > > > > > openssh supports SCTP. how to test it > > > depends on your OS. > > > > > > On Mon, Dec 22, 2003 at 10:39:10AM +0530, Kumaresh wrote: > > > > Hi All, > > > > > > > > " Stream Control Transmission Protocol (SCTP) is a reliable, > > > > message-oriented,multi-homed transport protocol. Developed by theIETF> > > > SIGTRAN working group to transport SS7 over IP, it is now the third > > > > general-purpose transport developed by IETF. This version of Secure > > Shell > > > > has complete support for SSH connections over SCTP." > > > > > > > > How to test this support in OpenSSH? > > > > > > > > Advance thanks, > > > > Kumaresh. > > > > > > > > > > > > > > > > > > > > --- > > > > Outgoing mail is certified Virus Free. > > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > > Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003 > > > > > > > > _______________________________________________ > > > > openssh-unix-dev mailing list > > > > openssh-unix-dev at mindrot.org > > > > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > > > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003 > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003