Displaying 20 results from an estimated 2000 matches similar to: "Make error on OS/390 USS"
2002 Dec 03
0
(no subject)
Hi,
I am trying to "make" openssh (with GNU make) on an OS/390 V2R10 system
(Unix System Services) and am getting the following error:
/usr/include/nl_types.h: warning: 5 trigraph(s) encountered
In file included from ../log.h:18,
from bsd-arc4random.c:26:
/usr/include/syslog.h: warning: 5 trigraph(s) encountered
make.1.: *** .bsd-arc4random.o. Error 1
make: ***
2006 Mar 14
1
Problems compiling on Solaris 8
I have two machines that we are having problems compiling version 4.3p2.
Both machines are Solaris 8 and gcc 3.3.2 openssl 0.9.8a is installed on
both machines as well.
The first exhibits an error in log.h:
In file included from bsd-arc4random.c:18:
../log.h: In function `fatal':
../log.h:56: warning: empty declaration
../log.h:65: error: parse error before "volatile"
2001 Jul 13
0
Solaris 2.6: Undefined symbol seed_rng - solution (-lssh -lopenbsd-compat -lssh)
Hi,
> maas34:openssh-2.9p2 {172} make
> gcc -o ssh-keyscan ssh-keyscan.o -L. -Lopenbsd-compat/ -R/home/eedalf/lib -L/home/eedalf/lib -L/home/eedalf/lib -ldsocks -L/opt/local/zlib-1.1.2/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto
> Undefined first referenced
> symbol in file
2005 Jul 08
1
[Bug 1062] error: parse error before "volatile"
http://bugzilla.mindrot.org/show_bug.cgi?id=1062
Summary: error: parse error before "volatile"
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
2005 May 21
3
Compiling openssh-4.0p1 on Solaris 10.
I am trying to compile OpenSSH 4.0p1 on a new Solaris 10 system using the
OpenSSL that comes w/ the OS (0.9.7d) as well as MIT Krb5 1.4.1 (for various
reasons we are not using Sun's Krb5 implementation):
./configure --prefix=/usr/local --with-kerberos5=/usr/local/krb5
--with-ssl-dir=/usr/sfw
And it looks to be bombing here (adding in random support?):
-=-
gmake[1]: Entering directory
2005 Apr 12
3
[Bug 1013] openssh > 3.8p1 make failure
http://bugzilla.mindrot.org/show_bug.cgi?id=1013
Summary: openssh > 3.8p1 make failure
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2001 Jul 26
0
Problems during building openssh-2.9p2 on solaris2.8
Hello.
I have downloaded openssh-2.9p2 for solaris2.8. During compilation i
got following errors:
(cd openbsd-compat; make)
make[1]: Entering directory `/home/wolfgang/openssh-2.9p2/openbsd-compat'
gcc -g -O2 -Wall -I. -I.. -I. -I./.. -I/opt/Pkg/SunOS/include
-I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c
In file included from ../config.h:748,
from
2016 Feb 28
3
[Bug 2546] New: --without-openssl is broken
https://bugzilla.mindrot.org/show_bug.cgi?id=2546
Bug ID: 2546
Summary: --without-openssl is broken
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Build system
Assignee: unassigned-bugs at
2004 Sep 08
1
AIX compilation issues - openssh V 3.8.1p1 and 3.9p1
I'm getting the following error when I compile openssh with IBM's xlc compiler.
/usr/vac/bin/xlc -g -I. -I.. -I. -I./.. -I/opt/freeware/include
-I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c
"/usr/include/syms.h", line 288.9: 1506-213 (S) Macro name T_NULL
cannot be redefined.
"/usr/include/syms.h", line 288.9: 1506-358 (I) "T_NULL" is defined on
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 \
2003 Sep 17
2
openssh-unix-dev@mindrot.org
Hello,
I'm getting compile errors on AIX 5.1,
not defining WITH_AIXAUTHENTICATE in config.h seems to solve the problem.
I have configured with --syscondir=/etc/ssh and --with-ssl-dir=/usr/local/ssl
and I am using gcc 2.95.3
The error messages is included below.
Regards,
Florian
----
make[1]: Entering directory `/home/dmc/src/openssh-3.7.1p1/openbsd-compat'
gcc -g -O2 -Wall
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
2005 Mar 18
1
Setauthdb defined twice in openssh-4.0p1 on AIX 5.3
When compiling openssh-4.0p1 under AIX 5.3 ML01 using gcc 3.4.3 I get
the following error:
> (cd openbsd-compat && make)
> make[1]: Entering directory
> `/usr/local/src/openssh-4.0p1/openbsd-compat'
> gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I.
> -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c bsd-arc4random.c
> In file included from
2016 Mar 10
2
Problems with -with-sandbox=solaris on Solaris 10
I was involved with the issues building OpenSSH 7.2p1 to use the
Solaris sandbox, but I ended up dropping out of the discussion
due to being on the road for most of the last couple of weeks.
Anyway, the problems persist with OpenSSH 7.2p2 when building
with --with-sandbox=solaris. I found that there's an error in
openbsd-compat/port-solaris.h on line 30, because the type
priv_set_t
2007 Apr 03
1
openssl-0.9.7e compile error.
I am trying versions back. But I get the same compile error every time
on HP-UX 11.0 with openssh-4.5p1. Was almost there.
.
.
.
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconne
ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh
-lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec
/usr/ccs/bin/ld: Unsatisfied symbols:
_U_Qfneg (first referenced in
2010 Feb 27
1
build failure 20100228, Solaris 9 sparc, gcc 3.4.6
Failure on Solaris 9 sparc:
Undefined first referenced
symbol in file
seed_rng openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)
ld: fatal: Symbol referencing errors. No output written to ssh-pkcs11-helper
collect2: ld returned 1 exit status
gmake: *** [ssh-pkcs11-helper] Error 1
2001 Feb 10
2
SNAP 20010209 fails to compile sftp on Slackware
Yo All!
openssh-SNAP-20010209.tar.gz fails to compile on Slackware. Patch at
the end of this message.
Here is the error:
gcc -o sftp sftp.o sftp-client.o sftp-common.o sftp-int.o log-client.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/ssl -lssh -lopenbsd-compat -lcrypt -lz -lnsl -lutil -lcrypto -lwrap
openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o): In function
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
2006 Feb 02
3
Make error durring compilation of OpenSSH 4.3p1 on HP-UX 11.00
Hi,
compilation of OpenSSH 4.2p1 / OpenSSL 0.9.8a / zlib 1.2.3 worked fine on
Linux i386 / x86_64, SunOS, AIX and HP-UX.
Compilation of OpenSSH 4.3p1 / OpenSSL 0.9.8a / zlib 1.2.3 works fine now
only on Linux i386 / x86_64, SunOS, AIX.
But on HP-UX 11.00 (gcc 3.3.2), "make" produces following...
(cd openbsd-compat && make)
gcc -o ssh ssh.o readconf.o
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