Displaying 20 results from an estimated 28 matches for "ldes".
Did you mean:
des
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)
krb4-1...
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...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 defined here
/usr/lo...
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
...ort
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
Smartcard su...
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
...according 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/libde...
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)
krb4-1...
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
...TH 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 -lcrypto
-L/afs/bi/v...
2001 Nov 14
0
OpenSSH / Kerberos / AFS
...g to be done for `all'.
make[1]: Leaving directory `/home/jnfergu/openssh/openbsd-compat'
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/athena/lib/lib
-L/usr/athena/include/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes
-lpam -ldl -lwrap -lutil -lz -lnsl -lcrypto -ldes
sshconnect1.o: In function `try_krb4_authentication':
/home/jnfergu/openssh/sshconnect1.c:401: undefined reference to
`tkt_string'
/home/jnfergu/openssh/sshconnect1.c:404: undefined reference to
`krb_get_phost'
/home/jnfergu/openssh/ssh...
2002 Jan 17
0
Please help: Compiling/configuring OpenSSH on SunOS 5.5.1 with AFS
...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 Oct 09
2
Solaris 2.6, and AFS
...-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 -lcrypto
I am n...
2004 Aug 20
1
problem compiling OpenSSH 3.9 on OpenBSD 3.4
...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/share/mk/bsd.prog.mk).
*** Erro...
2001 Mar 27
0
Kerberos4 / AFS library issues
...RS(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" != &quo...
2003 Sep 16
3
OpenBSD 3.3 x86 Build Problem
...h-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 monitor_fdpass.o kexdhs.o kexgexs.o auth-krb5.o
auth2-gss.o gss-serv.o gss-serv-krb5.o
-L/var/src/usr.bin/ssh/sshd/../lib/obj -lssh -lgssapi -lkrb5
-lcrypto -lutil -lz -ldes -lwrap
gss-serv-krb5.o: Undefined symbol `_gss_krb5_copy_ccache'
referenced from text segment
collect2: ld returned 1 exit status
*** Error code 1
Stop in /var/src/usr.bin/ssh/sshd (line 122 of
/usr/share/mk/bsd.prog.mk).
*** Error code 1
Stop in /var/src/usr.bin/ssh.
Does anything...
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
.../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/pam_afs.so.1 ign...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
.../usr/local/include -I/usr/local/openssl/include
-I/usr/heimdal/include
Linker flags: -L/usr/local/openssl/lib -Lyes -L/usr/heimdal/lib
Libraries: -lwrap -lrt -lz -L/usr/local/lib -L/software/@sys/usr/lib
-L/usr/local/openssl/lib -L/usr/lib -lsecurity -ldb -lm -laud -lcrypto -lkrb5
-ldes -lcom_err -lasn1 -lroken
You see, the "Linker flags" contain properly -L/usr/heimdal/lib , that's where
libgssapi.a is.
The problem is when heimdal is installed with support for openssl, it does not
build libdes:
configure:14199: checking whether we are using Heimdal
configure:142...
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...truct 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... /var/run/egd-pool
checking for ls... /usr...
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 /
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
.../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 04:03 ..
-rw-r-...
1999 Mar 11
2
AFS on samba 2.0.2
...igure.orig Sat Feb 6 15:51:52 1999
@@ -8685,10 +8685,6 @@
#define WITH_AFS 1
EOF
-afs_base='/usr/afsws'
-afs_flags='-I${AFS_BASE}/include'
-afs_libdir='${AFS_BASE}/lib'
-afs_libs='-L${AFS_LIBDIR} -L${AFS_LIBDIR}/afs -lkauth -lprot -lubik
-laudit -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err
$(AFS_LIBDIR)/afs/util.a'
;;
*)
echo "$ac_t""no" 1>&6
@@ -9733,10 +9729,6 @@
s%@lockdir@%$lockdir%g
s%@swatdir@%$swatdir%g
s%@builddir@%$builddir%g
-s%@afs_base@%$afs_base%g
-s%@afs_flags@%$afs_flags%g
-s%@afs_libdir@%$afs_libdir%g...
2003 Sep 18
1
ssh-openbsd-2003091700 distribution missing gss_krb5_copy_ccache
....o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o
auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o kexdhs.o kexgexs.o auth-krb5.o
auth2-gss.o gss-serv.o gss-serv-krb5.o -L/local/build/ssh-openbsd-2003091700/sshd/../lib -lssh -lgssapi
-lkrb5 -lcrypto -lutil -lz -ldes -lwrap
gss-serv-krb5.o: Undefined symbol `_gss_krb5_copy_ccache' referenced from text segment
collect2: ld returned 1 exit status
A search of the source tree finds a single reference to that symbol in
ssh-openbsd-2003091700/gss-serv-krb5.c, but nowhere is there a
definition of it as a functi...
1998 Aug 31
0
No subject
...page 66 for LAN Encripyted Password Support. I found these lines a
version 1.9.16p11
# This is for SMB encrypted (lanman) passwords.
# you may wish to add -DREPLACE_GETPASS if your getpass() is limited
# to 8 chars
# DES_BASE=/usr/local/libdes
# DES_FLAGS= -I$(DES_BASE)
# DES_LIB= -L$(DES_BASE) -ldes
# PASSWD_FLAGS=-DUSE_LIBDES -DSMB_PASSWD=\"$(BINDIR)/smbpasswd\"
-DSMB_PASSWD_FILE=\"$(BASEDIR)/private/smbpasswd\"
My question is were these file deliberately let out because they are no
longer needed??
I ask because I am using security = user and I am getting the error &quo...