Displaying 20 results from an estimated 10000 matches similar to: "openssh 3.1p1 linking problem"
2002 May 10
1
building OpenSSH-3.1p1 w/OpenSSL-0.9.6d
Has anyone tried to build 3.1p1 on Solaris with the new openssl-0.9.6d? I
am having trouble building; here is my setup: GNU ld, GNU make and my
config options are as follows:
./configure --prefix=/usr/local/stow/openssh-3.1p1 \
--sysconfdir=/usr/local/etc --with-md5-passwords --disable-suid-ssh \
--with-ssl-dir=/usr/local/ssl
Here is the error is fails on:
/usr/local/bin/ld -o scp scp.o
2005 Sep 10
1
Compile of openssh 4.2 failed with openssl 0.9.8
Hi,
I tried to compile openssh 4.2 with gcc 3.2.2 and openssl 0.9.8 on linux
running Kernel 2.4.29.
The error I get is:
make[1]: Verlassen des Verzeichnisses
?/home/tlitsch/openssh-4.2p1/openbsd-compat?
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/include/openssl
-ldl -lssh -lopenbsd-compat -lresolv -lcrypto -lutil
2004 Aug 25
6
sshd 3.9p1 under Reliant Unix 5.45: getpeername: Operation not supported on transport endpoint
The following is special to sshd 3.9p1 under ReliantUnix 5.45. It does
not occur under ReliantUnix 5.43 nor under Solaris 5.8:
`pwd`/sshd-3.9 -e -D -d -d -d
Now connecting from outside
[...]
debug1: inetd sockets after dupping: 3, 3
debug1: get_port() calls get_sock_port(3)
debug1: getpeername failed:
Operation not supported on transport endpoint
lsof proves FD 3 is an established TCP
2001 Feb 20
2
openssh wish list for 2.6.*
Hi,
something that I'd like to see for the next major release is "build
OpenSSH without installing zlib and openssl".
That is, I have a source tree with the following subdirectories:
.../src/zlib-1.1.3/
/openssl-0.9.6/
/openssh_cvs/
and want "configure", run from openssh_cvs, to be able to find the zlib
and openssl trees in the directory
2005 Jul 28
1
greater than 8 character passwords on Unixware (IA database support)
I made some quick changes to support the IA security thing in Uniware
7.1.1. I wish I understood all of this well enough to make a proper
patch to include new defines and what not. I tried and made a mess.
Hopefully I can get a better grasp this weekend. The only files I
changed were xcrypt.c and Makefile.
Makefile needed -lcrypt and -liaf added to LIBS=. It had -lcrypto but
needed -lcrypt for
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
I am trying to install openssh on sco unix 7.1 and getting following error ,
please help
I have installed zlib - zlib-1.2.3
Openssl openssl-0.9.8e
Openssh openssh-4.6p1
# make
if test ! -z "yes"; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
cc -o ssh
2005 Sep 12
3
Problems Compiling OpenSSH 4.2p1 on Tru64 UNIX 5.1b
I configure as follows:
./configure --with-zlib=/usr/local/include
cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o
sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o
auth-options.o session.o auth-chall.o auth2-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
2002 Apr 12
2
Using openssh 3.1p1 on Solaris with tcp wrappers?
Dear OpenSSH Developers,
Thanks for all the great work on this important tool. We've built
version 3.1p1 on
SAPTC platforms under Solaris 2.8 using gcc 2.95.2. Several quick
notes and a
question:
1) There are several discrepancies between the INSTALL file on the
openssh web
site ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/INSTALL
and the output from "./configure
2002 Jul 22
1
impedence mismatch between openssh 3.4p1 and openssl 0.9.6d on SCO OpenServer 3.2 5.0.6
Hi, I have been trying to build openssh 3.4p1 on SCO Open Server xxx
It requires the libcrypto.a library produced by OpenSSL.
So, I downloaded and installed OpenSSL 0.9.6d.
As part of the configure process for OpenSSH, 'configure' checks for
version of libcrypto.a with RAND_add().
RAND_add is defined in rand_lib.c and during the build of OpenSSH, I
can see that rand_lib.c is compiled
2001 Feb 08
5
Daily snapshots...
All,
How can I get at the daily snapshots?
When I go to the website, www.openssh.com, and follow the Linux
link to portable.html and then go to request the daily snapshot from
http://bass.directhit.com/openssh_snap/, I get prompted for a user id
and password. Needless to say, I ain't got.
That's real useful. Use to be, I could get the snapshots from
the ftp site. Then things
2010 Feb 18
4
"../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
Hi all,
Environment:
Compiler: IBM XL C/C++ Enterprise Edition for AIX v9.0
Server: AIX 5.3 TL 10 SP1
I use configure with the following option to configure the makefile.
--------------------------------?
export CC=cc
export CFLAGS="-I/opt/freeware/include/openssl/ -I/usr/local/include"
export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib"
./configure --prefix=/usr/local
2001 Mar 14
2
Test snapshots
Could eveyone please give the latest snapshots a test? I have just
pulled in some more OpenSSL libc code to support globbing in the sftp
client. It works OK on the platforms that I have access to, but that
isn't many...
Report success/failure and host (as reported by configure).
Thanks.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
|
2003 Jul 10
1
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthentication no + PermitEmptyPasswords yes
Greetings,
I recently discovered a problem with OpenSSH 3.6.1p2 and UnixWare 7.1.1
(as well as OpenServer 5.0.X and SCO 3.2v4.2)
When I set up sshd_config as follows:
PasswordAuthentication no
PermitEmptyPasswords yes
and try to connect to a password less account ( I know its a F*up, but
that's the application ID10Ts .... ) I can get in using the SSH2 version
without a valid key, the
2001 Oct 31
1
OpenSSH-3.0p1-pre-CVS: configure.ac checks for login in -lutil and -lbsd?
OpenSSH-3.0p1-pre, from CVS as of about 2001-10-30 23:45 UTC.
Any particular reason why configure is checking for login() in -lutil,
finds it, then checks for it again in -lbsd?
Here's the relevant excerpts (Red Hat Linux 6.2, , kernel-2.2.19,
glibc-2.1.3, egcs-1.1.2, autoconf-2.52):
$ CFLAGS='-O2 -mpentium -Wall'; export CFLAGS
$ ./configure
2003 Oct 08
3
openssh-3-7-1p2: sftp issue from Cygwin Build
Anyone have any problems with sftp-server on 3.7.1p2? When I sftp to the
server i get this when I do an ls -l:
sftp> ls -l
?-w-rwxrwx 0 1 16832 3 Oct 26 1993
Mike
2005 Aug 29
4
Conflict between LDAP and Privilege Separation?
Hi all.
OpenSSH_4.1p1, OpenSSL 0.9.7g 11 Apr 2005 on Solaris 8 using host-based
authentication.
With "PrivilegeSeparation yes" and "UsePAM no" everything works as
desired. If I enable PAM, I am able to connect, but just before it
gives me a shell, it disconnects. If I leave PAM enabled and disable
PrivilegeSeparation, it works.
Is this a current limitation, or is there
2001 Jan 30
3
dsa_verify signature incorrect
I am building version 2.3.0p1 of openssh on a UnixWare 2.03 system
and am unable to connect with SSH 2. The error I get is:
debug: len 55 datafellows 0
debug: dsa_verify: signature incorrect
dsa_verify failed for server_host_key
The build environment is as follows:
gcc 2.95.1
openssl-0.9.6-beta2
I've looked through the archives and found similar problems related
to version
2003 Jan 06
6
ssh 3.1p1 problems on SX-6...
Hello,
We are porting openssh-3.1p1 onto SX-6 running on SuperUX.
We landed into problem when we started running sshd with
the default encryption settings. As you would have already
seen on this mailing list.
Basically we are facing two problems (both client and servers
run on SX):-
1) If the we use the default encryption algorithm aes128-cbc
then we get a Bad Packet length problem on
2002 May 20
6
3.2.2p1 build problem on Irix6.5
On Irix 6.5.15m with version 7.3 of the development tools,
monitor_fdpass.c won't compile after a normal configure because
SCM_RIGHTS isn't defined. In sys/socket.h it's protected by
#ifdef _XOPEN_SOURCE but if I define _XOPEN_SOURCE, I get a storm of
IPV6-related errors. Defining SCM_RIGHTS explicitly does allow it to
build. I can't immediately figure out how to fix this
2005 Jun 03
8
[Bug 1052] Static Compile of 4.1.pl1 fails on Solaris 9
http://bugzilla.mindrot.org/show_bug.cgi?id=1052
Summary: Static Compile of 4.1.pl1 fails on Solaris 9
Product: Portable OpenSSH
Version: 4.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org