Page 1 of 2

Mumble

Posted: Wed 14 Mar 2012, 15:37
by 666philb
Mumble is a voice chat application for groups. While it can be used for any kind of activity, it is primarily intended for gaming. It can be compared to programs like Ventrilo or TeamSpeak.
Image

website http://mumble.sourceforge.net/

lithpr's original .pet seems lost, so here's another .pet of it....

let me know if it's working properly or not...only tried it on lucid puppy

download here http://www.wuala.com/666philb/Documents ... 1.2.2.pet/ 12mb
MD5 a403daf31502d5f9652874b4ad23725b

for slacko you'll need the extra deps attached below & mesa installed from the ppm


666philb

Posted: Fri 20 Apr 2012, 21:20
by 666philb
can anyone confirm if this is working properly in their puppy? ...please state puppy version or nature of problem

cheers

Posted: Sun 22 Jul 2012, 00:28
by wsamh
I installed this on saluki linux. But it is telling me that I'm missing these dependencies: libaudio.so.2 libavahi-client.so.3 libavahi-common.so.3 libdns_sd.so.1 libpulse.so.0

Posted: Wed 25 Jul 2012, 14:15
by 666philb
wsamh wrote:I installed this on saluki linux. But it is telling me that I'm missing these dependencies: libaudio.so.2 libavahi-client.so.3 libavahi-common.so.3 libdns_sd.so.1 libpulse.so.0
hi wsamh,

you'll have to put a request in for this on the saluki thread, as it will need compiling specifically for saluki

Posted: Tue 11 Sep 2012, 06:35
by wsamh
Does anyone know how I can get mumble on racy/wary?

Posted: Fri 14 Sep 2012, 09:40
by canin
you could try to make a request in the request sub-forum here on murga:
http://www.murga-linux.com/puppy/index.php?f=62

Posted: Fri 14 Sep 2012, 20:40
by 666philb
i had a go at compiling it, but it's beyond my capabilities at the moment

update for mumble

Posted: Mon 03 Jun 2013, 11:47
by nancy reagan
Although I don't know this prog I read somewhere else an update appeared.

Posted: Tue 26 Aug 2014, 23:15
by greengeek
I'm keen to have mumble running on Slacko 5.6 if anyone has any tips...
I'm only just starting to get to grips with compiling and had no luck so far with compiling soundjack or ninjam. My fault, not theirs. Mumble is another possible option for my needs if it can be made to run on Slacko 5.6

EDIT : - sorry, i didnt read the thread very well did I.
Have now tried the pet on Slacko 5.6, and installed the missing libs pet, but still have an error as follows:

Code: Select all

# mumble
mumble: /lib/libcrypto.so.0.9.8: no version information available (required by mumble)
mumble: symbol lookup error: /usr/lib/libpulsecommon-0.9.21.so: undefined symbol: STRING
# 

Posted: Tue 26 Aug 2014, 23:22
by Semme
Hey GG --should be in Slacks repo, no? 5.6 uses which release?

Posted: Tue 26 Aug 2014, 23:33
by greengeek
Ahh yes, thanks semme. Mumble v 1.2.3 is available via the ppm.
I'm in dependency hell at the moment. Some lib hunting work to do :-)
EDIT - I didnt understand the question about 5.6 using which release though... can you explain what you meant by that please? cheers
EDIT 2 - I think I understand now - you mean which version of slack oackages right?? Slackware 14 as far as I know.

Posted: Tue 26 Aug 2014, 23:39
by Semme
Yeah, I've come across that "no version" bit and would suggest you stick to stuff related to five-sixes Slackware version.

Yes --caught your edit. 14 or 13.37 is what :wink: I was expecting.

Posted: Tue 26 Aug 2014, 23:44
by greengeek
Ok, looks like I'm back to having to learn how to compile...

Posted: Tue 26 Aug 2014, 23:49
by Semme
How's "ldd" look?

Posted: Tue 26 Aug 2014, 23:56
by greengeek

Code: Select all

# ldd /usr/bin/mumble
	linux-gate.so.1 (0xffffe000)
	libprotobuf.so.7 => not found
	librt.so.1 => /lib/librt.so.1 (0xb773a000)
	libXi.so.6 => /usr/lib/libXi.so.6 (0xb772b000)
	libspeechd.so.2 => not found
	libg15daemon_client.so.1 => not found
	libQtDBus.so.4 => not found
	libssl.so.1 => /lib/libssl.so.1 (0xb76c7000)
	libcrypto.so.1 => /lib/libcrypto.so.1 (0xb7510000)
	libspeex.so.1 => /usr/lib/libspeex.so.1 (0xb74fa000)
	libspeexdsp.so.1 => not found
	libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0xb7494000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0xb735e000)
	libportaudio.so.2 => not found
	libasound.so.2 => /usr/lib/libasound.so.2 (0xb726a000)
	libdns_sd.so.1 => not found
	libavahi-common.so.3 => not found
	libavahi-client.so.3 => not found
	libQtSvg.so.4 => not found
	libQtSql.so.4 => not found
	libQtXml.so.4 => not found
	libQtOpenGL.so.4 => not found
	libQtGui.so.4 => not found
	libQtNetwork.so.4 => not found
	libQtCore.so.4 => not found
	libpthread.so.0 => /lib/libpthread.so.0 (0xb724e000)
	libGL.so.1 => /usr/lib/libGL.so.1 (0xb71e0000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb70f9000)
	libm.so.6 => /lib/libm.so.6 (0xb70cd000)
	libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb70af000)
	libc.so.6 => /lib/libc.so.6 (0xb6f2a000)
	/lib/ld-linux.so.2 (0xb7751000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0xb6f19000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb6ef8000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0xb6ef5000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6eef000)
	libdl.so.2 => /lib/libdl.so.2 (0xb6ee9000)
	libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0xb6e9a000)
	libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb6d23000)
	libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb6cf8000)
	libogg.so.0 => /usr/lib/libogg.so.0 (0xb6cf1000)
	libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb6ced000)
	libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb6ce8000)
	libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0xb6ce6000)
	libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0xb6ccf000)
	libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb6cca000)
	libdrm.so.2 => /usr/lib/libdrm.so.2 (0xb6cbd000)
# 
Thank God for MochiMoppels shift_ctrl_c terminalcopy fix or I would have worn out my fingers typing that lot :-)

Posted: Wed 27 Aug 2014, 00:05
by Semme
That's "A-WHOLE-LOTTA" missing QT libs. Do you NOT have the devx loaded? Check you inbox..

Posted: Wed 27 Aug 2014, 00:21
by greengeek
You're right - no devx loaded. So thats why I can't compile. Slap forehead.
Thanks!

Posted: Wed 27 Aug 2014, 01:37
by Semme
How's ldd look <woozy_ smiley_here> after load? You can't be miss'n much..

Posted: Wed 27 Aug 2014, 19:31
by greengeek
Semme wrote:How's ldd look after load?
Still looking for a link to the slacko5.6 nonPAE devx so can't do further testing yet. The slacko download page says the sfs manager will download the correct version but it only works if you are running from an installation, not from a live session as I am doing. I have a question for this on the slacko thread so I'll post back here when I know how close that gets me to having mumble running.

Posted: Thu 28 Aug 2014, 09:35
by Semme
C'mon now :D you couldn't find this?