Displaying 1 result from an estimated 1 matches for "scottspc".
Did you mean:
scottp
2005 Jan 12
1
Compiling openssh-3.9p1 Without Kerberos
...LY
Host: i686-pc-linux-gnu
Compiler: gcc
Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized
Preprocessor flags:
Linker flags:
Libraries: -lwrap -lcrypto -lutil -lz -lnsl -lcrypt
However, when built, it is linked against the kerberos libs:
scottspc: /usr/local/src/openssh-3.9p1 # ldd ./sftp-server
libcrypto.so.4 => /lib/libcrypto.so.4 (0x4002e000)
libutil.so.1 => /lib/libutil.so.1 (0x4011f000)
libz.so.1 => /usr/lib/libz.so.1 (0x40122000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40130000)
libcrypt....