openssh-3.8p1 compile problem

From: Georg Wittig (Georg.Wittig_at_zv.Fraunhofer.de)
Date: 02/25/04

  • Next message: Owen Dunn: "Re: pageant and cygwin ssh"
    Date: 25 Feb 2004 21:52:23 +0100
    
    

    sshd of openssh-3.8p1 doesn't link on TRU64 4.0f.
    sshd of openssh-3.7.1p2 and earlier did.

    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/staff/tcp_wrappers/src -s -Wl,-rpath,/usr/local/ssl/lib -lssh -lopenbsd-compat -lwrap -lcrypto -lrt -lz -lsecurity -ldb -lm -laud
    shadow_pw

    Adding the option "--with-cflags=-DCUSTOM_SYS_AUTH_PASSWD" to
    ./configure solves the problem. Hmmm.

    -- 
    /"\ ASCII ribbon   | Georg Wittig, FhG - Georg.Wittig@zv.Fraunhofer.de
    \ / campain against|
     X  HTML e-mail and|
    / \ news           | Der Bagger ist der natuerliche Feind des Internet.
    

  • Next message: Owen Dunn: "Re: pageant and cygwin ssh"