Displaying 20 results from an estimated 10000 matches similar to: "[Bug 1744] New: libedit support shouldn't assume -lcurses"
2005 Aug 09
1
(4.1p1) Building failure with libedit on FreeBSD 4.x-RELEASE
Hi,
I've noticed that building 4.1p1 fails on FreeBSD 4.x if the
libedit support is enabled by the "--with-libedit" configure
option.
I tried to build OpenSSH-4.1p1 under the following environment:
CPU: i386 family
OS: FreeBSD 4.11-RELEASE
Compiler: gcc-2.95.4 (/usr/bin/gcc)
----
libedit: (located at /usr/lib/)
Building fails with the following messages:
----------
gcc
2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit
SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find
libedit) for otherwise identical setups.
1. How can I get the output set up to look at conftest.c?
2. I added a set -x to configure above LIBEDIT_MSG=no
3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3
2013 Nov 21
5
[Bug 2173] New: configure fails to find libedit in non-standard location
https://bugzilla.mindrot.org/show_bug.cgi?id=2173
Bug ID: 2173
Summary: configure fails to find libedit in non-standard
location
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Build system
2013 May 26
10
[Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts
https://bugzilla.mindrot.org/show_bug.cgi?id=1990
Corentin Delcourt <codl at codl.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |codl at codl.fr
--- Comment #8 from Corentin Delcourt <codl at codl.fr> ---
Note that Arch Linux's
2009 Apr 05
1
libedit
Moving s sccessful compole of 5.2.p1 from a Suse 10.3 x86-64 box to a Suse
11.1 x86-box created a build problem
./configure --with-libedit=/usr/lib64
checking for el_init in -ledit... no
configure: error: libedit not found
however libedit (amd el_init) certainly exist:
ookpik:/data/openssh-5.2p1.test # l /usr/lib64/libedit*
lrwxrwxrwx 1 root root 17 Apr 4 17:11 /usr/lib64/libedit.so ->
2010 Mar 25
23
[Bug 1743] New: Bugs intended to be fixed in 5.5
https://bugzilla.mindrot.org/show_bug.cgi?id=1743
Summary: Bugs intended to be fixed in 5.5
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2010 Apr 25
6
[Bug 1761] New: sftp exits on 2nd terminal resize after a transfer
https://bugzilla.mindrot.org/show_bug.cgi?id=1761
Summary: sftp exits on 2nd terminal resize after a transfer
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
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 Aug 06
1
termcapsupport not found
I try to make an asterisk system and downloaded and unzipped the file asterisk-1.0-RC1.tar.gz.
When I do the first make I got the following messages:
.....
checking for tgetent in ltermcap.......no
checking for tgetent in ltinfo.......no
checking for tgetent in lcurses.......no
checking for tgetent in lncurses.......no
configure: error: termcapsupport not found
make: *** [editline/libedit.a] Error
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year decade
1598 1590-1600
1599 1590-1600
1600 1590-1600
1601 1600-1610
---
my is like this>
[1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
[16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633
2023 Mar 08
5
[Bug 3547] New: sftp crash with 'invalid multibyte character' when pressing Tab to complete specific Chinese filenames
https://bugzilla.mindrot.org/show_bug.cgi?id=3547
Bug ID: 3547
Summary: sftp crash with 'invalid multibyte character' when
pressing Tab to complete specific Chinese filenames
Product: Portable OpenSSH
Version: 8.4p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: trivial
2013 Sep 19
15
[Bug 2155] New: sftp program has tty attributes setting problem
https://bugzilla.mindrot.org/show_bug.cgi?id=2155
Bug ID: 2155
Summary: sftp program has tty attributes setting problem
Product: Portable OpenSSH
Version: 5.3p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: sftp
Assignee: unassigned-bugs at
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????
2004 Nov 16
0
OpenSSH snaps have sftp libedit (command line history/editing) support
Hi All.
For a couple of weeks, the Portable snapshots have contained optional
support for NetBSD's libedit in the sftp client, thanks to djm's work in
OpenBSD. It's enabled with: ./configure --with-libedit.
If enabled, sftp gains command history, recall and line editing (and
probably other features too, I haven't looked into libedit's
capabilities much). If not
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
2013 Mar 12
5
extract values
Hello all!
I have a problem to extract values greater that for example 1820.
I try this code: x[x[,1]>1820,]->x1
Please help me!
Thank you!
The data structure is:
structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425,
1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074,
1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007,
1.1795, 1.3855, 1.4065, 1.138, 1.514,
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
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
2013 Oct 24
1
Error while installing libedit
Hi,
While installing libeidt in Ubuntu 12.0 I am getting the following message.
I am not even able to edit the curses.h and stddef.h file. Kindly help.
/usr/lib/gcc/i686-linux-gnu/4.6/include/stddef.h:353:23: error: conflicting
types for 'wint_t'
/usr/include/curses.h:241:18: note: previous declaration of 'wint_t' was
here
make[3]: *** [terminal.lo] Error 1
make[3]: Leaving
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