From: Steve O. <oc...@nc...> - 2007-10-02 16:09:25
|
OK I got the configure command to go through by using ./configure --with-firewall=ipfilter However now when I ran make I got the error: gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -O2 -c `test -f 'simclist.c' || echo './'`simclist.c simclist.c:6:20: stdint.h: No such file or directory make[3]: *** [simclist.o] Error 1 make[3]: Leaving directory `/export/home/steve/ipf/sshguard-1.1beta3/sshguard-1.1beta3/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/export/home/steve/ipf/sshguard-1.1beta3/sshguard-1.1beta3/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/export/home/steve/ipf/sshguard-1.1beta3/sshguard-1.1beta3/src' make: *** [all-recursive] Error 1 Thanks for any help. -Steve O. On 2 Oct 2007 at 11:48, Steve Ochani wrote: > Hello, > > I've using ip filter (ver. 3.4.32, 64 bit) on solaris 8 (sparc). > > Now I'm trying to build sshguard 1.1 beta 3, since it doesn't appear > that the stable branch supports using ip filter as the backend. > > The configure script does not recgnoize ipf as being installed, even > though it's in my path at /usr/sbin/ipf > > I have tried running configure as > > ./configure --with-firewall=ipf > > and it gives me error: > > Choose a valid firewall backend (see --help) > > I've also tried > > ./configure --with-firewall=ipf --with-ipf=/usr/sbin/ipf > > and > > ./configure --with-firewall=ipf --with-ipf=/usr/sbin > > and it still gives me the above error! > > > What do I do now? > > > Thanks for any help. > > > > > ---------------------------------------------------------------------- > --- This SF.net email is sponsored by: Microsoft Defy all challenges. > Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ Sshguard-users mailing > list Ssh...@li... > https://lists.sourceforge.net/lists/listinfo/sshguard-users |