Danster
01-28-2001, 10:16 PM
using RH 6.1 w/ install instructions at: http://www.openssh.com/install.html
./configure
worked fine but not make:
openssh-2.3.0p1]# make
gcc -g -O2 -Wall -I. -I. -I/usr/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-arc4random.c -o bsd-arc4random.o
[...clip]
sshd.o(.text+0x16f0): undefined reference to `request_init'
sshd.o(.text+0x16f9): undefined reference to `sock_host'
sshd.o(.text+0x16ff): undefined reference to `hosts_access'
sshd.o(.text+0x171e): undefined reference to `refuse'
collect2: ld returned 1 exit status
make: *** [sshd] Error 1
Any ideas?
./configure
worked fine but not make:
openssh-2.3.0p1]# make
gcc -g -O2 -Wall -I. -I. -I/usr/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-arc4random.c -o bsd-arc4random.o
[...clip]
sshd.o(.text+0x16f0): undefined reference to `request_init'
sshd.o(.text+0x16f9): undefined reference to `sock_host'
sshd.o(.text+0x16ff): undefined reference to `hosts_access'
sshd.o(.text+0x171e): undefined reference to `refuse'
collect2: ld returned 1 exit status
make: *** [sshd] Error 1
Any ideas?