Displaying 20 results from an estimated 1000 matches similar to: "AIX 4.3.3/OpenSSH 3.5p1 compile problem"
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 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 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
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 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
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
Hi,
I've installed openssl-0.9.7 and now am testing current openssh-cvs.
The kerberosIV installation has it's own libdes.a. I'm quite please
openssh built successfully, congratulations! Unfortunately, kerberos
autentication is not tried at all. As far as I remeber, Ja Iven who wrote
some patch, which as he said got into 3.5p1 also removed the ifdef's that
--with-privsep no longer
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 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
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 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.
2004 May 27
1
Solaris/PAM/AFS: can't make it work
Greetings,
I know this has been discussed (pretty much since 3.7.1) and I have
been going through the archives trying to make sense of it but I am
still having problems getting 3.8.1p1 to work with PAM and AFS on
Solaris 8.
The problem (for those who may have missed it):
When I try and log in as an AFS user to a Solaris 8 box running
3.8.1p1, I can authenticate to the machine but do not
2001 Mar 27
0
Kerberos4 / AFS library issues
Could people who have been having issues with Portable OpenSSH and
Kerberos 4 please try the following patch. You will need to run
"autoreconf" (i.e you will need autoconf installed) and then run
./configure again.
Index: configure.in
===================================================================
RCS file: /var/cvs/openssh/configure.in,v
retrieving revision 1.267
diff -u -r1.267
2002 Jan 17
0
Please help: Compiling/configuring OpenSSH on SunOS 5.5.1 with AFS
Hello *,
i have some problems to compile/configure OpenSSH on SunOS 5.5.1
with AFS. See the attachment for the compile environment.
The programs compile fine and token passing is without problems.
Unfortunately it is not possible to login without a valid token
(`Permission denied.').
There is following message in the syslog:
Kerberos v4 TGT for ... unverifiable: Principal unknown
2004 May 12
1
3.8p1 on Solaris 8
Hello,
I am running into some strange (to me) behavior trying to upgrade
from 3.6.1p2 to 3.8p1 on Solaris 8.
All of my machines are running 3.6.1p2 (Linux boxes have had RH
errata applied). When I ssh with my AFS account name from any of them
to the Solaris 8 box running 3.6.1p2, it responds with
"afsuser at machine's password:". Once the password is given, I am
logged in just
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
2002 Aug 28
1
sshd problems openssh3.4p1 on 6.5.17
Greetings,
I have run into a rather bizarre problem that is beyond my meager
skills to debug so I am turning to the collective wisdom of this list.
Here are the facts:
2 SGI machines (alpha running IRIX 6.5.15 & beta running 6.5.14)
running openssh-3.4p1. ssh was built on each machine using the same
configuration and were working fine.
I upgraded the OS on alpha to 6.5.17 and ran into
2003 Sep 22
0
Explanation Please: No more AFS support
Please excuse me if this was discussed before and I missed it but
could someone please explain why AFS support was dropped from OpenSSH
3.7.1p1?
Since OpenAFS does not seem to show any signs of going away, it seems
like this kind of puts those of us who use AFS in the position of
having to apply patches to and maintain our own source tree for
3.6.1p1 whenever a change is made if we want to
2001 Feb 13
1
configure.in reorder patch
Feb 12 CVS (sort of, see warning below)
I've had to change around some of the code in configure.in
to get some platforms to compile with the --with-tcp-wrappers option.
Basicly I have set it up to
check headers
check system libraries
check for optional packages
check functions
I have also tried to clean up the library order as it is important
on some platforms.
This patch works on
Solaris
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
Hello,
I have tried to compile openssh-3.1p1 and then two
later snapshots. It seems that I can not have 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
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