search for: lskey

Displaying 15 results from an estimated 15 matches for "lskey".

Did you mean: skey
2000 Dec 30
1
Failure message of configure from openssh 2.3.0p1 is wrong.
...installed configure will fail with a message telling me that I don't have libwrap installed. But after looking into config.log I see the following: |configure:6344: checking for libwrap |configure:6356: gcc -o conftest -g -O2 -Wall -I. -I. conftest.c -ldl -lnsl -lz | -lutil -lpam -lcrypto -lskey -lwrap 1>&5 |/usr/bin/ld: cannot find -lskey |collect2: ld returned 1 exit status |configure: failed program was: |#line 6346 "configure" |#include "confdefs.h" |#include <tcpd.h> | int deny_severity = 0, allow_severity = |0;...
2002 Feb 11
0
[PATCH]: RHL72 --with-skey linking problems
...ch to configure.ac is attached here and to bugzilla. It may require some tuning, but the basics seem to be ok and it works here. Full log below was: --8<-- configure:5982: checking for skey_keyinfo configure:6025: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lskey -lutil -lz -lnsl >&5 /usr/bin/ld: Warning: size of symbol `f' changed from 4 to 26 in skeysubr.o /usr/bin/ld: Warning: type of symbol `f' changed from 1 to 2 in skeysubr.o collect2: ld returned 1 exit status configure:6028: $? = 1 configure: failed program was: #line 5987 "con...
2000 Oct 28
11
Another shapshot
I have just uploaded another snapshot to: http://www.mindrot.org/misc/openssh/openssh-SNAP-20001028.tar.gz Please test this one extra hard, it is likely to become 2.3.0p1 early next week. Regards, Damien Miller -- | ``We've all heard that a million monkeys banging on | Damien Miller - | a million typewriters will eventually reproduce the | <djm at mindrot.org> | works of
2004 Dec 13
2
[Bug 964] Problem compiling openssh 3.9p1
...ake[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/openssh-3.9p1/openbsd-compat' gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/lib -lopensc -lscconf -lssh -lopenbsd-compat -lsectok -lcrypto -lskey -lutil -lz -lnsl -lcrypt -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -s -O3 -march=i686 -Wall -Wpointer-arith -Wno-uninitialized -L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux...
2000 Mar 07
1
Fail to compile on FreeBSD 3.3
...like this: ./configure --with-tcp-wrappers --with-skey .. .... ...... gcc -o sshd sshd.o auth-rhosts.o auth-krb4.o auth-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o pty.o log-server.o login.o servconf.o serverloop.o bsd-login.o md5crypt.o -L. -L/usr/local/ssl/lib -lssh -lz -lcrypto -lutil -lpam -lskey -lwrap sshd.o: In function `do_authloop': /usr/local/src/openssh-1.2.2/sshd.c(.text+0x1d68): undefined reference to `skey_keyinfo' /usr/local/src/openssh-1.2.2/sshd.c(.text+0x1d8a): undefined reference to `skey_fake_keyinfo' /usr/local/src/openssh-1.2.2/sshd.c(.text+0x1e52): undefined r...
2000 May 09
0
OpenSSH compile error when enabling S/Key support
...d sshd.o auth.o auth1.o auth2.o auth-rhosts.o auth-krb4.o auth-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o pty.o log-server.o login.o servconf.o serverloop.o bsd-login.o md5crypt.o session.o -L. -L/usr/local/openssl-0.9.5a/lib -L/usr/local/skey-1.1/lib -lssh -ldl -lnsl -lz -lutil -lpam -lcrypto -lskey -lwrap auth1.o: In function `do_fake_authloop1': auth1.o(.text+0x126): undefined reference to `skey_fake_keyinfo' auth1.o: In function `do_authloop': auth1.o(.text+0x803): undefined reference to `skey_fake_keyinfo' collect2: ld returned 1 exit status make: *** [sshd] Error 1 Any Id...
2001 Oct 19
1
OpenSSH2.9.9p2 fails to configure
...ipt or set CFLAGS I still get: #... other defaults here configure:4481: gcc -o conftest -L/usr/local/lib -L/usr/local/ssl/lib -Wall -Wp\ ointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/skey/inc\ lude -L/usr/local/ssl/lib -L/usr/local/skey/lib conftest.c -lpam -ldl -lwrap -\ lskey -lz -lnsl -lutil -lcrypto 1>&5 configure: failed program was: #line 4467 "configure" #include "confdefs.h" #include <string.h> #include <openssl/rand.h> int main(void) { char a[2048]; memset(a, 0, sizeof(a)); RAND_add(a, sizeof(a), si...
2001 Feb 22
11
Lets try this push again.. 2.5.1p2 bugs left.
Things that are still outstanding: 1) Solaris/Redhat/HPUX session.c patch. I've not seen a ya or na on Kevin's pam patch from the Solaris group. 2) Odd Redhat/Debian scp/ssh issues. .. I'm baffled, and I can't replicate the bug. Nor have I seen anything remotely like it reported. 3) SCO.. Is it happy yet for compiling? =) Completed: 1) mdoc2man.pl .. Commited into
2001 Feb 13
1
configure.in reorder patch
...able S/Key support], + [ + if test "x$withval" != "xno" ; then + + if test "x$withval" != "xyes" ; then + CPPFLAGS="$CPPFLAGS -I${withval}/include" + LDFLAGS="$LDFLAGS -L${withval}/lib" + fi + + AC_DEFINE(SKEY) + LIBS="-lskey $LIBS" + SKEY_MSG="yes" + + AC_CHECK_FUNC(skey_keyinfo, + [], + [ + AC_MSG_ERROR([** Incomplete or missing s/key libraries.]) + ]) + fi + ] +) + +# Check whether user wants TCP wrappers support +TCPW_MSG="no" +AC_ARG_WITH(tcp-wrappers, + [ --with-tcp-w...
2004 Jan 01
1
Syncing sshd/krb GetAFSToken change to Portable: help wanted
...have an equivalent, or can the new block just be wrapped inside an #ifdef HEIMDAL? Since I know approximately zero about Kerberos, any assistance would be appreciated. Thanks, -Daz. gcc -o sshd [snip objs] -L. -Lopenbsd-compat/ -L/usr/kerberos/lib -lssh -lopenbsd-compat -lwrap -lresolv -lskey -lutil -lz -lnsl -lcrypto -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err session.o: In function `do_child?: /home/builder/gate/openssh-tinderbox/session.c:1427: undefined reference to `k_hasafs? /home/builder/gate/openssh-tinderbox/session.c:1433: undefined reference to `k_setpag? /home/builder...
2001 Feb 08
5
Daily snapshots...
...DISPLAY hack: no ] Use IPv4 by default hack: yes ] Translate v4 in v6 hack: yes ] ] Host: i586-pc-linux-gnu ] Compiler: gcc ] Compiler flags: -g -O2 -Wall ] Preprocessor flags: -I/usr/lib/include ] Linker flags: -L/usr/lib/lib ] Libraries: -lskey -lpam -ldl -lz -lnsl -lutil -lcrypto -lwrap ] ] PAM is enabled. You may need to install a PAM control file for sshd, ] otherwise password authentication may fail. Example PAM control files ] can be found in the contrib/ subdirectory So cvs is no joy here either. Anyone with some suggestions....
2000 Dec 06
8
openssh-SNAP-20001207 scp "Bad file descriptor" sort-of work-around
...ISPLAY hack: no Use IPv4 by default hack: no Translate v4 in v6 hack: yes Host: i686-pc-linux-gnu Compiler: gcc Compiler flags: -g -O2 -Wall -I. -I. -I/usr/include Linker flags: -L/usr/lib -L/usr Libraries: -ldl -lnsl -lz -lutil -lpam -lcrypto -lskey -lwrap Please Cc me on any response, as I'm not subscribed to the list. Thanks. James Feeney
2007 Nov 12
7
[Bug 1391] New: Problem compiling openssh 4.7p1
...openssh-4.7p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/openssh-4.7p1/openbsd-compat' gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -lssh -lopenbsd-compat -lsectok -lcrypto -lskey -lutil -lz -lnsl -lcrypt -L/usr/local/lib -lopensc -lscconf -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -s -O3 -march=i686 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv /usr/loca...
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
...sl/include/openssl -Wall -Wpointer-arith -Wno- uninitialized Preprocessor flags: -I/usr/local/ssl/include -I/usr/local/include Linker flags: -L/usr/local/ssl/lib -R/usr/local/ssl/lib - L /usr/local/lib:/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib Libraries: -lgen -lposix4 -lskey -lz -lsocket -lnsl -lcrypto also on Solaris pid files normally go in /var/run Also note on Solaris 2.5.1 that the out of the box openssl config builds with static, not shared, libraries. Thus the -R flag is unneeded because openSSH has to statically link in libcrypto.a Here is the config...
2002 Jul 17
13
Testing Call
Ok.. I'm starting official testing calls early this release. I'd like to have more feedback and more time for handling fixes. If people could test snapshots (http://www.openssh.org/portable.html, pick your favorate mirror and select snapshots directory) and report failures it would be useful. For those with pmake install there is regress/ which you can try out. It may help any platform