similar to: Re: Trouble with libgsm on Mac OS X 10.6.2

Displaying 20 results from an estimated 100 matches similar to: "Re: Trouble with libgsm on Mac OS X 10.6.2"

2011 Jan 01
2
Applescript and .exe?
Hi there! I've used Wine a couple of years ago when I used Ubuntu as OS. Nowadays I have a Mac and recently installed Wine on it. My question is, how do I fix so that I don't have to use the terminal to start an .exe program? Just enter a script in Applescript, save it as an application and start it through that? I've googled and found some scripts but none of them works for me.
2010 Nov 25
2
Re: The perils of GMAX
UBUNTU 10.10 AMD64 Latest updates with recompile wine 3.1.7 after an ia32.lib upgrade. Returning to looking at GMAX. As things stand now, when you try to open the materials navigator the program posts an error, allows you to do a save, and quits.
2009 Jun 24
1
Outgoing CallerID for KPN in Belgium
Hi, I'm using a ISDN-30 E1 line from KPN Belgium. The challenge is to get a correct CallerID on outgoing lines. When I put this in my dialplan: exten => _0.,1,Set(TEMPVAR=${CALLERID(num):1}) exten => _0.,2,Set(CALLERID(num)=144622${TEMPVAR}) exten => _0.,3,NoOp(${CALLERID(num)}) exten => _0.,4,Dial(Zap/g1/${EXTEN:1},,) The resulting CallerID is accepted by the telco, but on
2004 Jul 14
3
Using a DNS name for externip in sip.conf
Does anyone know if the 'externip=' in sip.conf is resolved just once at startup or on an on going basis? I would like to use a DNS name through one of the dynamic DNS providers, but if the DNS updates, and asterisk continues using the old resolved value, this could get tricky. Thanks, Dennis
2004 Nov 11
1
glm.fit warning message
I am feeling my way in the use of GLM's and have come across a warning whilst manually simplifying a model with interaction terms, removing terms one at a time from the maximum model (R1.9.0). > model<-glm(midpnts~(AET+tempave+tempvar+MDE+sqrtarea)^2+Lat,family=poisson,weights=weightS) > model2<-update(model,~.-tempave:tempvar) Warning message: fitted rates numerically 0
2004 Sep 19
2
Setting time on ADSI phones from Asterisk
Hi, Would anyone know of a way to set the time automatically on an ADSI capable phone from *? The phone in question is a Aastra 480e. While I am at it, does anyone have any helpful docs on the ADSI script programming? I have managed to do basic functions by modifying the asterisk.adsi file using stuff gleaned from the app_adsiprog.c file, but docs would be really helpful at this point. Tia,
2005 Oct 11
2
Pushing Javascript Helper to external file.
I have a table and when I mouseover a row I want a pop-up with some additional information for that specific row (called remotely). I can do this easily with something along the lines of... onmouseover="<%= remote_function(:updated => "notediv", :loading => " Element.show(''note'');", :url => {:action => ''get_note'', :id
2012 Jul 18
0
Building a web risk calculator based on Cox, PH--definitive method for calculating probability?
Here is an example of how to do it. > library(survival) > vfit <- coxph(Surv(time, status) ~ celltype + trt, data=veteran) > userinput <- data.frame(celltype="smallcell", trt = 1) > usercurve <- survfit(vfit, newdata=userinput) #the entire predicted survival curve > user2 <- summary(usercurve, time= 2*365.25) # 2 year time point > user2$surv [1]
2005 Dec 09
1
Domain group membership.
Hi! All: How can i get domain members of a domain group? I tried getent group, but only get the gid infomation. There isn't member infomation at the last field as local group is. Thanks for your help. Best, LatrellFrom eehines at comcast.net Fri Dec 9 01:43:02 2005 From: eehines at comcast.net (Eric Hines) Date: Fri Dec 9 01:34:48 2005 Subject: [Samba] netlogon problems In-Reply-To:
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
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 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
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 Sep 01
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Added the LD_LIBRARY_PATH you suggested mate, now it gives me this: > fixme:win:FlashWindowEx 0x32d170 > fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! >
2010 Sep 06
1
Re: Trouble with libgsm on Mac OS X 10.6.2
James McKenzie wrote: > doh123 wrote: > > > I'm not sure LD_LIBRARY_PATH actually does anything on OSX... > > > > there are a lot of related things you can do though... just look at 'man dyld' > > > > > > > Doh123: > > Yes it does. Look it up for FreeBSD. > > Without it, the only directories that will be examined for
2010 Sep 07
0
[Fwd: Re: Trouble with libgsm on Mac OS X 10.6.2]
James McKenzie wrote: > rwoodsmall wrote: >> James McKenzie wrote: >> >>> doh123 wrote: >>> >>> >>>> I'm not sure LD_LIBRARY_PATH actually does anything on OSX... >>>> >>>> there are a lot of related things you can do though... just look at >>>> 'man dyld' >>>> >>>>
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Code: Apple_PubSub_Socket_Render=/tmp/launch-mcYObM/Render BASH=/bin/bash BASH_ARGC=() BASH_ARGV=() BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0") BASH_VERSION='3.2.17(1)-release' CLICOLOR=true COLUMNS=270 COMMAND_MODE=unix2003 DIRSTACK=()
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
2004 Jul 16
1
MWI on Grand Stream ATA-286
Sorry if this has been asked before, but does anyone have any pointers on getting the Message Waiting Indicator working on a GS ATA-286? I have tried both settings on the 286's web page for sending a SUBSCRIBE to the SIP server. I was expecting the LED on the 286 to flash when there are messages waiting. I also have a mailbox=XX line in the sip.conf for the 286's extension. Anyone have
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