Displaying 1 result from an estimated 1 matches for "cc4ngzcj".
2003 Oct 26
2
setlogin failed: Function not implemented
...tion not implemented
Running LFS 4.0. Happens both on 2.6.0-test8 and 2.4.22-ac1.
When configuring openssh I get this in config.log:
configure:6557: checking for setlogin
configure:6594: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lutil -lz -lnsl >&5
/tmp/cc4nGZCj.o: In function `main':
/tmp/build/openssh-3.7.1p2/configure:6585: warning: setlogin is not implemented and will always fail
configure:6597: $? = 0
configure:6600: test -s conftest
configure:6603: $? = 0
configure:6613: result: yes
Also noting that there is no #if defined(HAVE_SETLOGIN) or simi...