Compile error on OpenSSH 3.8p1 on Digital Tru64 4.0f

From: Dustin H Fu (xxfdh_at_exchange.uta.edu)
Date: 03/18/04

  • Next message: Darren Tucker: "Re: Password Exiration Check is Broke on Trusted HP-UX 10.20 when Password Aging is Disabled"
    To: "'secureshell@securityfocus.com'" <secureshell@securityfocus.com>
    Date: Thu, 18 Mar 2004 16:12:45 -0600
    
    

    Hello,

    I am trying to compile OpenSSH 3.8p1 on a Tru64 Digital Unix version 4.0f.
    We are using C2 security and not using shadow password. I got the following
    error (version 3.7.1p2 compiled okay before):

    make[1]: Entering directory `/staff/xxfdh/openssh-3.8p1/openbsd-compat'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/staff/xxfdh/openssh-3.8p1/openbsd-compat'
    gcc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o
    sshpty.o sshlogin.o servconf.o serverloop.o uidswap.o auth.o auth1.o auth2.o
    auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o
    auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o
    auth2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o
    monitor_fdpass.o kexdhs.o kexgexs.o auth-krb5.o auth2-gss.o gss-serv.o
    gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o
    -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -lssh
    -lopenbsd-compat -lcrypto -lrt -lz -lsecurity -ldb -lm -laud
    xcrypt
    shadow_pw
    collect2: ld returned 1 exit status
    make: *** [sshd] Error 1

    I specified --without-shadow when ./configure. Will someone tell me what I
    need to do to correct this problem. Thanks in advance!!

    Dustin Fu
    Software Systems Specialist
    Office of Information Technology
    University of Texas at Arlington
    817-272-2271


  • Next message: Darren Tucker: "Re: Password Exiration Check is Broke on Trusted HP-UX 10.20 when Password Aging is Disabled"