Hello,
I have running FreeBSD 4.0 and problems with compiling OpenSSH
2.5.1p1
OpenSSL 0.9.6 -> installed
zLib 1.1.3 -> installed
su-2.03# make
gcc -o sshd sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-
chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-
pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o dh.o
sshpty.o log-server.o sshlogin.o loginrec.o servconf.o serverloop.o
md5crypt.o session.o groupaccess.o -L. -Lopenbsd-compat/ -
L/usr/local/ssl/lib -lssh -lopenbsd-compat -lz -lutil -lcrypto
auth-passwd.o: In function `auth_password':
/usr/tmp/openssh-2.5.1p1/auth-passwd.c(.text+0x5e): undefined
reference to `crypt'
*** Error code 1
Stop in /usr/tmp/openssh-2.5.1p1.
Can you help me ??
output summary off ./configure
OpenSSH configured has been configured with the following
options.
User binaries: /usr/local/bin
System binaries: /usr/local/sbin
Configuration files: /usr/local/etc
Askpass program: /usr/local/libexec/ssh-askpass
Manual pages: /usr/local/man/manX
PID file: /var/run
Random number collection: Device (/dev/urandom)
Manpage format: man
PAM support: no
KerberosIV support: no
AFS support: no
S/KEY support: no
TCP Wrappers support: no
MD5 password support: no
IP address in $DISPLAY hack: no
Use IPv4 by default hack: no
Translate v4 in v6 hack: no
Host: i386-unknown-freebsd4.0
Compiler: gcc
Compiler flags: -g -O2 -Wall
Preprocessor flags: -I/usr/local/ssl/include
Linker flags: -L/usr/local/ssl/lib
Libraries: -lz -lutil -lcrypto