Displaying 20 results from an estimated 6000 matches similar to: "[Bug 725] Compile error on inet_ntoa.h not includediin source tree"
2003 Sep 20
1
[Bug 694] build fails: missing inet_ntoa.h on IRIX 6.3 and gcc 3.2.2
http://bugzilla.mindrot.org/show_bug.cgi?id=694
Summary: build fails: missing inet_ntoa.h on IRIX 6.3 and gcc
3.2.2
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo:
2003 Sep 17
7
[Bug 650] fix for build problem on IRIX 6.5
http://bugzilla.mindrot.org/show_bug.cgi?id=650
Summary: fix for build problem on IRIX 6.5
Product: Portable OpenSSH
Version: 3.7p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: koenig at
2003 Sep 18
1
openssh-3.7.1p1 distribution missing inet_ntoa.h header file
A build of the new openssh-3.7.1p1 distribution failed on SGI IRIX 6.5
because the inet_ntoa.h header file is not part of the openssh-3.7.1p1
distribution:
cc -I/usr/local/include -I. -I.. -I. -I./.. -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -c inet_ntoa.c
cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46
The source file "inet_ntoa.h" is unavailable.
#include
2003 Sep 18
1
[Bug 681] inet_ntoa.h is missing
http://bugzilla.mindrot.org/show_bug.cgi?id=681
Summary: inet_ntoa.h is missing
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: dustman at
2003 Sep 17
0
bad include in inet_ntoa.c (versions openssh-3.7p1 & openssh-3.7.1p1)
"openbsd-compat/inet_ntoa.c" includes "inet_ntoa.h" which doesn't exist.
Deleting the "#include" line allows inet_ntoa.c to compile and the
resulting programs work fine.
->Spike
2003 Sep 23
0
openssh-3.7.1p1 -- openbsd-compat/inet_ntoa.h missing
Hello
I just installed openssh-3.7.1p1 on IRIX64 6.5 04100802 IP27.
The compilation failed since the header file
openbsd-compat/inet_ntoa.h
was missing. I downloaded the package from different sources including
ftp.openbsd.org, there was no difference.
Since inet_ntoa.c has not been changed, copying the inet_ntoa.h from
openssh-3.6p1 fixed the problem.
The package should be fixed anyway.
2003 Sep 16
4
openbsd-compat/inet_ntoa.h missing from 3.7p1?
On IRIX 6.5:
cc -Wl,-woff,84 -Wl,-woff,85 -woff 1429 -O2
-I/opt/TWWfsw/tcpwrap/include -I. -I.. -I. -I./..
-I/opt/TWWfsw/libopenssl097s/include -I/opt/TWWfsw/zlib11s/include
-DHAVE_CONFIG_H -c inet_ntoa.c
cc-1035 cc: WARNING File = /usr/include/stdint.h, Line = 5
#error directive: This header file is to be used only for c99 mode
compilations
#error This header file is to be used
2003 Sep 23
1
Portable OpenSSH 3.7.1p2 released
Portable OpenSSH 3.7.1p2 has just been released. It will be available
from the mirrors listed at http://www.openssh.com/portable.html shortly.
Please note that this is a release to address issues in the portable
version only. The items mentioned below do not affect the OpenBSD
version.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client
2003 Sep 23
1
Portable OpenSSH 3.7.1p2 released
Portable OpenSSH 3.7.1p2 has just been released. It will be available
from the mirrors listed at http://www.openssh.com/portable.html shortly.
Please note that this is a release to address issues in the portable
version only. The items mentioned below do not affect the OpenBSD
version.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client
2003 Sep 30
1
OpenSSH 3.7.1p1 installation on AIX 4.3.3 enquiry?
Dear Sir,
I try to install OpenSSH 3.7.1p1 on AIX 4.3.3, but I find the following
problem.
Would you please give some advices for me?
I try to configure the s/w by entering
../configure --prefix=OPENSSH_PATH \
--sysconfdir=OPENSSH_PATH/etc/openssh \
--without-pam \
--without-prngd-socket \
--without-prngd-port \
--with-tcp-wrappers=TCPWRAPPER_PATH \
--with-pid-dir=OPENSSH_PATH/var/run/openssh \
2000 Nov 28
0
No subject
Hi
I don't know if you can help me out, I try to install openssh 2.3.0p1, I
did the ./configure it's ran ok, when I do make to complies, it keep spit
out something like this
make: rv: Command not found
make: *** [libopenbsd-compat.a] Error 127
I am running Solaris 2.6 with perl 5.6 and openssl 0.9
gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/ssl/include
2001 Feb 12
5
SCO OS3 build broken (CVS 01/12/01)
It looks like something got broken in openbsd-compat/bsd-snprintf.c
...
gcc -g -O2 -Wall -Dftruncate=chsize -I/usr/local/include -I/usr/local/ssl/includ
e -I. -I.. -I../src/openbsd-compat -I../src/openbsd-compat/.. -DHAVE_CONFIG_H -c
../src/openbsd-compat/bsd-snprintf.c
In file included from ../src/openbsd-compat/bsd-snprintf.c:72:
2008 Jan 08
2
have configure generate header dependencies automatically
Hi all.
While working on something I got bitten by a mismatch between .o files
due to a changed struct. This is easily prevented.
Building proper dependency information into the Makefiles would be major
surgery and require ongoing maintenance (although some of that could be
automated by parsing the .depend files generated on OpenBSD).
This patch is basically the brute-force approach: it will
2003 Sep 21
11
[Bug 696] PAM modules getting bypassed when connecting from f-secure ssh client to openssh 3.7p1 or 3.7.1p1 servers
http://bugzilla.mindrot.org/show_bug.cgi?id=696
Summary: PAM modules getting bypassed when connecting from f-
secure ssh client to openssh 3.7p1 or 3.7.1p1 servers
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P2
2000 Nov 29
0
ssh problem
It was simple, I left out /usr/ccs/bin out of my path during compilation.
Thanks,
Christian
-----Original Message-----
From: mdb at juniper.net [mailto:mdb at juniper.net]
Sent: Tuesday, November 28, 2000 2:03 PM
To: Christian Chiaverini
Subject: Re:
It looks to me like the $(AR) make macro is giving the empty
string. You probably want it to be /usr/ccs/bin/ar
Let openssh-unix-dev at
2003 Dec 22
0
(no subject)
compiling ssh on HPUX
get the following. any help or pointers please
$ make
(cd openbsd-compat && make)
/usr/local/bin/ar rv libopenbsd-compat.a bsd-arc4random.o
bsd-cray.o bsd
-cygwin_util.o bsd-getpeereid.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o
bsd-wai
tpid.o fake-rfc2553.o xmmap.o xcrypt.o base64.o basename.o bindresvport.o
daemon
.o dirname.o getcwd.o
2000 Nov 28
2
No subject
I have a problem compiling openssh 2.3.0p1
The configure script runs fine then if you see below; when I compile it
dies:
Manual pages: /usr/local/man/manX
PID file: /usr/local/etc
Random number collection: Builtin (timeout 200)
Manpage format: man
PAM support: yes
KerberosIV support: no
2003 Sep 16
3
Compilation of 3.7p1 failed on IRIX (missing file)
Version 3.7p1 of OpenSSH can't be compiled on IRIX 6.5 because the file
openbsd-compat/inet_ntoa.h
is missing. It is possible to compile successfully using this file out of
version 3.6.1p2.
Heiko
Heiko Schlichting | Freie Universit?t Berlin
heiko at FU-Berlin.DE | Zentraleinrichtung f?r Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 | Fabeckstra?e 32
Telefax +49 30
2003 Sep 23
1
inet_ntoaHi,
Hi,
Trying to compile under IRIX 6.5.21 and keep getting the error "
inet_ntoa.c:46: inet_ntoa.h: No such file or directory". Looked at the
source code and found that unlike previous versions of the ssh software,
inet_ntoa.h was not included. How do I get the software to compile?
Thanks for your help,
--
Gary Samuel
2003 Oct 09
0
Trouble building 3.7.1
The proper place to ask about OpenSSH on any platform
other then OpenBSD is openssh-unix-dev at mindrot.org
On Thu, 9 Oct 2003, Neal Vail wrote:
> On Irix 6.5.17 with gcc and gnu make
>
> inet_ntoa.c compilation failed with "inet_ntoa.h" not found error.
> Examination
> of 'configure' results indicated "inet_ntoa.h" was available.
>
> Where is