search for: lkrb

Displaying 20 results from an estimated 21 matches for "lkrb".

Did you mean: krb
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
...lc -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) krb4-1.1.1 (...
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
...4 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 -lcrypto -L/afs/bi/v/@sys/...
2001 Oct 09
2
Solaris 2.6, and AFS
..._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 -lcrypto I am not on...
2001 Mar 27
0
Kerberos4 / AFS library issues
..._HEADERS(krb.h) - AC_CHECK_LIB(krb, main) - if test "$ac_cv_header_krb_h" != yes; then - AC_MSG_WARN([Cannot find krb.h, build may fail]) - fi - if test "$ac_cv_lib_krb_main" != yes; then - AC_MSG_WARN([Cannot find libkrb, build may fail]) - fi - - KLIBS="-lkrb -ldes" - AC_CHECK_LIB(resolv, dn_expand, , ) - KRB4=yes - KRB4_MSG="yes" - AC_DEFINE(KRB4) - fi - ] -) - -# Check whether user wants AFS support -AFS_MSG="no" -AC_ARG_WITH(afs, - [ --with-afs=PATH Enable AFS support], - [ - if test "x$withval" !...
2000 Sep 14
0
modifying Openssh config script for KTH-KRB (fwd)
...f is in /usr/athena, with subdirectories > like lib and include. krb.h is in /usr/athena/include, but the script > complains it cannot find it when I set PATH=/usr/athena. I get the > following output from configure which seems relevant. I have no idea what > "checking for main in -lkrb... yes" means. > > ****************************************************************** > checking for krb.h... no > checking for main in -lkrb... yes > configure: warning: Cannot find krb.h, build may fail > ****************************************************************** &...
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
...n support those new calls yet, I thought it would be best for me to switch back to the old behaviour, i.e. have kerberized libkrb and other libs with disabled support for openssl (which means libdes is compiled). Then, compile openssh-3.5p1 with kerberos4 and afs support. That properly picks up -lkrb -ldes etc. Unfortunately, with this untested setup I got (i'm not sure if this is a openssh or openssl problem): Manpage format: man PAM support: no KerberosIV support: yes KerberosV support: no Smartc...
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
...ding to this errorlist from make: 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 -lssh -lopenbsd-compat -lresolv -ldes -lkrb -lz -lsocket -lnsl -lcrypto -ldes ld: fatal: symbol `des_key_sched' is multiply-defined: (file /usr/athena/lib/libdes.a(set_key.o) and file /usr/local/ssl/lib/libcrypto.a(set_key.o)); ld: fatal: symbol `des_is_weak_key' is multiply-defined: (file /usr/athena/lib/libdes.a(se...
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
...lc -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) krb4-1.2 (co...
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...h-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 defined here /usr/local/sp...
2002 Oct 16
2
ssh-keygen opens NULL filename
Hi, it's impossible to use -f option with ssh-keygen with version 3.5p1: $ ./ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N "" Generating public/private dsa key pair. open failed: No such file or directory. Saving the key failed: . $ -- Martin Mokrejs <mmokrejs at natur.cuni.cz>, <m.mokrejs at gsf.de> PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs MIPS /
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 u...
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
2002 Jan 17
0
Please help: Compiling/configuring OpenSSH on SunOS 5.5.1 with AFS
...ompiler 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 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...age... no checking for __ss_family field in struct sockaddr_storage... no checking for pw_class field in struct passwd... no checking if libc defines __progname... no checking if libc defines sys_errlist... yes checking if libc defines sys_nerr... yes checking for krb.h... yes checking for main in -lkrb... yes checking for des_cbc_encrypt in -ldes... theyes checking for dn_expand in -lresolv... yes checking for rsh... /usr/opt/bin/rsh checking for xauth... /usr/openwin/bin/xauth checking for /dev/ptmx... yes checking for /dev/ptc... no checking for /dev/urandom... no checking for PRNGD/EGD socket...
2001 Feb 13
1
configure.in reorder patch
..._HEADERS(krb.h) + AC_CHECK_LIB(krb, main) + if test "$ac_cv_header_krb_h" != yes; then + AC_MSG_WARN([Cannot find krb.h, build may fail]) + fi + if test "$ac_cv_lib_krb_main" != yes; then + AC_MSG_WARN([Cannot find libkrb, build may fail]) + fi + + KLIBS="-lkrb -ldes" + AC_CHECK_LIB(resolv, dn_expand, , ) + KRB4=yes + KRB4_MSG="yes" + AC_DEFINE(KRB4) + fi + ] +) + +# Check whether user wants AFS support +AFS_MSG="no" +AC_ARG_WITH(afs, + [ --with-afs=PATH Enable AFS support], + [ + if test "x$withval"...
2002 Aug 19
0
kerberosIV authentication is broken in openssh-3.4p1
...y's password: It happens to me when I test the client ./ssh against some other machines running older openssh. I suspect a bug at least in a client. Tested on Irix 6.5.15, cc, KTH kerberosIV 1.1.1. I have one more note to the configure script: checking for krb.h... yes checking for main in -lkrb... yes checking for des_cbc_encrypt in -ldes... no checking for des_cbc_encrypt in -ldes425... no configure: WARNING: Cannot find libdes nor libdes425, build may fail checking for dn_expand in -lresolv... no checking for xauth... /usr/bin/X11/xauth The build went fine, as the des_cbc_encrypt is I...
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...de -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 04:03 .. -rw-r--r--...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...figure:5448: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5469,7 +5471,7 @@ done echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6 -echo "configure:5473: checking for main in -lkrb" >&5 +echo "configure:5475: checking for main in -lkrb" >&5 ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''...
2000 Oct 04
0
2.2.0p1 chroot patch
...figure:5665: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5686,7 +5688,7 @@ done echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6 -echo "configure:5690: checking for main in -lkrb" >&5 +echo "configure:5692: checking for main in -lkrb" >&5 ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''...
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
...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/pam_afs.so.1 ignore_ro...