install to irix6.5

From: Junpei.M (junpeim@iis.u-tokyo.ac.jp)
Date: 12/17/02

  • Next message: Ralf.Strandell@silja.com: "Replacing non-interactive ftp connections with sftp?"
    Date: Tue, 17 Dec 2002 19:42:03 +0900
    From: "Junpei.M" <junpeim@iis.u-tokyo.ac.jp>
    To: <secureshell@securityfocus.com>
    
    

    Hello All,

    I am trying to compile the current portable Openssh
    (3.5p1) on an SGI Octane running Irix 6.5 and I
    am running into problems in the "make install".
    Error is shown below (Exstracted).
    ---------------------------------------------------------------------------
                                 *
                                 *
                                 *
    .bin
    chmod +rx bsd/bldg98 bsd/clearipc bsd/extract-ghelp bsd/fixlib bsd/subg98
    Cannot access bsd/bldg98: No such file or directory
    Cannot access bsd/clearipc: No such file or directory
    Cannot access bsd/extract-ghelp: No such file or directory
    Cannot access bsd/fixlib: No such file or directory
    Cannot access bsd/subg98: No such file or directory
    chmod +rx bsd/upd bsd/updatelink bsd/updatelink1 bsd/linda-ln bsd/g98l
    bsd/setup-make
    Cannot access bsd/upd: No such file or directory
    Cannot access bsd/updatelink: No such file or directory
    Cannot access bsd/updatelink1: No such file or directory
    Cannot access bsd/linda-ln: No such file or directory
    Cannot access bsd/g98l: No such file or directory
    Cannot access bsd/setup-make: No such file or directory
    chmod +rx bsd/gau-arflags bsd/gau-ranlib bsd/gau-unlimit
    Cannot access bsd/gau-arflags: No such file or directory
    Cannot access bsd/gau-ranlib: No such file or directory
    Cannot access bsd/gau-unlimit: No such file or directory
    chmod +rx tests/d1 tests/diff-mfl tests/diff.csh tests/runtests
    Cannot access tests/d1: No such file or directory
    Cannot access tests/diff-mfl: No such file or directory
    Cannot access tests/diff.csh: No such file or directory
    Cannot access tests/runtests: No such file or directory
    chmod +rx tests/search.csh tests/searchlog.csh tests/submit.csh
    tests/subtest tests/set-mflags
    Cannot access tests/search.csh: No such file or directory
    Cannot access tests/searchlog.csh: No such file or directory
    Cannot access tests/submit.csh: No such file or directory
    Cannot access tests/subtest: No such file or directory
    Cannot access tests/set-mflags: No such file or directory
    set nonomatch
    if ( -e l1.f ) then
    cd bsd
    bsd - No such file or directory
    *** Error code 1 (bu21)
    *** Error code 1 (bu21)
    ------------------------------------------------------------------------

    Processes are shown below.

    (1) - Compiled and installed zlib from libz 1.1.3 fw_libz-1.1.3.tardist
    from:
            http://freeware.sgi.com/index-by-alpha.html
          using SGI Software Manager.
          This installed libz in:
            /usr/freeware/lib32

    (2) - compiled openssl-0.9.6g from http://www.openssl.org/source/ with:
            ./Config --prefix=/usr/local/openssl
        --openssldir=/usr/local/openssl irix-cc
            make
            make test
            make install
           
    (3) - compiled and installed egd, entropy generator daemon, from:
               http://www.lothar.com/tech/crypto/
          with:
            cd egd-0.8
            perl Makefile.PL
            make
            make test
            (switch to root user)
            make install

    (4) - changed system startup procedure to start egd.pl at system startup
    with:
            (created and edited /etc/init.d/entropy from Matlab's
    /etc/init.d/lm)
            cd /etc/rc2.d
            ln -s ../init.d/entropy S22entropy

    (5) - compiled tcp_wrappers_7.6-ipv6 from:
            ftp://ftp.porcupine.org/pub/security/index.html#software

          Chose the "advanced installation option" and copied:
            - tcpdchk, safe_finger, try-from, tcpdmatch, tcpd into /usr/etc
            - libwrap.a into /usr/local/lib
            - tcpd.h into /usr/local/include
            (/etc/hosts.allow and /etc/hosts.deny were already setup)

    (6) - compiled ssh (openssh-3.5p1 from
    http://www.openssh.com/portable.html) with:
            ./configure -prefix=/usr/local --with-tcp-wrappers
    --with-ssl-dir=/usr/local/openssl --with-egd-pool=/etc/entropy
    --with-libs='-L/usr/freeware/lib32 -L/usr/local/lib'
    --with-cflags='-I/usr/freeware/include'
            ( the --with-libs='-L/usr/freeware/lib32 ... ' option was
    required for configure to find libz.a )
            ( the ' ... -L/usr/local/lib' option was required for
    configure to find libwrap.a )
            ( the --with-cflags='-I/usr/freeware/include' option was so make
    could find zlib.h )
            make
            make install
    ----------------------------------------------------------------------------
    Could anyone offer any hints?

    Thanks,

    Junpei Murakami