This is a list of frequently asked questions for ["WiCap-PHP"].
Does it work on FreeBSD?
As of December 23rd, 2005, the answer is yes. At least, it seems to. I have ported the software to FreeBSD 4.9. It should work on newer versions too. At this point, I havn't done much testing on FreeBSD (mostly because I don't have a machine to do the testing on).
To make it work on freebsd, you will need the libevent port:
- # cd /usr/ports/devel/libevent
# make && make install
Check out the latest source using subversion:
$ svn co http://svn.smallwhitecube.com/wicap-php/trunk wicap-php
Compile the source with the provided alternate makefile
- $ cd wicap-php/source $ mv makefile makefile.dist $ mv makefile.freebsd makefile $ cd ..
Then continue as instructed by the included documentation. I am interested to hear how well ["WiCap-PHP"] works on FreeBSD, so please, drop me an email if it does, or doesn't.

