josh4trunks
October 4th, 2011, 04:38
Hey guys, registered as I'm starting to use FreeBSD (based) systems more. Specifically I am building a PFSense 2.0 box and wanted to compile a linux c program for it. The program is called pixelserv and was written originally written in perl. mstombs rewrote the program in c for broadcom/atheros based router for tomoato/ddwrt.
Discusion on the c-port (http://www.dd-wrt.com/phpBB2/viewtopic.php?t=52112&postdays=0&postorder=asc&start=0)
Version 22 Source (http://www.dd-wrt.com/phpBB2/download.php?id=17344)
I setup a FreeBSD 8.2 virtual machine.
Threw in the pixelserv22.c file
and ran gcc pixelserv22.c -o pixelserv
First output error is 281: error: 'SOL_TCP' undeclared (first use in this function)
I have no 'C' experience am just a lowly linux user and would like to call out for help in getting this awesome program compiled for FreeBSD/PFSense. It would be great as an plugin for PFSense as it is a super speedy and unobtrusive, network wide adblocker.
Discusion on the c-port (http://www.dd-wrt.com/phpBB2/viewtopic.php?t=52112&postdays=0&postorder=asc&start=0)
Version 22 Source (http://www.dd-wrt.com/phpBB2/download.php?id=17344)
I setup a FreeBSD 8.2 virtual machine.
Threw in the pixelserv22.c file
and ran gcc pixelserv22.c -o pixelserv
First output error is 281: error: 'SOL_TCP' undeclared (first use in this function)
I have no 'C' experience am just a lowly linux user and would like to call out for help in getting this awesome program compiled for FreeBSD/PFSense. It would be great as an plugin for PFSense as it is a super speedy and unobtrusive, network wide adblocker.