[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Installing FWHOIS on a Cobalt RaQ3



has anyone installed fwhois on a raq3?
i need it installing and it wont work.
can anyone assist?



rpm -ivh fwhois-1.00-2.src.rpm
cd /usr/src/redhat/SOURCES (this is where it puts a tarball file)
tar zxfv- fwhois-1.00.tar.gz
cd fwhois*

make

cc -O -o fwhois fwhois.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:30,
                 from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:117,
                 from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h:7,
                 from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:11,
                 from /usr/include/sys/param.h:23,
                 from fwhois.c:51:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
In file included from fwhois.c:51:
/usr/include/sys/param.h:24: linux/limits.h: No such file or directory
/usr/include/sys/param.h:25: linux/param.h: No such file or directory
In file included from /usr/include/sys/socket.h:34,
                 from fwhois.c:56:
/usr/include/bits/socket.h:295: asm/socket.h: No such file or directory
make: *** [bsd] Error 1