On FreeBSD 8/7 (amd64) runs grate just use gmake and try the trunk version, then the following when compiling:
$./configure --enable-docs=no --with-malloc=native --enable-start-stop-daemon=no --prefix=/usr/local --with-cflags=-g --with-libs=-lpthread gmake gmake install On Jun 29, 2010, at 5:49 AM, Aldo Zavala wrote: > That is just great, I would like to run my Kannel in a FreeBSD Box, I don't > really use GNU Linux for production. I will download the svn version then. > > > Thanks, > > Aldo Zavala > > > > ----- Original Message ----- > From: Nikos Balkanas > [mailto:[email protected]] > To: [email protected], Aldo Zavala > [mailto:[email protected]] > Sent: Mon, 28 Jun 2010 19:13:38 -0700 > Subject: > Re: Recommended Operative System for Kannel > > >> Hi, >> >> Any Linux distro should be fine. BSD and Solaris are also pretty good, >> although the 64bit version needs a bit tweeking. Just remember to download >> latest svn: >> >> svn co https://svn.kannel.org/gateway/trunk >> >> You need libiconv and multithreaded openssl (if using SSL) and any other >> development libraries for DBs you plan to use. Docbook would be nice, too. >> Latest gcc has upped its warnings, so you may get some incorrect types you >> can safely ignore. We are working to remove them. >> >> BR, >> Nikos >> ----- Original Message ----- >> From: "Aldo Zavala" <[email protected]> >> To: <[email protected]> >> Sent: Monday, June 28, 2010 9:48 PM >> Subject: Recommended Operative System for Kannel >> >> >> Hi, in the past I have troubles trying to install Kannel in FreeBSD 7.0, so >> before give it another try I would like to ask for some suggestion what >> would be the best Operative System (or Linux Distro) for hosting Kannel? In >> terms of clean compile, no general dependency issues, autostart... >> >> I know how dumb can this sound, but I don;t have much time for troubleshoot >> an installation, will prefer to use that time for configuring Kannel. >> >> Thanks a lot! >> >> Aldo >> >> >
