The mumble and murmur slackbuilds are different versions and I needed to run the current 1.2.3-stable for my private game server.  I am not certain if murmur is still maintained.  The murmur,SlackBuild needs this change when using mumble-1.2.3:<br>
<br>qmake -recursive <a href="http://main.pro">main.pro</a> \<br>  CONFIG+=no-client \<br>  CONFIG+=no-ice \<br>  CONFIG+=no-bonjour<br><br>Also, murmurd did not run via rc.murmur as 'root' via rc.local - the uname parameter must be set to some regular user ('root' and blank were a no-go, and setting a user was not ignored). However, doing so means one has to chown<br>
/var/lib/mumble-server<br>/var/log/mumble-server<br>/var/run/mumble-server<br>to that user, or you get a "not found" error and the log and sqlite end up in the wrong place (and then clients can't connect).  <br clear="all">
  <br>Right now it is working with these changes, but I'd like to make sure I didn't do something silly and bork the security before I open it up to the world. Also, wouldn't it be better to consolidate the mumble and murmur scripts?<br>
<br>-Ed<br><br><br>-- <br>You! What PLANET is this!<br>    -- McCoy, "The City on the Edge of Forever", stardate 3134.0<br><br>