Displaying 20 results from an estimated 2000 matches similar to: "G729 License"
2007 Jun 05
1
IAX2 Trunk No Sound
Hi
I've two boxes connected over IAX2 trunk before IAX I was using SIP trunk
and they were working fine b'coz of bandwidth issue I changed from SIP to
IAX now I'm facing a strange problem after some time on the cli of my
asterisk box I see lots of messages of IAX2 trunk and b'coz of that my
agents are not able to hear any thing and I've restart my * box. Please
guide me what I
2007 Jul 06
1
Asterisk Manager
Hi
this is my code for * manager:
$oSocket = fsockopen($strHost, 5038,
$errnum, $errdesc) or die("Connection to host failed");
fputs($oSocket, "Action: login\r\n");
fputs($oSocket, "Username: $strUser\r\n");
fputs($oSocket, "Secret:
2006 Nov 21
1
User administrator problem
Hi all,
I've a problem using a user with administrator privileges for mounting
or adding a machine to PDC. I created a common user called fernando
#id fernando
uid=1000(fernando) gid=544(Administrators)
grupos=544(Administrators),512(Domain Admins)
Mounting a resource with smbmount works fine, this the result from log.smbd
check_ntlm_password: authentication for user [fernando] ->
2005 Nov 25
1
Problems compiling R under AIX 4.3
Hi,
I have problems compiling R 2.2.0 under AIX 4.3 with GCC and xlf95 (FORTRAN)
Compilers.
here the error message I got:
make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
make[1]: `Makedeps' is up to date.
make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11'
make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
/usr/local/bin/gcc
1998 May 04
2
lSM lICE: not found
I'm trying to compile R 0.61.3 on Solaris and I get the following error. Does
anyone know where I should find these libraries?
ld: fatal: library -lSM: not found
ld: fatal: library -lICE: not found
ld: fatal: File processing errors. No output written to R.binary
*** Error code 1
make: Fatal error: Command failed for target `R.binary'
Paul Gilbert
2007 Jun 04
0
IAX2 Trunk Problem
Hi
I've two boxes connected over IAX2 trunk but suddenly my cli is getting
flood with these messages:
iax2_trunk_queue: Maximum data space exceeded
and b'coz of that my agents are not able to hear any thing.
when this happened that time there were 9 calls.
my * version is 1.2.18 and 1.2.14
thanks
arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Dec 08
1
install bug with specific JPEG library by exporting CPPFLAGS variable
Hi there,
I think I have found a small problem in the
"/my/path/R-2.0.1/src/modules/X11/MakeFile" generation.
During the configure step, I have specified a specific JPEG library by
exporting CPPFLAGS variable.
All compilation works well for individual files in the src/modules/X11/
directory, but when linking, the -ljpeg option doesn't work.
I obtain the following message (in french
1999 May 17
1
minor installation problems
Hello,
I just finished installing R-0.64.1 on my linux machine (using kernel
2.0.36 under red hat 5.2, and
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
)
The two problems I had:
1. ./configure --with-readline --with-x --prefix=/usr/local
ran to a point, then gave up with
...
checking return type of signal handlers... void
checking for working const... yes
1999 May 17
1
minor installation problems
Hello,
I just finished installing R-0.64.1 on my linux machine (using kernel
2.0.36 under red hat 5.2, and
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
)
The two problems I had:
1. ./configure --with-readline --with-x --prefix=/usr/local
ran to a point, then gave up with
...
checking return type of signal handlers... void
checking for working const... yes
1998 Oct 07
2
R-beta: R0.62.3 installation on RedHat 5.0
I have R-0.62.3 and RedHat 5.0 with fort77.
At the office R is running but when I install a package, eg. 'akima'
I get a message
make: f77: Command not found
'R INSTALL library' does not accept fort77, but R installation checks
f77/g77/fort77. Is there an easy way to edit some file and replace
f77/g77 with fort77?
At home I have the same R and Linux versions, but when
2010 Apr 16
2
R installation on Fedora 12
I am migrating from 64-bit RHEL 5 to 64-bit Fedora 12 and I'm getting the
following error when I run ./configure in the directory R-2.10.1...
checking for IceConnectionNumber in -lICE... yes
checking X11/Intrinsic.h usability... no
checking X11/Intrinsic.h presence... no
checking for X11/Intrinsic.h... no
configure: error: --with-x=yes (default) and X11 headers/libs are not
available
1998 Sep 10
2
R-beta: trouble compiling 0.62.3 on SunOS 4.1.4: lgamma conflicts
I've recently tried to get 0.62.3 up on our Suns (4.1.4, using gcc; I'm
also having trouble with a Solaris 2.6 compile but I haven't given up hope
on that one yet) -- the last compile I did was 0.61.1, which worked
smoothly.
Running
./configure --prefix=/usr/local/apps/R/R-0.62.3 [--with-g77]
(tried both with and without g77, eventually get to the same place),
I get a conflict
2005 May 13
1
R make errors
I tried to install the latest version of R (2-1.0)in anAIX machine. I was able to tar, and configure with no
errors. However, when I said make, I got the following errors:
gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo
rotated.lo rbitmap.lo -lSM -lICE -lX11
ld: 0711-317 ERROR: Undefined symbol:
1998 Mar 27
1
R-beta: Problems during compilation of R for Solaris 2.6
Hello,
I am inexperienced in C program compilation and I receive the following
error during the compilation of R (version 0.61.2) for Solaris 2.6.
I have installed the gcc 2.8.0 version.
>> gcc -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o >> coerce.o colors.o complex.o context.o cov.o cum.o dataframe.o debug.o >> deparse.o deriv.o
2004 Nov 03
1
samba and domain local groups
Quick question about Samba and Domain Local groups.
Ive got a Samba 3.0.7 server (redhat 8) as a domain member of a 2K
Domain in native mode. (security = domain).
Std Windows group mgmt says:
Users are members of Global Groups.
Global Groups are members of local groups
Local Groups control access to resources.
So ive got a Domain Local group I want to use to restrict access to a
samba share:
1998 Jun 18
1
Compiling under Digital Unix
I tried a compilation of R-0.62.1 on a DEC Alpha that identifies
itself as
Digital UNIX V4.0A (Rev. 464); Thu May 14 14:08:00 CDT 1998
$ uname -a
OSF1 atlas.stat.wisc.edu V4.0 464 alpha
I got to the final link step then got an error with
gcc -ieee_with_inexact -g -O2 -I../include -c version.c
f77 -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
I am getting the following link error on centos 5 AMD 64 for opengl.
What do I not have installed?
I ran ./configure --x-libraries=/usr/lib --libdir=/usr/lib
only warnings I got was abour FontForge missing.
make depend
make
THanks,
jerry
-----------
make[2]: Leaving directory `/home/silentm/wine-0.9.40/dlls/wtsapi32'
make[2]: Entering directory
1998 Oct 16
1
Compiling on a Red Hat 5.1 system
I'm feeling kinda stupid right now, but I'm actually having problems
compiling R-0.62.3 on a Red Hat 5.1 Linux system.
I'd be happy if someone could point out for me where to look to fix the
problem. I've included the output from the compiling below. Thanks for
any help.
Fredrik
make -f Makefile.2nd all
make[1]: Entering directory `/home/fredrigl/R-0.62.3'
Building R
cd
1999 Aug 16
1
configure / linking problem when using hdf5
I've installed hdf5 [library & includes] here locally, last week.
[see ?hdf5save in R]
There is a remaining compilation / linking problem for me:
The hdf5 library uses "compress2" a routine defined in Gnu's zlib,
but not available in the zlib that comes with X11R6.3 (which we have installed).
Now unfortunately,
the final link statement for R (0.65) [for me, with hdf5
2007 Feb 03
1
Installation Help
Hi,
I am trying to install R on a linux machine. The output of running
./configure is
==============================
R is now configured for x86_64-unknown-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -g -O2 -std=gnu99
Fortran 77 compiler: g77 -g -O2
C++ compiler: g++ -g -O2
Fortran 90/95