Displaying 3 results from an estimated 3 matches for "ldlag".
Did you mean:
lflag
2000 Aug 06
1
problems compiling sshd on slackware 7.x
...-lz yes -lutil -lcrypto -lRSAglue -lrsaref
and strangely complains about snprintf and wants to enable this rsaref
thingy.
I also tried --with-ldflags but couldn't specify a '-lcrypt' because
configure recognizes this as an to its unknown option. hm.
BTW: ./configure --help | grep ldlags
(typo!)
only supplying 'lcrypt' creates the same strange reaction as with
'--with-libs crypt'.
At the end I edited the Makefile manually (LIBS=-lcrypt ...)
and it finally works.
I like openssh and after it also works on my box even more ;).
best wishes,
Andreas
------------...
2000 Aug 30
0
SNAP-2000082900: minor configuration detail
...uot;LDFLAGS" are meant. The LFLAGS is
also used at one place in "configure", please check configure.in:997,
I also assume the LDFLAGS was meant, as used correctly in other locations.
There is another "confusion", as ./configure --help allows to use
--with-cflags and --with-ldlags (here ldflags with "f" was meant).
I have tried and you can use both "CFLAGS" as well as --with-cflags
to specify the special compiler flags. However, when using --with-cflags
configure assumes that no CFLAGS was set, so "-g" is used by default.
When specifying CFLAG...
2000 Nov 05
1
HP-UX 11.0 libpam patch
Patch PHCO_22265 (s700_800 11.00 cumulative libpam and libpam_unix
patch) is now available that fixes a problem discussed a while back
on the list regarding an incorrect return value from pam_acct_mgmt(),
which effected the ability to change an expired password:
(SR: 8606160402 CR: JAGad29724)
HP-UX is inconsistent with the PAM standard with respect
to the return value for