Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Problem compiling openssh 3.9p1 on Solaris 8

Subject: Problem compiling openssh 3.9p1 on Solaris 8
Date: Thu, 20 Jan 2005 15:58:59 +0100
Hello.

I just downloaded the source for OpenSSH 3.9p1 and tried to compile it on our Solaris 8 machines.

We have gcc 3.2.2 and gcc 3.4.1 which I have tried both, on different servers. Both yield the same result.
We have OpenSSL 0.9.7d in all our systems, compiled with shared libraries.


echo

--------
if test ! -z ""; then \
/usr/local/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) gcc -O3 -mtune=ultrasparc -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 bsd-arc4random.c:18:
../log.h: In function `fatal':
../log.h:56: warning: empty declaration
../log.h:65: error: parse error before "volatile"
../log.h:65: error: old-style parameter declarations in prototyped function definition
../log.h:56: error: parameter name omitted
bsd-arc4random.c:20: error: `rcsid' undeclared (first use in this function)
bsd-arc4random.c:20: error: (Each undeclared identifier is reported only once
bsd-arc4random.c:20: error: for each function it appears in.)
bsd-arc4random.c:20: warning: left-hand operand of comma expression has no effect
bsd-arc4random.c:20: error: parse error before '}' token
*** Error code 1
make: Fatal error: Command failed for target `bsd-arc4random.o'
Current working directory /usr/local/src/openssh-3.9p1/openbsd-compat
*** Error code 1
make: Fatal error: Command failed for target `openbsd-compat/libopenbsd-compat.a'
----------


My first guess was something wrong with perl but I'm not that good a programmer to understand the works of makefiles, which sais alot. =)

Does anyone have a ide why this happenes?

// Regards Mattias Larsson

<Prev in Thread] Current Thread [Next in Thread>