Thanks for this. We should perhaps also provide a FreeBSD build at next release. Would you be willing to help with that?
On Nov 28, 2005, at 14:44, stuff wrote:

So after weeks of reading and trail and error i managed to get kannel and mbuni working on FreeBSD This post is mainly to serve as info for people trying to get it up and running.
I have tested this on FreeBSD 5.4-RELEASE and FreeBSD 5.3-RELEASE

The 5.4-RELEASE is working but still ahve problems with the 5.3- RELEASE.
Ok so here goes - 5.3 and 5.4 install details
kannel 1.4
mbuni 1.0.0

Kannel has a port in FreeBSD but the mbuni patch does not work very well, so it needs to be changed
*** make sure u are root ***
*** make sure u have the following installed (use sysinstall to chk) *** [sysinstall] -> custom -> distibutions -> custom -> src -> base, lib, libexec, bin, sbin, sys

* download mbuni source and unpak the tar
* copy the patch in the unpacked tar to the dist folder
[cottonball# cp misc-patches/mbuni-kannel-patch-full /usr/ports/ distfiles/] * go to the kannel folder and edit the distinfo file '/usr/ports/ www/kannel/': * get the MD5 hash and file size of the mbuni-kannel-patch-full file and add it to the distinfo file (remove and previous values)
## -- actual distinfo file start--##
MD5 (gateway-1.4.0.tar.gz) = b6fbb1599b377c44c35a5338746c42d3
SIZE (gateway-1.4.0.tar.gz) = 2465341
MD5 (mbuni-kannel-patch-full) = aba80a630a47ea866b3a749f68a23a5d
SIZE (mbuni-kannel-patch-full) = 34737
## -- actual distinfo file end --##
* now start kannel installation WITH THE MUBUNI PATCH
[make install -DWITH_MBUNI_FULL]
* once kannel is installed move back to the unpacked mbuni dir and edit the 'configure' file
* find and comment the following lines in configure
## -- start ##

#if test $ac_cv_lib_c_r_pthread_exit = yes; then
#  LIBS="$LIBS -lc_r -lkse"; pthread="yes"
#fi

## -- end ##
* IF YOU DO NOT HAVE THESE LINES COMMENTED MBUNI WILL NOT CONFIGURE BUT WILL QUIT WITH ERROR MESSAGE CANNOT FIND kannel libraries and stuff like that...
* once configure is done, do and make install clean
[cottonball# make install clean]
* now kannel and mbuni is installed and needs to be configured
* --- end ---

i hope this helps at least 1 person ;)
laters
justme


_______________________________________________
Users mailing list
[email protected]
http://mbuni.org/mailman/listinfo/users_mbuni.org


_______________________________________________
Users mailing list
[email protected]
http://mbuni.org/mailman/listinfo/users_mbuni.org

Reply via email to