Displaying 1 result from an estimated 1 matches for "rs_aix433".
Did you mean:
rs_aix41
2000 Apr 11
2
LDFLAGS of the Makefile
...sr/ruf/lib" \
./configure --with-egd-pool=/dev/urandom \
--with-afs=/usr/afsws \
--with-kerberos4=/client \
--with-tcp-wrappers \
--with-pid-dir=/etc \
--sysconfdir=/etc \
--with-ipv4-default \
--prefix=/sw/rs_aix433/openssh-1.2.3
The resultant makefile has the line:
LDFLAGS=-L. -L/usr/local/lib -L/client/lib
As a consequence a dot (the current directory) appears in the PATH of the Loader Section of ssh at the
first place! That mean that a local user my replace the shared libraries libc.a, libnsl.a and li...