search for: lkaf

Displaying 19 results from an estimated 19 matches for "lkaf".

Did you mean: leaf
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
...: xlc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib -L/usr/athena/lib -L/usr/afsws/lib -blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh -lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes ld: 0711-317 ERROR: Undefined symbol: .issuid ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8 Building against the following: zlib 1.1.4 openssl 0.9.6d (compiled with xlc)...
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
...binaries, the KTH krb4 libdes conflicts with the OpenSSL libdes. It seems to be possible to get around this like this: where make emits gcc -o ssh-keygen ssh-keygen.o -L. -Lopenbsd-compat/ -L/afs/bi/v/@sys/libraries/openssl/latest/lib -L/usr/athena/lib -L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes -lkrb -lpam -ldl -lutil -lz -lnsl -lcrypto -ldes substitute gcc -o ssh-keygen ssh-keygen.o -L. -Lopenbsd-compat/ -L/afs/bi/v/@sys/libraries/openssl/latest/lib -L/usr/athena/lib -L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -lkrb -lpam -ldl -lutil -lz -lnsl -lcry...
2001 Nov 14
0
OpenSSH / Kerberos / AFS
I just wrote an email describing problems linking to libkafs in openssh 3/daily snap shot as of today, but I think I forgot to describe what the problem was- well first it says 'cannot find file or directory' on -lkafs, for some reason it wasnt reading the directory even though- even though i added the correct dir to ld.so.conf (linux) so I cp'd the files to another directory where I know it was reading which gives this output (cd openbsd-compat && make) make[1]: Entering directory `/home/jnfergu/o...
2001 Oct 09
2
Solaris 2.6, and AFS
...nclude $(PATHS) -DHAVE_CONFIG_H removed include <crypt.h> from file auth-passwd.c and changed the build from: -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib -L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib -R/usr/athena/lib -L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes -lkrb -lwrap -lz -lsocket -lnsl -lgen -lcrypto -ldes to: -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/local/lib -L/usr/athena/lib -R/usr/athena/lib -L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -lkrb -lpam -ldl -lwrap -lz -lsocket -lnsl -lgen -...
2004 Aug 20
1
problem compiling OpenSSH 3.9 on OpenBSD 3.4
...-chall.o groupaccess.o auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o -L/usr/src/usr.bin/ssh/sshd/../lib/obj -lssh -lgssapi -lkrb5 -lkafs -lcrypto -lutil -lz -ldes -lwrap sshd.o: In function `main': sshd.o(.text+0x1ed4): undefined reference to `closefrom' sshd.o(.text+0x1ee4): undefined reference to `closefrom' collect2: ld returned 1 exit status *** Error code 1 Stop in /usr/src/usr.bin/ssh/sshd (line 122 of /usr/sha...
2001 Mar 27
0
Kerberos4 / AFS library issues
...x$withval" != "xyes" ; then - CPPFLAGS="$CPPFLAGS -I${withval}/include" - LDFLAGS="$LDFLAGS -L${withval}/lib" - fi - - if test -z "$KRB4" ; then - AC_MSG_WARN([AFS requires Kerberos IV support, build may fail]) - fi - - LIBS="$LIBS -lkafs" - if test ! -z "$AFS_LIBS" ; then - LIBS="$LIBS $AFS_LIBS" - fi - AC_DEFINE(AFS) - AFS_MSG="yes" - fi - ] -) -LIBS="$LIBS $KLIBS" - # Check whether user wants S/Key support SKEY_MSG="no" AC_ARG_WITH(skey, @@ -1246,6 +1177,73 @@...
2004 Jan 01
1
Syncing sshd/krb GetAFSToken change to Portable: help wanted
...table that implements a KerberosGetAFSToken option (patchset attached). This change causes compile errors with both MIT Kerberos and Heimdal (errors when compiled with MIT Kerberos below). I've figured out that the functions called in the new code are in Heimdal's libkafs, so adding -lkafs to the start for the Heimdal CFLAGS in configure.ac makes it compile. Presumably the equivalent code for MIT Kerberos needs to be written? Does it even have an equivalent, or can the new block just be wrapped inside an #ifdef HEIMDAL? Since I know approximately zero about Kerberos, any assi...
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
...: xlc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib -L/usr/athena/lib -L/usr/afsws/lib -blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh -lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes ld: 0711-317 ERROR: Undefined symbol: .issuid ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8 Building against the following: zlib 1.1.4 openssl 0.9.6g (compiled with xlc)...
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...ow working with openssh-2.9p2): gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib -L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib -R/usr/athena/lib -L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes -lkrb -lpam -ldl -lwrap -lz -lsocket -lnsl -lgen -lcrypto -ldes /usr/local/ssl/lib/libcrypto.a(set_key.o): In function `des_check_key_parity': set_key.o(.text+0x380): multiple definition of `des_check_key_parity' /usr/local/lib/libdes.a(key_parity.o)(.text+0x98): first defi...
2000 Apr 13
0
compile error
On a freshly installed OpenBSD 2.6 sparc system, I tried to compile openssh1.2.2 _and_ openssh1.2.3. I receive the following error on compile for both versions. The output here is from v1.2.2: cc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o -lkrb -lkafs -L/usr/src/ssh/ssh/../lib -lssh -lutil -lz -lcrypto sshconnect.o: Undefined symbol `_rresvport_af' referenced from text segment collect2: ld returned 1 exit status *** Error code 1 Stop in /usr/src/ssh/ssh. *** Error code 1 Stop in /usr/src/ssh. I've perused the archives and was unable...
2001 Nov 19
1
OpenSSH 3.0.1
OpenSSH 3.0.1 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. We would like to thank the OpenSSH community for their continued support and encouragement. Important Changes: ================== A security
2004 Jan 06
0
(no subject)
...KerberosGetAFSToken option (patchset attached). > > This change causes compile errors with both MIT Kerberos and > Heimdal (errors when compiled with MIT Kerberos below). > > I've figured out that the functions called in the new code are > in Heimdal's libkafs, so adding -lkafs to the start for the Heimdal > CFLAGS in configure.ac makes it compile. Presumably the equivalent > code for MIT Kerberos needs to be written? Does it even have an > equivalent, or can the new block just be wrapped inside an #ifdef > HEIMDAL? > > Since I know approximately zero...
2002 Jan 17
0
Please help: Compiling/configuring OpenSSH on SunOS 5.5.1 with AFS
.../SUNWspro/bin/cc Compiler flags: -O Preprocessor flags: -I/client/include -I/client/include -I/usr/local/include -I/usr/afsws/include Linker flags: -R/client/lib -L/client/lib -s -z muldefs -L/client/lib -R/client/lib -L/usr/local/lib -R/usr/local/lib -L/usr/afsws/lib Libraries: -lkafs -lresolv -ldes -lkrb -lwrap -lz -lsocket -lnsl -lcrypto -ldes
2001 Feb 13
1
configure.in reorder patch
...x$withval" != "xyes" ; then + CPPFLAGS="$CPPFLAGS -I${withval}/include" + LDFLAGS="$LDFLAGS -L${withval}/lib" + fi + + if test -z "$KRB4" ; then + AC_MSG_WARN([AFS requires Kerberos IV support, build may fail]) + fi + + LIBS="$LIBS -lkafs" + if test ! -z "$AFS_LIBS" ; then + LIBS="$LIBS $AFS_LIBS" + fi + AC_DEFINE(AFS) + AFS_MSG="yes" + fi + ] +) +LIBS="$LIBS $KLIBS" + +# Check whether user wants S/Key support +SKEY_MSG="no" +AC_ARG_WITH(skey, + [ --with-skey=PAT...
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
...l/include -Iyes -I/software/@sys/usr/include -I/usr/local/include -I/usr/athena-1.2.1-no-openssl/include -I/usr/afsws/include Linker flags: -L/usr/local/openssl/lib -Lyes -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/athena-1.2.1-no-openssl/lib -L/usr/afsws/lib Libraries: -lwrap -lkafs -lresolv -ldes -lkrb -lz -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib -lsecurity -ldb -lm -laud -lcrypto -ldes I hope, that there will be no symbol clashes between ldes and lcrypto anymore. ;-) $ CC=cc CFLAGS="-I/software/@sys/usr/include -I/usr/local/incl...
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...sr/local/openssl/include -I/software/@sys/usr/include/freetype2 -I/usr/athena/include -I/usr/afsws/include Linker flags: -L/usr/local/openssl/lib -Lyes -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib -L/usr/athena/lib -L/usr/afsws/lib Libraries: -lwrap -lkafs -lresolv -ldes -lkrb -lz -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib -lsecurity -ldb -lm -laud -lcrypto -ldes bash-2.05b# ls -la /usr/athena/lib total 1593 drwxr-xr-x 2 root system 8192 Dec 8 04:03 . drwxr-xr-x 9 root system 8192 Dec 8...
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...flags: -g -O2 -Wall Preprocessor flags: -I/usr/local/ssl/include -I/usr/local/include -I/usr/athena/include -I/usr/afsws/include Linker flags: -R/usr/local/ssl/lib -L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib -R/usr/athena/lib -L/usr/afsws/lib Libraries: -lkafs -lresolv -ldes -lkrb -lwrap -lz -lsocket -lnsl -lgen -lcrypto -ldes attempting to compile generates the following error messages: gcc -O2 -Wall -I. -I. -I/usr/local/ssl/include -I/usr/local/include -I/usr/athena/include -I/usr/afsws/include -DETCDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=...
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
...t/SUNWspro.6/bin/cc Compiler flags: -g Preprocessor flags: -I/client/include -I/client/include -I/usr/local/include -I/usr/afsws/include Linker flags: -R/client/lib -L/client/lib -z muldefs -L/client/lib -R/client/lib -L/usr/local/lib -R/usr/local/lib -L/usr/afsws/lib Libraries: -lkafs -lresolv -ldes -lkrb -lpam -ldl -lwrap -lz -lsocket -lnsl -lgen -lcrypto -ldes * /etc/pam.conf: sshd auth sufficient /usr/lib/security/pam_afs.so ignore_root sshd auth required /usr/lib/security/pam_unix.so try_first_pass debug sshd account sufficient /usr/lib/security/...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
http://bugzilla.mindrot.org/show_bug.cgi?id=635 Summary: openssh-SNAP-20030903: configure does not work well with heimdal(krb5) Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Kerberos support