Re: Installing openssh3.6.1p2 in solaris2.5 problem.

From: Curt D McIntosh (cmcintos_at_csc.com)
Date: 07/12/03

  • Next message: Steven W. Orr: "Question about passphrases with protocol 1."
    To: qiumann@eden.rutgers.edu
    Date: Fri, 11 Jul 2003 20:37:14 -0400
    
    

    Just use the sunfreeware.com packages. They work every time and are in
    pkg format. The easiest way is to use pkg-get.

    See the pkg-get HOWTO for more information at http://www.sunfreeware.com/pkg-get.html

    --> pkg-get install openssh-3.6.1p1
    --> pkg-get install openssl-0.9.7b
    --> pkg-get install tcp_wrappers-7.6
    --> pkg-get install zlib-1.1.4
    --> pkg-get install gcc-3.2.3
    --> pkg-get install perl-5.8.0
    --> pkg-get install prngd-0.9.25
    --> pkg-get install egd-0.8
    --> pkg-get install snprint-2.2 (for Solaris 2.5(.1) only)

    Curt McIntosh
    CSC
    10920 Technology Place
    Mail Zone 604S2, 4th Floor
    San Diego, CA 92127
    858-592-5857
    cmcintos@csc.com

    ----------------------------------------------------------------------------------------
    This is a PRIVATE message. If you are not the intended recipient, please
    delete without copying and kindly advise us by e-mail of the mistake in
    delivery. NOTE: Regardless of content, this e-mail shall not operate to
    bind CSC to any order or other contract unless pursuant to explicit
    written agreement or government initiative expressly permitting the use of
    e-mail for such purpose.
    ----------------------------------------------------------------------------------------

    root <qiumann
    @eden.rutgers.edu>
    Sent by: root
    07/11/2003 12:13 PM

     
            To: secureshell@securityfocus.com
            cc:
            Subject: Installing openssh3.6.1p2 in solaris2.5 problem.

    Hi, everyone

    I am trying to install openssh3.6.1p2 on a solaris 2.5 box. I running
    into lots problems when compiling it.
    For example:
        misc.c: 99 : warning passing arg 4 'getsockopt' from incompatible
    pointer type
        misc.c:109 : warning passing arg 4 'setsockopt' from incompatible
    pointer type
    and similar errors on other .c file too.

    I am running on a older version of gnu gcc (2.6.3). I am wondering if
    there is a minimium requirement for gcc in order to compiling and
    running this version of ssh.

    Ben


  • Next message: Steven W. Orr: "Question about passphrases with protocol 1."