Displaying 1 result from an estimated 1 matches for "bsd_daemon".
Did you mean:
add_daemon
1999 Dec 06
0
Fwd: Re: openssh on a non-PAM system?
...lib
-lssl -lcrypto
Undefined first referenced
symbol in file
daemon ssh.o
ld: fatal: Symbol referencing errors. No output written to ssh
collect2: ld returned 1 exit status
make: *** [ssh] Error 1
a manual link adding bsd_daemon.o on 2.7 fixes this.
2.5.1 additionally complains of missing:
snprintf ssh.o
vsnprintf log-client.o
which it doesn't have <sigh>. I continued on the 2.7 machine...
> 7. I found that "make install" was broken so I man...