Displaying 20 results from an estimated 800 matches similar to: "Building openssh-3.5p1 with new DES functions"
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
Hi,
I've seen that openssh will have different function names for des, I
think thats great. As kerberos4 nor kerbero5 from KTH in Sweden 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
2002 Dec 02
0
Cannot compile openssh-3.5.p1 on Irix 6.5.15 with kerberos4
Hi,
I have the following problem. I think it's arising from the fact, that
DES algorithms are fetched from libcrypto and not from libdes anymore.
But, some types still clash. I use krb4-1.2.1 from
http://www.pdc.kth.se/kth-krb
cc -O2 -n32 -TARG:platform=IP22 -OPT:Olimit=0 -I/usr/local/include -I/software/@sys/usr/include -I/usr/local/BerkeleyDB.4.0/include -I/usr/local/openssl/include
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
Jan,
maybe I should check the /afs information that you pointed me at
in a subsequent email first, but I wanted to update you on what
happened following this path:
I did get some mileage out of both of your suggestions below,
but still did not make it through (now working with openssh-2.9p2):
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L.
2001 Oct 09
2
Solaris 2.6, and AFS
With the help of Jan Iven I have been able to compile openssh-2.9.9p2
on Solaris 2.6 with AFS/kerb4 support using gcc.
./configure --sysconfdir=/etc/ssh --with-tcp-wrappers \
--with-egd-pool=/var/run/egd-pool \
--with-kerberos4=/usr/athena --with-afs=/usr/afsws
to do this I modified the resulting Makefile,
from:
CPPFLAGS=-I. -I$(srcdir) -I/usr/local/ssl/include
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
I am having a problem building OpenSSH on my AIX 4.3.3 box. It fails
during the make with the following error:
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
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
My apologies if this is not the appropriate forum for this but I have
posted twice to the ssh security list and have not received any
replies. I would appreciated any help that anyone can offer. TIA
-------
Ok, this is a repost from awhile back to which I received no replies.
Originally, I was dealing with 3.4p1 but I am running into the same
problem now with 3.5p1. I would greatly
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
Hi,
I configured OpenSSH 3.0.2p1 with
./configure --disable-suid-ssh --with-pam --with-kerberos4=/usr/athena \
--with-afs=/usr/afsws --with-ipaddr-display \
--with-ssl-dir=/afs/bi/v/@sys/libraries/openssl/latest
My "latest" OpenSSL is 0.9.6a. KTH krb4 is 1.1.
When linking the binaries, the KTH krb4 libdes conflicts with the
OpenSSL libdes. It seems to be possible to get around
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
hello,
I'm attempting to compile 2.9p1 on Solaris 2.6 with AFS support.
I am not using Kerberos aside from AFS. The installation notes state
that Kerberos IV is required by AFS. Since the Kerberos libraries and
header files do not appear to be distributed with AFS, I downloaded and
installed ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.0.8.tar.gz
./configure --sysconfdir=/etc/ssh
2001 Jun 06
2
Failure to compile OpenSSH.
Hello guys.
Following Dug's withdrawal of the SSH1 AFS patches, I'm trying to give
OpenSSH installation another shot. It fails.
The setting:
* Platforms: Linux (Immunix 6.2), Solaris 7, IRIX 6.5, OSF1 4.0F, HP-UX 10.20.
* Compilers: StackGuard egcs on Linux, vendor-supplied native on others
(Workshop 5.0 Sun; MIPSpro 7.3 SGI; OSFCMPLRS440 package; HP ANSI C
compiler B3899BA
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
2001 Feb 05
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4
Heelo,
I'm trying to copmpile openssh-2.3.0p1 against KTH-KRB
dist. (ftp.pdc.kth.se/pub/krb/src) of kerberosIV and AFS 3.6. However, I
get two errors:
1. redifinition of types, conflicting with krb.h (which #includes
ktypes.h) - removing temporarily the u_int code from ktypes.h helped
2. send_afs_tokens() - in the sshconnect1.c show both problems, although
the redefinition problems occured
2001 Sep 13
0
Can't compile openssh-SNAP-20010913
Hi,
I'm trying to compiled openssh with kerberosIV support and AFS on
Irix 6.5.10 with cc, but no luck:
cc -O3 -n32 -TARG:platform=IP22 -I/usr/local/include -I/software/@sys/usr/local/include -L/usr/local/lib
-L/software/@sys/usr/local/lib -I. -I. -I/usr/local/include -I/usr/athena/include -DETCDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
2001 Mar 06
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4 (fwd)
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
---------- Forwarded message ----------
Date: Tue, 6 Mar 2001 22:28:52 +0100 (MET)
From: "[iso-8859-2] Martin MOKREJ?" <mmokrejs at natur.cuni.cz>
To: openssh at openssh.com
Subject: Re: Problem compiling
1999 May 14
0
Problems Building Samba 2.0.3 --with-afs
Hi all,
I'm going nuts.
Ken Weiss and Steve Holstead have been very nice to me and supplied me with
info on how to set my configure files and such. It helped me a lot but I
still get stuck a bit later in the process. Namely during pass_check.c.
I'm on a AIX 4.1.5 box. Using the export version of AFS 3.4.
Help is appreciated. I wouldn't ask you all this if I hadn't already spent
2000 Aug 03
0
help with afs
I have been trying to compile samba with afs. I did as the book suggested the first time and ran samba without afs. Now i am trying to compile it with afs. It has not been successful. I have added all the afs libraries to the makefile. These are the errors i am still getting, can you please help me find away around this.
Linking bin/smbd
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
Greetings.
I am having a problem getting OpenSSH to configure on a Solaris 5.8 box.
I have installed gcc 3.2.2, OpenSSL 0.9.6g.
The config script dies with the error:
OpenSSL version header not found.
OpenSSL is installed in /usr/local/ssl. A check of the config.log
file indicates that the test program appears to be core dumping. I
have included relavent (I hope) portions of config.log
2002 May 03
0
AFS/Kerberos authentication problems on IRIX 6.5.15
With a little help, I managed to get ssh to compile. (original post
05.02.02) Now, I can login using an account that is local to the
target machine but logins with AFS accounts fail.
The details:
IRIX 6.5.15
ssh 3.1.p1
gcc 3.0.1
ssl-0.9.6c
zlib-1.1.4.
I am configuring with:
env CC=gcc CFLAGS=-g
LDFLAGS=-Wl,-rpath,/usr/local/krb4/lib,-rpath,/usr/local/ssl/lib
./configure
2003 Jun 10
2
Compiling 2.2.8a with SSL support on Solaris 7
I'm running into a problem when compiling Samba 2.2.8a with SSL support on
Solaris 7. The build appears to be choking on redefinitions between the
Openssl des.h and kerberos/des.h (which is grabbed because it is on the
system). Here's the error I'm getting:
In file included from /usr/local/include/openssl/evp.h:89,
from /usr/local/include/openssl/x509.h:67,
2006 Apr 01
0
CentOS-4/alpha 4.1beta is there to play
Hi,
I've always been kind of on/off with alpha. Remember making some kind
of debian/alpha installer back -97ish. Lately (like past 2 years), i've
been compiling SRPMS on alpha too from time to time.
Most of my alpha hardware was pretty much ancient crap, so i wasn't
quite confident pushing anything out to public as i wasn't able to test
even if EV6 would be ok. Little over week
2002 May 02
0
IRIX 6.5 + AFS/Kerberos Problems
I am having problems compiling ssh 3.1.p1 under IRIX 6.5.15. I can
get ssh to compile but it does not seem to be able to authenticate
using afs passwords.
Some details:
gcc 3.0.1
ssl-0.9.6c
zlib-1.1.4.
I am configuring with:
./configure --with-kerberos4=/usr/kerberos --with-afs=/usr/afsws \
--with-tcp-wrappers=/usr/local
Straight out of the box, this fails with:
gcc -g -O2 -Wall