search for: lsectok

Displaying 5 results from an estimated 5 matches for "lsectok".

Did you mean: sectok
2004 Dec 13
2
[Bug 964] Problem compiling openssh 3.9p1
...nbsd-compat' make[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/../../../...
2003 Aug 21
1
Smartcard: sectok compiler error
...reference to `optreset' cmds.o:/home/mohnewald/sectok-20020524/cmds.c:565: more undefined references to `optreset' follow collect2: ld returned 1 exit status make: *** [sectok] Error 1 My Makefile: ------------------------------------- # Standard installation: #INCLUDES= #LIBS= -lsectok -lcrypto # For building locally (libsectok not installed) #INCLUDES= -I../libsectok LIBS= ../libsectok/libsectok.a -lcrypto # If crypto is included with openssl you might need this #INCLUDES= -I/usr/include/openssl # You shouldn't have to change anything below this line...
2002 Jan 31
4
signal transmission in ssh2
...ssh/Makefile.inc,v retrieving revision 1.21 diff -u -r1.21 Makefile.inc --- Makefile.inc 30 Oct 2001 20:32:31 -0000 1.21 +++ Makefile.inc 16 Nov 2001 12:07:22 -0000 @@ -10,7 +10,7 @@ CDIAGFLAGS+= -Wmissing-prototypes CDIAGFLAGS+= -Wunused -#DEBUG=-g +DEBUG=-g #CFLAGS+= -DSMARTCARD #LDADD+= -lsectok Index: clientloop.c =================================================================== RCS file: /cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.95 diff -u -r1.95 clientloop.c --- clientloop.c 10 Jan 2002 11:24:04 -0000 1.95 +++ clientloop.c 31 Jan 2002 17:17:19 -0000 @@ -103,6 +103,8 @@...
2007 Nov 12
7
[Bug 1391] New: Problem compiling openssh 4.7p1
...g directory `/tmp/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 -l...
2001 Oct 24
2
disable features
...000 @@ -10,7 +10,14 @@ CDIAGFLAGS+= -Wmissing-prototypes CDIAGFLAGS+= -Wunused -#DEBUG=-g +DEBUG=-g + +#CFLAGS+= -DWITH_AGENTFWD +#CFLAGS+= -DWITH_COMPRESSION +#CFLAGS+= -DWITH_DYNFWD +#CFLAGS+= -DWITH_PROTO13 +#CFLAGS+= -DWITH_TCPFWD +#CFLAGS+= -DWITH_X11FWD #CFLAGS+= -DSMARTCARD #LDADD+= -lsectok Index: auth-options.c =================================================================== RCS file: /home/markus/cvs/ssh/auth-options.c,v retrieving revision 1.20 diff -u -r1.20 auth-options.c --- auth-options.c 30 Aug 2001 20:36:34 -0000 1.20 +++ auth-options.c 22 Oct 2001 18:26:52 -0000 @@ -53,7...