similar to: CLI prompt function/library

Displaying 20 results from an estimated 5000 matches similar to: "CLI prompt function/library"

2003 May 02
5
Termcap support not found
Make sure you have libtermcap and libtermcap-devel loaded.. To check use #rpm -q libtermcap and #rpm -q libtermcap-devel I have an install guide for RH9 in PDF format if you are interested.. Later.. > Hello, I am trying to install asterisk and get this error. > > creating cache ./config.cache > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes
2004 Jun 17
6
Compiling problem on Debian
Hi, I can't compile Asterisk on a Debian machine. gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o
2004 Mar 31
6
Can't compile asterisk.
hi. I got these compile errors while install asterisk. readline and openssl are compiled using gnu source, and kernel version is 2.4.17. Compile errors message is follows. Someone cleared this problem? Please, help! Regards. ---------------------------------------------------------------------------------- gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config. o channel.o
2009 Mar 24
1
menu.c32 works on serial console, but hdt.c32 displays on vga only.
Hello all: I just downloaded and built syslinux-3.74-pre11 and installed it. I set it to boot and run on the serial port/serial console and when I switch to menu mode (by typing "menu" at the boot: prompt), it works. In the older version I got the upper left corner of the dialog box drawn and that was it. So that is terrific, thanks. However when I am on the serial console and I run
2003 Nov 16
3
asterisk installation error
hi, i am getting these errors while installing asterisk. i reconfigured kernel and i have all the modules installed. kernel-source readline readline-devel openssl openssl-devel this is the error: (at the last part of the installation) gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o
2005 Aug 28
2
error compiling on solaris 10
>Message: 11 >Date: Sun, 28 Aug 2005 11:46:29 +0800 >From: "chris" <chris@fivestartel.com> >Subject: [Asterisk-Users] error compiling on solaris 10 >To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> >Message-ID: <003a01c5ab83$149a9e30$650fa8c0@acid> >Content-Type: text/plain;
2008 Dec 09
1
COM32: console_ansi_raw() and later segfaults
For the read-only shell that I'm working on, I'm running into a slight snag. I'm trying to build a paging command (emulating the function of more). It seems get_key() is probably the best function to use for obtaining just a single key sequence. On my first run, I tried to call console_ansi_raw(), then get_key() then console_ansi_std() to change it back to a more normal mode. When
2014 Jan 05
2
Syslinux: Pending patches
Searching threads back to 2013-07-01 (date of last message on thread), I've come up with the folloowing: -Needs review for inclusion: 12/26 Init cache once 11/27 efi PE header set 11/21 FSUUID for ext2 filesystem 10/15 Upgrade to Lua 5.2.2, add filesystem module and get_key binding (21) 09/23 com32: hdt: fix memory leak 10/3/12-12/16 4k sector support 10/18 MultiFS from MultiDisk 10/07 Lua
2013 Dec 11
1
Ctrl-W killing entire line, not just last word
On the Asterisk CLI, I notice that pressing Ctrl-W deletes the entire line of text, as opposed to just the last word. Is this an artifact of using editline instead of readline? I'll note that other Emacs-style keypresses work just fine on the Asterisk CLI, but Ctrl-W is a real pain. I would go so far as to call this a bug as it is certainly behaviour that differs from what the user expects.
2005 Mar 10
4
Compiling Asterisk On SUSE 9.2
Dear all, I have tried to compile * 1.0.6 (downloaded from the digium site, in the right sequence - zaptel, libpri, asterisk) on two different machines running SUSE 9.2. The problem comes during some preliminary checks: checking for ar... /usr/bin/ar checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tgetent in -lcurses... no checking for tgetent in
2004 Nov 23
2
-lssl
Hi Having my first go at compiling Asterisk from cvs source. Compiled and installed zaptel ok Running make asterisk returns the following error message /usr/bin/ld cannot find -lssl collect2: ld returned 1 exit status The last part of the compile messages on screen are- editline/libedit.a db1.ast/libdb1.a stdtime/libtime.a -ldl -lncurses -lm -lresolv -lssl There is obviously something I have
2005 Mar 29
3
-lssl problem on debian
Hello Just installed fresh Debian testing box, checked out Asterisk and others from CVS stable (-r 1.0), and now trying to 'make install' in Asterisk. I get this error: if [ -d CVS ] && ! [ -f .version ]; then echo CVS-v1-0-03/29/05-15:19:53 > .version; fi gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o
2005 Sep 02
1
(4.2p1) Missing -R<path_to_libedit>/lib
Hi, I tried building the version 4.2p1 on the FreeBSD box. Even if I executed the configure script with --with-rpath and --with-libedit=/path/to/libedit the -R options for libedit are NOT added in linking although that for zlib and OpenSSL are correctly done. This problem can be easily avoided by editing openssh-4.2p1/Makefile after executing the configure script. This means that you
2009 May 21
1
reg static build
Hi, ? Did anyone tried static build of asterisk 1.6 version? Installation fails when tried with static build. warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking asterisk.o: In function `cli_prompt': warning: Using 'getgrgid' in statically linked applications requires at runtime the
2005 Sep 27
1
failed make install on Solaris 10
I finally got Solaris to successfully make asterisk, using these instructions: http://sunfreeware.com/programlistsparc10.html#gcc33 Now though, when I issue the make install, I get this error: mkdir -p /var/opt/asterisk/spool/system mkdir -p /var/opt/asterisk/spool/tmp mkdir -p /var/opt/asterisk/spool/meetme install -m 755 asterisk /opt/asterisk/usr/sbin/ install: asterisk was not found
2005 Sep 26
3
re: DTMF woes, continued
Hi Yair, Please let me if you managed to fix the DTMF tone issue, which you were experiencing couple of months ago. If not can you share any advancement. I'm currently experiencing the same issue, I can make outbound calls but DTMF will not work when dialing IVRs. My configuration is asterisk@home 1.5, registering to Voip provider (Symbio), codec is g.729 and dtmf mode is set to rfc2833.
2009 Jul 16
1
Compilation error
Hi all I'm trying to install asteris 1.4.22.1 on Solaris 10...the server is V120 SUN spark...During compilation (gmake) I got the following error /vis.c -o np/vis.o_a np/vis.c: In function `svis': np/vis.c:205: error: `u_int32_t' undeclared (first use in this function) np/vis.c:205: error: (Each undeclared identifier is reported only once np/vis.c:205: error: for each function it
2012 Dec 11
4
[Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts
https://bugzilla.mindrot.org/show_bug.cgi?id=1990 mikolajmm at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolajmm at gmail.com --- Comment #3 from mikolajmm at gmail.com --- The same here: openssh 6.1p1 archlinux 64-bit sftp> ls 1????
2006 Jan 03
4
Problems Upgrading to 1.2.1 on Fedora 3
I am having trouble with FC3. After doing a yum update (of 1264 packages) I still cannont compile 1.2.1 from source: make[1]: `libedit.a' is up to date. make[1]: Leaving directory `/usr/src/asterisk-1.2.1/editline' make[1]: Entering directory `/usr/src/asterisk-1.2.1/db1-ast' make[1]: `libdb1.a' is up to date. make[1]: Leaving directory `/usr/src/asterisk-1.2.1/db1-ast'
2009 May 03
2
Syslinux CLI access
Hi, Working some more with the HDT command line interface, I noticed that the help (on a 25 line console) wraps around the screen. So the start of the help is missing. I was wondering if the help could not be better formatted for 80x25 in a future release (maybe listing options comma-seperated instead of newline seperated). -- -- dag wieers, dag at wieers.com, http://dag.wieers.com/