← Revision 1 as of 2005-11-28 11:31:30
Size: 907
Comment: created - cp
|
← Revision 2 as of 2005-12-23 04:04:52 →
Size: 981
Comment: works on FreeBSD now
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
I hope to port it to FreeBSD for version ''epsilon''. Versions before ''epsilon'' will not work on FreeBSD. If you need something more quickly, you might want to look at versions of WiCap-PHP written in Perl or Python as they are more likely to be portable out of the box. |
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). |
Line 9: | Line 11: |
Before version "delta", Wicap-PHP was written in Perl, you can download "gamma" here: | To make it work on freebsd, you will need the libevent port: |
Line 11: | Line 13: |
* [http://www.smallwhitecube.com/toil/programming/files/php/wicap-php.gamma.tar.gz wicap-php.gamma.tar.gz] |
# cd /usr/ports/devel/libevent # make && make install |
Line 13: | Line 16: |
Also, ["BenjaminJencks"] rewrote the Perl version in Python. You can get his version here: | Check out the latest source using subversion: |
Line 15: | Line 18: |
* [http://bjencks.net/captive/captive-0.1.tar.gz captive-0.1.tar.gz] | $ svn co http://svn.smallwhitecube.com/wicap-php/trunk wicap-php |
Line 17: | Line 20: |
I can't support either of these versions, since they are old. But, they may tide you over until I port the 'C' version to FreeBSD. | Compile the source with the provided alternate makefile |
Line 19: | Line 22: |
$ cd wicap-php/source $ mv makefile makefile.dist $ mv makefile.freebsd makefile $ cd .. |
|
Line 20: | Line 27: |
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. |
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.