Page 1 of 1

[paid] Installing Mumble-Server on B3?

Posted: 28 Jul 2012, 09:31
by snowdrop
I have successfully installed and used mumble-server 1.2.2 but want 1.2.3 installed instead. Sadly it's not available in the Squeeze repo, so question is how I would get it on my B3 without breaking the B3?


This is the sources.list I'm trying to use:

Code: Select all

deb http://ftp.se.debian.org/debian testing main contrib non-free
deb-src http://ftp.se.debian.org/debian testing main contrib non-free

deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
...but it doesn't work since it gives me:

Code: Select all

snowdrop@b3:~$ sudo apt-get install mumble-server
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mumble-server : Depends: libqtcore4 (>= 4:4.8.0) but 4:4.6.3-4+squeeze1 is to be installed
                 Depends: libssl1.0.0 (>= 1.0.0) but it is not going to be installed
                 Depends: libzeroc-ice34 but it is not going to be installed
I'd happily give 12 € via paypal to anyone that solves this for me, step-by-step.

Re: [paid] Installing Mumble-Server on B3?

Posted: 28 Jul 2012, 12:20
by DanielM
I don't know anything about Mumble, but I think the best option for you would be to compile from source. It's never a good idea to try to install packages made for another distro version. The steps here doesn't seem to complicated: http://mumble.sourceforge.net/BuildingLinux

/Daniel