Click to See Complete Forum and Search --> : make openSSH fails...


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?

The_Stack
01-29-2001, 03:48 PM
Sounds like there are missing libraries. Did you make sure your system has Zlib and OpenSSL? If not, then install them and try again to make openssh.

Good Luck!

Danster
02-02-2001, 01:00 PM
Thanks that helped -- I was able to get OpenSSH installed in the end. I wrote up the instructions at: http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=014595

I really need help with classpaths :rolleyes: see: http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=014729