Displaying 20 results from an estimated 20000 matches similar to: "Re: Where can I find libgsm development files?"
2010 Jun 22
4
Where can I find libgsm development files?
Code:
configure: libgsm development files not found, gsm 06.10 codec won't be supported.
Where can I find the source for libgsm? I've done thorough searches on Google and found nothing.
2010 May 20
3
GSM Problems
I've been trying to get wine to compile with GSM and haven't had any luck, I downloaded the most recent GSM library from http://www.quut.com/gsm/ and manually modified the Makefile to have it install to proper folders.. installed.. and heres proof that files are there in my /usr/lib folder!
Code:
-r--r--r-- 1 root root 53506 2010-05-14 01:40 /usr/lib/libgsm.a
lrwxrwxrwx 1 root root 11
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
ralniv wrote:
> Below are my instructions for getting a libgsm friendly version of Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management.
>
> [1] Uninstall wine-devel
>
> Code:
> sudo port uninstall wine-devel
>
>
>
> [2] Edit the portfile for
2010 Aug 21
1
Re: Trouble with libgsm on Mac OS X 10.6.2
I'm following the instructions posted above, and I'm still getting the:
err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not found
I've copied it to:
/usr/lib/libgsm.1.0.13.dylib
and symlinked it to:
/usr/lib/libgsm.dylib and /usr/local/lib/libgsm.dylib
just in case.
Though, it still fails after the blue bar fills.
It throws a:
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Below are my instructions for getting a libgsm friendly version of Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management.
[1] Uninstall wine-devel
Code:
sudo port uninstall wine-devel
[2] Edit the portfile for wine-devel. It is located at:
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
The only way I could get rid of the err for gsm on launch was to copy libgsm to my DDO folder, even those I use DYLD_FALLBACK_LIBRARY_PATH, and libgsm is in all of those locations.
Here's my launching script:
Code:
on run
--edit this to be the correct location and file to run (typically only edit after the "drive_c")
set toRun to
2010 Jul 14
3
Trouble with libgsm on Mac OS X 10.6.2
ralniv <wineforum-user at winehq.org> wrote:
>Sent: Jul 14, 2010 12:48 AM
>To: wine-users at winehq.org
>Subject: [Wine] Re: Trouble with libgsm on Mac OS X 10.6.2
>
>The above instructions lead to the following error in the Terminal window while running LOTRO...
>
> err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not
2009 Aug 09
4
Libgsm Dev 32 bit libs on 64 bit
Ubuntu 9.04, can't find the libgsm-dev for 32 bit, i installed the
libgsm1-dev but believe that is 64 bit, any help would be appreaciated.
--
Sincerely,
MacNean C. Tyrrell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090808/17c1864d/attachment.htm>
2010 Oct 30
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Folks,
In answer to the error "libgsm 32-bit development files not found," after completing the libtool command, you must copy the library to /usr/lib. "cp lib/* /usr/lib" would do nicely.
HTH,
David
2003 Nov 09
3
unable to find path
Hi. I just tried updating asterisk and I guess I broke something. Here's the log:
Unable to find a path from G729A to SLINR
Unable to find a path from ULAW to G729A
Any ideas on what I should try? I tried nuking all the zaptel stuff in the system and the source and started over agian. Also nuked the asterisk config files....
I saw this asked once before but there was no reply :-/
2010 Sep 07
3
[Fwd: Trouble with libgsm on Mac OS X 10.6.2]
I'm far from an expert on the subject matter. Maybe some app that was written for Linux/BSD or whatever is looking at a LD_LIBRARY_PATH on its own and its nothing to do with the OS? I've never tried messing with LD_LIBRARY_PATH on OSX, but its not *supposed* to do anything normally.
The OS Relies on DYLD_LIBRARY_PATH. If you change it, you have to make sure it encompasses every single
2009 Aug 22
0
1.1.28 uploaded for Ubuntu, however libgsm (ventrillo) support broken on 64 bit
I've uploaded my 1.1.28 packages for Ubuntu (9.04 is already built, 8.10
and 8.04 are still building as I write this). One of the fixes in this
package is to build with support for libgsm, a new feature in Wine that
allows Ventrillo support.
However, this will only work on 32-bit Ubuntu at this time, as there is
no 32 bit version of this library available on Ubuntu 64. I've already
2011 Nov 11
4
Compiling wine in Ubuntu Oneiric
Hello,
I'm having trouble compiling wine 1.3.31 under the latest Ubuntu, 64 bit multiarch, etc. What basically happens is that the compile and make steps go just fine, but any sound that the newly built wine makes, doesn't use PulseAudio, it takes over the sound device.
The only thing I've got to go on is a warning when doing ./configure that tells me that I'm missing the 32 bit
2010 Mar 12
2
xubuntu 8.10 64bit compile issues 1.40
configure: libv4l 32-bit development files not found.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.
Some one solved that?
2009 Apr 14
5
.GSM -> .WAV (or ,MP3) Conversion
Hey there,
I'm trying to convert some call recordings from asterisk we have in .gsm
format to something I can pipe through ffmpeg - wav would be good, mp3
would be amazing!
I've been trying playing with sox but I don't seem to be getting too far
with
1239101491.30.gsm -ql -r 64000 -t wav 1239101491.30.conv.wav resample
as ffmpeg borks at it:
tim at freee-meee:~/dmc/call
2003 Jun 24
3
Compiling Asterisk under Yellow Dog
Hi,
I am trying to compile Asterisk under Yellow Dog 3.0 distributionn.
I am getting an error
gcc -shared -Xlinker -x -o codec_gsm.so codec_gsm.o -lgsm
/usr/bin/ld: cannot find -lgsm
May be I need packages that my distribution does not include?
What do I need to download to get it compiled?
Thanks
Serge
_________________________________________________________________
The new MSN 8: smart spam
2008 Sep 10
3
Compromised
My wife's office server was compromised today. It appears
they ssh'ed in through account pcguest which was set up for
Samba. (I don't remember setting up that account, but maybe I
did.) At any rate, I found a bazillion "ftp_scanner" processes
running. A killall finished them off quickly, I nuked the
pcguest account, and switched ssh to a different port (which
I normally do
2005 Sep 29
1
Audio Files, Filtering, and Formats for Asterisk
I listened to all the demos you showed.
My ear discerns a little muffling and minor "slushiness" in the GSM files
you sent, along with a much more narrow bandwidth, mainly on the high end
side, and Allison either has a mild whistling s or slushy s sound in her
voice or the producer didn't properly compress it to "de-ess" the recording.
Or, I could just be rather tired.
2003 Jun 03
2
Asterisk Works on Linux on Sparc
I have built Asterisk on SuSe Linux 7.3 on an Ultra 2 Sparc WorkStation. I am listing the modification I had to do for the benefit of anybody else who wants to use Asterisk
This workstation is equipped with one 400 MHz RISC UltraSparc II CPU, 256 MB RAM, Two 9 GB 10,000 RPM UltraSCSI Disks. I have a gatekeeper running on this machine,
I had to do the following modification to build * on Sparc:
2003 Feb 11
2
problems with ess and xemacs on win32
Hi there;
I have the following problem --- Xemacs cannot
correctly parse a path to file when I load it.
I have the following error, reported by Xemacs:
from ess-parse-errors:
Error in file(file, "r") : cannot open file
`u:US-mortalityjuttalexible.r
While the correct file path should be:
u:\US-mortality\jutta\flexible.r
Any ideas? Many thanks for your help.
-Serge