How to build Murmur (Mumble server) in a FreeNAS (FreeBSD) jail

Status
Not open for further replies.

KenNashua

Explorer
Joined
Feb 24, 2012
Messages
62
[QUOTE="I've condensed it into 1 image too. I made a reference for myself. Thanks!

I've tried the approach outlined in post #46 with Freenas 11.1 by creating a new standard jail, but running in to an error starting up murmur.

Some quick googling seems to imply its a mismatch on libraries installed. Anyone have any suggestions?

Code:
root@murmur:/ # service murmur onestart
Starting murmur.
/usr/local/lib/libsqlite3.so.0: Undefined symbol "fdatasync"
/usr/local/etc/rc.d/murmur: WARNING: failed to start murmur
[/QUOTE]


I think to answer my own question (more testing to be needed), I needed to recompile sqlite3 as in the HASS thread:
Code:
ssh into that jail.
portsnap fetch
portsnap extract
find /usr/ports -name sqlite3
cd /usr/ports/databases/sqlite3 (cd into that directory)
make deinstall
make install clean ALLOW_UNSUPPORTED_SYSTEM=true
 
Status
Not open for further replies.
Top