similar to: error compiling openssh-3.1p1 under SCO OpenServer 5.0.5

Displaying 20 results from an estimated 8000 matches similar to: "error compiling openssh-3.1p1 under SCO OpenServer 5.0.5"

2002 Apr 18
3
'make' fails on redhat 6.x
Hi everybody, just trying to compile openssh3.1p1 here on a redhat box, and it fails in cipher.c - with messages similar to ones I've seen posted to this list recently, regarding redhat & SCO. I'm using openssl-0.9.6c ... to my untrained eye, the output of ./configure looks ok but make fails afterwards. I've pasted as much as I hope is relevant from the outputs of
2002 Mar 09
3
3.1p1 + OpenSSL 0.9.5a -> no can do
What should I do in order to be able to compile OpenSSH 3.1p1 with OpenSSL 0.9.5a? I get a lot of EVP related compile errors in cipher.c, appended. Thanks. Samuli cipher.c: In function `cipher_init': cipher.c:200: void value not ignored as it ought to be cipher.c:206: warning: implicit declaration of function `EVP_CIPHER_CTX_set_key_length' cipher.c:210: void value not ignored as it
2000 Jun 15
1
SCO OpenServer 5.0.5, issues with MAXPATHLEN and tty devices
These issues affected previous 2. versions of openssh and still affects openssh-2.1.1p1. The environment is SCO OS 5.0.5 with the SCO development environment (not gcc, gmake, etc.) There are two issues, the first is a compilation problem, and the second is a run-time problem. The first problem is simply that MAXPATHLEN is not defined. I found it to be defined in
2002 Feb 11
3
OpenSHH on SCO Open Server 3
Is anyone still using OpenSSH on SCO Open Server 3? My clients no longer run Open Server 3. The entropy gathering code changes have broken the Open Server 3 build. If there is still interest I'll work on it. If not, I have no need for it. -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
2001 Mar 12
1
Problems with SSH2 display under OpenServer
Hello, There appears to be a display issue when connecting to an OpenServer system using SSH2. I've compiled OpenSSH 2.5.1p1 on SunOS 5.7, HP-UX 11, and OpenServer 5.0.5. Whenever the destination is the OpenServer system, the display has a step-ladder effect. This behavior exhibits itself no matter what box the origination point is. A quick inspection revealed that the stty settings of
2002 Mar 07
0
[Bug 141] New: openssh-3.1p1-1.src.rpm will not build on RedHat Linux 6.1
http://bugzilla.mindrot.org/show_bug.cgi?id=141 Summary: openssh-3.1p1-1.src.rpm will not build on RedHat Linux 6.1 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo:
2000 Dec 18
3
SCO remove() and unlink()
There was a patch merged in on 9/29 that changed remove() calls to unlink(): - (djm) Merged big SCO portability patch from Tim Rice <tim at multitalents.net> Does SCO's libc not include remove()? Note that sftp-server.c is currently using remove. The reason I ask is I'd like to keep the portable tree as close to openbsd as possible, and if we need remove() for SCO we should
2002 Mar 08
1
compile bug for 3.1p1 under Solaris
Hi, There seems to be a bug in the 3.1p1 code compiling under Solaris. The error is below. I saw that someone was having the same problem under linux and that they had already reported the bug but I just wanted to make _sure_ it was reported. BTW, I'm running Solaris 2.7, openssl 0.9.6a, and zlib 1.1.3. Thanks. -C. cipher.c: In function `cipher_init': cipher.c:200: void value
2002 Mar 08
1
Problems with Solaris 8 and OpenSSH 3.1p1
When compiling the software it breaks with an error on the cipher.c file. Lot's of warnings and error of undeclared stuff. Snippet follows: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ssl/include -Iyes -I/usr/local/include -DSSHDIR=\"/etc\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
2002 May 01
0
[Bug 232] New: 3.1p1 does not make
http://bugzilla.mindrot.org/show_bug.cgi?id=232 Summary: 3.1p1 does not make Product: Portable OpenSSH Version: 3.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: general_anders at
2002 Mar 13
2
3.1p1 under Solaris x86 5.7 fails to compile ...
file missing? (cd openbsd-compat && make) make[1]: Entering directory `/usr/local/src/openssh-3.1p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/openssh-3.1p1/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/slocal/include -I/usr/local/include -DSSHDIR=\"/usr/local/etc\"
2002 May 14
0
[Bug 242] New: cipher.c doesn't compile in openssh-3.1p1 (i386-solaris2.8-gcc)
http://bugzilla.mindrot.org/show_bug.cgi?id=242 Summary: cipher.c doesn't compile in openssh-3.1p1 (i386- solaris2.8-gcc) Product: Portable OpenSSH Version: 3.1p1 Platform: ix86 OS/Version: Solaris Status: NEW Severity: minor Priority: P3 Component: Miscellaneous AssignedTo:
2002 Mar 08
0
OpenSSH 3.1p1 compile problem under NetBSD 1.5.2
Hi gurus, I got a problem compiling openssh 3.1p1 (portable version) under NetBSD 1.5.2. on an alpha machine. The problem occurs in cipher.c, where gcc complains about something that looks like openssl symbols... As I'm quite new to the BSD architecture, I don't really know how to fix it. Attached file are: my make log file, and the (gzipped) config.log file. Note that I've
2001 Feb 06
2
SCO 5.0.5 (i686-pc-sco3.2v5.0.5), scp and the -n option
Ok, using openssh-SNAP-20010126.tar.gz, two versions of the server both compiled with the configure commands as below, one with USE_PIPES defined and one without. This is on SCO OpenServer 5.0.5 (using SCO dev environment, SCO make, etc.) The client is always linux, openssh 2.3.0p1. export CCFLAGS='-L/usr/local/lib -I/usr/local/include' ./configure --sysconfdir=/etc/ssh
2002 Mar 26
0
[Bug 186] New: Build failure against openssl-0.9.5a
http://bugzilla.mindrot.org/show_bug.cgi?id=186 Summary: Build failure against openssl-0.9.5a Product: Portable OpenSSH Version: 3.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2002 Sep 04
1
OpenSSH for SCO unix
Hello, Looking for locations of resources for OpenSSH for SCO Unix... Any and all help appreciated. Regards Phil
1999 Sep 22
0
SAMBA digest 2243 / 2.0.5 and SCO Openserver 5.0.5
James A. Mutter wrote: >Does anyone know of any issues with 2.0.5 and SCO Openserver 5.0.5? A >friend told me that he had "real problems", but couldn't elaborate. >Is there something I should be aware of before I try this? >Thanks, >Jim Hi, As far as I know there are no problems with running Samba on a SCO system, beside the normal Samba configuration problems.
2002 Mar 08
0
[Bug 154] New: make failes: make: *** [cipher.o] Error 1
http://bugzilla.mindrot.org/show_bug.cgi?id=154 Summary: make failes: make: *** [cipher.o] Error 1 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org
2001 Jan 04
0
'make' fails on SCO OpenServer 5.0.5
Hi folks, I'm trying to install OpenSSH 2.3.0 on a SCO OpenServer Release 3.2 v.5.0.5 box. I downloaded the tarball from the 'portable' directory and uncompressed. ./configure --with-egd-pool=/dev/random <-- works with no errors. Output attached here: (See attached file: output.txt) make displays: root:/tmp/OpenSSH/openssh-2.3.0p1 # make cc -g -I. -I.
2010 Nov 05
2
test request: SCO with setluid() (i686-pc-sco3.2v5.0.7, possibly others)
Hi all. I am cleaning up (I hope) one of the nastier pieces of code in openssh: do_setusercontext which is/was a twisty maze of platform-specific nested ifdefs. I made a series of changes[1] where I moved each platform-specific piece into a portable-only file platform.c, which does not need to be kept in sync with OpenBSD. The changes did not (I hope!) change the semantics, but there's one