Re: [OpenSBC] error building on freebsd 7.1
Brought to you by:
joegenbaclor
|
From: OpenSBC F. <ope...@op...> - 2009-02-04 20:09:00
|
I'm not sure if this will be useful... but here is the sequence of commands I used to compile openSBC on FreeBSD 7.0 (or more exactly pfSense 1.2.2):
{noformat}pkg_add -r gmake
pkg_add -r bison
pkg_add -r expat
{noformat}{noformat}tar zxvf OpenSBC-1-1-5_RC3.tar.gz
cd OpenSBC-1-1-5_RC3{noformat}{noformat}cd opensipstack
./configure
gmake bothnoshared
cd ../opensbc
./configure
gmake bothnoshared
gmake distrib
{noformat}
|