search for: libedit_msg

Displaying 3 results from an estimated 3 matches for "libedit_msg".

2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find libedit) for otherwise identical setups. 1. How can I get the output set up to look at conftest.c? 2. I added a set -x to configure above LIBEDIT_MSG=no 3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3 -I/usr/include/gssapi" --prefix=/ --exec-prefix=/usr --libdir=/usr/lib64 --datadir=/usr --sysconfdir=/etc/ \ --with-ssl-engine --with-pam --with-rand-helper --with-kerberos5=/usr/lib/mit --with-md5-passwords...
2009 Nov 23
0
[PATCH] Bluetooth support.
...rds MD5_MSG="no" AC_ARG_WITH(md5-passwords, @@ -4231,6 +4252,7 @@ echo " S/KEY support echo " TCP Wrappers support: $TCPW_MSG" echo " MD5 password support: $MD5_MSG" echo " libedit support: $LIBEDIT_MSG" +echo " Bluetooth support: $BLUETOOTH_MSG" echo " Solaris process contract support: $SPC_MSG" echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG" echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG" Index: packet.c...
2007 May 21
1
[PATCH] Add support for ldns
...us status = ldns_verify_trusted(NULL, NULL, NULL, NULL); status=LDNS_STATUS_OK; exit(0); } + ]])], + [AC_MSG_RESULT(yes)], + [ + AC_MSG_RESULT(no) + AC_MSG_ERROR([** Incomplete or missing ldns libraries.]) + ]) + fi + ] +) + # Check whether user wants libedit support LIBEDIT_MSG="no" AC_ARG_WITH(libedit, Index: openbsd-compat/getrrsetbyname.c =================================================================== RCS file: /cvs/openssh/openbsd-compat/getrrsetbyname.c,v retrieving revision 1.24 diff -u -r1.24 getrrsetbyname.c --- openbsd-compat/getrrsetbyname.c 29 Ap...