On Mon, Jun 11, 2012 at 4:14 PM, Kyle Haefner <[email protected]> wrote: > I recently did a git clone (yesterday) and I can't get mongodb to > build with the below error.
We build mongo because there's a patch we need. https://github.com/dhubler/sipxecs/blob/master/mongo/boost-fsv2-compiler-err.patch If you follow the instructions on the wiki, you should get the right mongo, but it's possible you missed a step http://wiki.sipfoundry.org/display/sipXecs/Installing+from+source but you can quickly resolve this by install the mongodb-devel from sipfoundry by adding yum repo to 0.0.4.5.2 to your build. You can also build mongo on your build machine if you'd like: make distro.centos-6-x86_64.mongo.rpm but it takes awhile and may not be all that useful depending on what you're looking to do NOTE: the Fedora maintainer and 10gen seem to disagree where files should live and they are incompatible. We adopted the 10gen rpm spec for better or worse. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
