Re: FreeBSD Install
Mirko Viviani <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.discuss.general |
|---|---|
| Message-ID | <[email protected]> |
Morten Davidsen wrote: > Is it possible to install OpenGroupware on a FreeBSD? > And if so, how? Yes, I've installed it on FreeBSD 5.1 with minor changed to some packages. I've not yet prepared a patch so here a small description: [libFoundation] 1. configure and rename Foundation/freebsdXXX to Foundation/freebsd 2. edit Foundation/freebsd/GNU/config.h and change #include "config/i386/i386.h" to #include "config/i386/linux.h" 3. comment the objc_* declarations in config.h [everywhere] 1. Change #include <malloc.h> in <unistd.h> 2. Add -liconv [js1.5] 1. configure and copy config/linux.mk to config/FREEBSDxxx.mk where xxx is your distribution (in my case 5.1-RELEASE) [gnustep-make] 1. For Instances/woapp.make and Instances/wobundle.make change $(TAR) ch --exclude=CVS --to-stoout ... to: $(TAR) chf - --exclude=CVS ... [gnustep-db] 1. Change the path of includes and lib Ciao, Mirko