* can't compile SAINT
@ 1999-10-16 0:46 Dan Bethe
1999-10-16 3:45 ` Morningstar
1999-10-16 14:31 ` P. Barrette
0 siblings, 2 replies; 3+ messages in thread
From: Dan Bethe @ 1999-10-16 0:46 UTC (permalink / raw)
To: linuxppc-dev
Hi guys. If this issue belongs more on
linuxppc-user, just say so.
I'm trying to compile SAINT, from
http://www.wwdsi.com/saint/downloads/saint-1.4.beta4.tar.gz.
I have a Powerbook G3 series Wallstreet II, with
LinuxPPC 1999 (not Q3). Stock glibc-devel 2.2.1-6c.
"Reading specs from
/usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2
release)"
Can you simply tell me if the problem from the
following output, has anything to do with any specific
part of LinuxPPC? This application builds perfectly
on Solaris 7 / SPARC. Thank you very much!
make[2]: Entering directory
`/usr/local/src/saint-1.4/src/port_scan'
cc -O -I/usr/local/src/saint-1.4/include/glibc21
-I/usr/local/src/saint-1.4/include -D_BSD_SOURCE
-DSYS_ERRLIST_DECLARED -DAUTH_GID_T=int -g -c
tcp_scan.c -o tcp_scan.o
tcp_scan.c: In function `receive_icmp':
tcp_scan.c:640: structure has no member named `ip_hl'
tcp_scan.c:667: structure has no member named `ip_hl'
=====
"Don't expect your own messiah; this neverworld which you desire is
only in your mind." -- http://www.dreamtheater.net/songb4.htm#IV5
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: can't compile SAINT
1999-10-16 0:46 can't compile SAINT Dan Bethe
@ 1999-10-16 3:45 ` Morningstar
1999-10-16 14:31 ` P. Barrette
1 sibling, 0 replies; 3+ messages in thread
From: Morningstar @ 1999-10-16 3:45 UTC (permalink / raw)
To: linuxppc-dev
On Fri, 15 Oct 1999, Dan Bethe wrote:
> I'm trying to compile SAINT, from
> http://www.wwdsi.com/saint/downloads/saint-1.4.beta4.tar.gz.
<snip>
> following output, has anything to do with any specific
> part of LinuxPPC? This application builds perfectly
> on Solaris 7 / SPARC. Thank you very much!
>
> make[2]: Entering directory
> `/usr/local/src/saint-1.4/src/port_scan'
> cc -O -I/usr/local/src/saint-1.4/include/glibc21
> -I/usr/local/src/saint-1.4/include -D_BSD_SOURCE
> -DSYS_ERRLIST_DECLARED -DAUTH_GID_T=int -g -c
> tcp_scan.c -o tcp_scan.o
> tcp_scan.c: In function `receive_icmp':
> tcp_scan.c:640: structure has no member named `ip_hl'
> tcp_scan.c:667: structure has no member named `ip_hl'
I had the same problem awhile back. It's in the
Linux PPC system net includes. As a quick fix, use another
set of ip headers (I think I used BSD) and it should
compile. Crude but effective.
-Morningstar
* We dance where angels fear to tread *
* I seek a lover whose kiss is like an open wound *
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: can't compile SAINT
1999-10-16 0:46 can't compile SAINT Dan Bethe
1999-10-16 3:45 ` Morningstar
@ 1999-10-16 14:31 ` P. Barrette
1 sibling, 0 replies; 3+ messages in thread
From: P. Barrette @ 1999-10-16 14:31 UTC (permalink / raw)
To: Dan Bethe; +Cc: linuxppc-dev
I wouldn't bother with saint, try nessus which is very current & actively
supported. furthermore there is a very helpful and small usergroup.
www.nessus.org
--------
Paul Barrette
Ph.D. Candidate Classics (Latin Literature)
System Administrator (Linux/Unix specialist)
McMaster University
http://www.humanities.mcmaster.ca/~barrette/
"Oppositaque ad os manu nescio quid taetrum
exsibilavit, quod postea Graecum esse affirmabat."
--Petronius
On Fri, 15 Oct 1999, Dan Bethe wrote:
>
> Hi guys. If this issue belongs more on
> linuxppc-user, just say so.
> I'm trying to compile SAINT, from
> http://www.wwdsi.com/saint/downloads/saint-1.4.beta4.tar.gz.
> I have a Powerbook G3 series Wallstreet II, with
> LinuxPPC 1999 (not Q3). Stock glibc-devel 2.2.1-6c.
> "Reading specs from
> /usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314 (egcs-1.1.2
> release)"
> Can you simply tell me if the problem from the
> following output, has anything to do with any specific
> part of LinuxPPC? This application builds perfectly
> on Solaris 7 / SPARC. Thank you very much!
>
> make[2]: Entering directory
> `/usr/local/src/saint-1.4/src/port_scan'
> cc -O -I/usr/local/src/saint-1.4/include/glibc21
> -I/usr/local/src/saint-1.4/include -D_BSD_SOURCE
> -DSYS_ERRLIST_DECLARED -DAUTH_GID_T=int -g -c
> tcp_scan.c -o tcp_scan.o
> tcp_scan.c: In function `receive_icmp':
> tcp_scan.c:640: structure has no member named `ip_hl'
> tcp_scan.c:667: structure has no member named `ip_hl'
>
> =====
> "Don't expect your own messiah; this neverworld which you desire is
> only in your mind." -- http://www.dreamtheater.net/songb4.htm#IV5
>
>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~1999-10-16 14:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-10-16 0:46 can't compile SAINT Dan Bethe
1999-10-16 3:45 ` Morningstar
1999-10-16 14:31 ` P. Barrette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).