Displaying 20 results from an estimated 900 matches similar to: "installation error"
2001 May 18
1
Installation help (saveload.c)
I'm trying to install R on a SunOS 5.6 system.
The first problem I encountered was during configuration.
From config.log:
configure:7171: checking whether the C++ compiler (c++ ) works
configure:7187: c++ -o conftest -I/usr/local/include conftest.C
-L/usr/local/lib 1>&5
ld: fatal: library -lstdc++: not found
ld: fatal: File processing errors. No output written to conftest
2000 Mar 27
1
Installing R on Solaris
Hi,
I've been trying to install R on Solaris, I've been following the
instruction for configuring & compiling R (I have gcc and f77
installed)- but I get Error messages. I'd appreciate it if you could
look at the output, (pasted below) and give me some advice on what to
do. I've attached the R install 'readme'.
Thanks, a quick reply would be greatly appreciated,
1998 Nov 24
3
Problems compiling samba-1.9.18p10 on Solaris 2.6
Hi there all,
I have problems compiling samba-1.9.18p10 on Solaris 2.6.
I get the following error msgs when I make the Makefile, what am I
missing?:
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr/local/samba/var/log.nmb"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
1997 Dec 13
1
R-beta: Compile error; R-0.60.1, Solaris 2.6, gcc 2.7.2.1
Hi!
I have just downloaded the R-0.60.1 sources and have problems compiling R
on a Sun Ultra 1 running Solaris 2.6 and gcc 2.7.2.1.
I have not been able to find to find any compiling hints in the
documentation or the FAQ.
After ./configure I use make and get the output below.
Any hints are welcome.
I am not on the list, so please answer me directly too.
Best regards
Jens
---
Jens Lund
1999 Mar 18
1
Building R under gnumake 3.75, Solaris 2.6
./configure works fine. make generates the error
......
gcc -g -O2 -I../include -I../../src/include -c saveload.c -o saveload.o
In file included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock.h:20,
from /usr/include/sys/vnode.h:37,
from /usr/include/sys/stream.h:21,
from /usr/include/netinet/in.h:38,
1998 Apr 21
1
R-beta: R make problem
I've just got a new workstation with Solaris 5.6 and seem to be having some R
0.61.1 installation problems that did not occur in 5.5. If anyone can see the
problem I would appreciate suggestions. Following is output from make at the
point of failure.
TIA
Paul Gilbert
...
gcc -g -I../include -c relop.c
gcc -g -I../include -c saveload.c
In file included from
2001 Sep 24
2
configure problem
On solaris 8 with forte 6.1 for F77 and CC. I try to configure I get
the following message.
checking whether f77 appends underscores... yes
checking whether f77 and cc agree on int and double... configure:
warning: f77 and cc disagree on int and double
configure: error: Maybe change CFLAGS or FFLAGS?
Thanks in advance
--
Govind
2018 Oct 04
2
CentOS 7.5, Apache 2.4, Kerberos
Hi List,
My goal in sending this email is to get some direction on where to start
looking to solve my problem. Thank you all in advance for reading through
this and providing any guidance!
I'm working on moving to new servers, upgrading from CentOS 6.7 to CentOS
7.5. In this move, we are also upgrading from Apache/2.2.15 to Apache/
2.4.33. Our servers are all sitting behind a load
1999 Apr 01
1
PLATFORMS
Only three entries thus far.
Please keep them coming in.
-k
NAME Martyn Plummer
EMAIL plummer@iarc.fr
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Redhat 5.1
CC/FC/MAKE gcc/egcs-g77/make
NAME Douglas Bates
EMAIL bates@stat.wisc.edu
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Debian 2.1
CC/FC/MAKE egcs/g77/make
NAME Thomas
2012 Feb 28
1
Alphanumeric DTMF !?
Hi list,
What possibilities are there in asterisk to send an *alphanumeric
DTMF*from/to asterisk !?
Regards,
Sammy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120228/e62e7890/attachment.htm>
2010 Oct 08
3
How to use Atxfer in AMI
Hi,
I'm trying to make a attended transfer through AMI. I though i could use
Atxfer, and it seems ok, but nothing happens.
And I can't find any how-to or description on how to do this. What more
do I have to do to make this work?
In Asterisk Call Manager:
Action: Atxfer
Channel: SIP/36-xxxxxx
Exten: 33
Priority: 1
Context: Phone
Response: Success
Message: Atxfer successfully queued
2002 Aug 16
2
Setting up the trig tables.
As some of you know, I'm creating a hardware MDCT core. At the moment
I'm working out the best way to create a lookup table for the trig
values, as set up in mdct_init:
/* trig lookups... */
for(i=0;i<n/4;i++){
T[i*2]=FLOAT_CONV(cos((M_PI/n)*(4*i)));
T[i*2+1]=FLOAT_CONV(-sin((M_PI/n)*(4*i)));
T[n2+i*2]=FLOAT_CONV(cos((M_PI/(2*n))*(2*i+1)));
2011 Aug 12
1
Queue agent login notification
Hello,
Is there a way to either store login/logout agent information in a database
or at least send an email when an agent logs in or out of a queue?
Thanks,
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110812/84130e1a/attachment.htm>
1999 Aug 25
2
Error in ?text (PR#256)
Just a minor point, but the adj argument in ?text is described wrongly
(0.64.1). Perhaps the following might be added to the details.
Values of 0, 0.5, and 1 specify left/top, middle and right/bottom,
respectively. The default is for centred text, ie \code{adj = c(0.5,
0.5)}.
Cheers, Jonathan.
Jonathan Rougier Science Laboratories
Department of
2012 Feb 11
1
Asterisk perl AGI confusing variables
Hello all,
I'm struck with a very strange problem today. I've an AGI with some code
subroutine snippet as follows:
sub enable_sbc($) {
my $carrier = shift;
my $tmp = substr($carrier,1);
my $jkh = $tmp;
$server_port = $ast_agi->get_variable("SIPPEER($jkh,port)");
$ser_ip = $ast_agi->get_variable("SIPPEER($tmp,ip)");
2010 Nov 16
1
DAHDI / dial in / overlap digits / timeout
Hi,
our Asterisk is connected to an E1 port. So we are using the
DAHDI-Driver. Please , how do I tell the driver/Asterisk to wait for
overlap digits for in-calls? I found the option "overlapdial=yes" but I
did not try yet. Is that "my" option? Is there any option for setting an
timeout?
Thorsten
2012 Feb 16
2
Asterisk && RTCP
Hello list,
I need to know about Asterisk's friendly nature with RTCP. I've phones
which support RTCP and they connect to the outer world via multiple
carriers. In one of my recent packet traces I've observed that the caller
initiated a call with rtcp string in SDP while for the same
call dialling our from Asterisk to the carrier has no RTCP string in SDP !
Can anyone please tell why
2012 Feb 02
1
MixMonitor and ChanSpy
Hello,
ChanSpy can not be used on a Channel that is being recorded with
MixMonitor.
How can I verify if a channel which I want to spy on, is currently not
being recorded ?!
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120202/7954fe9e/attachment.htm>
2012 Jan 14
1
Asterisk as UAC: How to put call OnHold
Hi!
Maybe I am missing something or am a little blind at the moment, but I
didn't find out how asterisk can place a call on hold when acting as user
agent client to another SIP server.
Scenario:
----------
Asterisk registers to another SIP server (provider) as user agent.
An inbound call from this other SIP server comes in and arrives at asterisk.
Asterisk performs some actions in the
2009 Aug 06
1
[R] Repeatable, But Time Varying R GUI Crash (PR#13880)
On 8/6/2009 4:11 PM, Marilyn & Rich Short wrote:
> Hello,
>
> I'm having a problem in R. The R GUI is crashing with a message to
> contact Microsoft for the solution. I've contacted Microsoft and they
> are of no help. Below is a distilled set of code that will cause the
> crash. As you will see, there are two do-loops within which is a "load"
>