Displaying 20 results from an estimated 400 matches similar to: "Error while installing libedit"
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 ->
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
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
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
2009 Apr 08
2
configure.ac libedit problem solved
Turns out that Suse 11.1 needs a soft link:
ln -s /lib64/libncurses.so.5.6 /lib64/libcurses.so
This is pretty poor error reporting....
I wonder how many carps are due to building not properly reporting errors...
Thanks
tedc
2010 Mar 26
12
[Bug 1744] New: libedit support shouldn't assume -lcurses
https://bugzilla.mindrot.org/show_bug.cgi?id=1744
Summary: libedit support shouldn't assume -lcurses
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Other
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
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
2008 Jun 09
0
[ANNOUNCE] pixman release 0.11.2 now available
A new pixman release 0.11.2 is now available. This is a development
version leading up to a stable 0.12.0 release.
Notable new features in this release include:
- SSE2 implementations of many compositing ops
(Andr? Tupinamb?)
- VMX implementations for many compositing ops
(Luca Barbato)
- Opacity based optimization for operators
(Antoine
2008 Nov 25
0
Released Sieve v0.1.1 and ManageSieve v0.11.2 for Dovecot v1.2.alpha4
Hello Dovecot users,
Since the first release of the new Sieve implementation, not that many
bugs were reported. This is probably due to the fact that it is not
tried yet by that many people. In the mean time, I did find and fix some
more bugs myself, I adapted to changes in Dovecot, wrote some more
documentation and started work on the enotify extension.
Both Sieve and ManageSieve were changed
2008 Nov 24
0
Released Sieve v0.1.1 and ManageSieve v0.11.2 for Dovecot v1.2.alpha4
Hello Dovecot users,
Since the first release of the new Sieve implementation, not that many
bugs were reported. This is probably due to the fact that it is not
tried yet by that many people. In the mean time, I did find and fix some
more bugs myself, I adapted to changes in Dovecot, wrote some more
documentation and started work on the enotify extension.
Both Sieve and ManageSieve were
2007 Feb 28
4
Ferret 0.11.2-rc3 released
Hey guys,
I''ve just removed the -fno-stack-protector flag from the release so
those who had trouble because of this should now be able to install
0.11.2-rc3. If you have any problems with this release, please let me
ASAP.
Cheers,
Dave
--
Dave Balmain
http://www.davebalmain.com/
2007 Mar 01
0
Error with new ferret
Hello there.
I get two different errors, after i installed the new ferret-version.
I havn''t seen any comments about changing the API, so there should be
no problem using acts_as_ferret as i did before:
File Not Found Error occured at <except.c>:117 in xpop_context
Error occured in fs_store.c:329 - fs_open_input
tried to open
2013 Jul 12
2
[LLVMdev] Clarification on alloca semantics
According to the language reference:
*The ‘alloca‘ instruction allocates memory on the stack frame of the
currently executing function, to be automatically released when this
function returns to its caller. The object is always allocated in the
generic address space (address space zero).*
The last sentence specifies where the memory is allocated, but it's not
clear precisely what
2014 May 05
3
[LLVMdev] 3.4 branch gcc 4.9 build error
On 04/05/2014 02:30, Tom Stellard wrote:
> On Sat, May 03, 2014 at 12:32:02AM +0100, Alp Toker wrote:
>> On 02/05/2014 20:45, Tuncer Ayaz wrote:
>>> Bump.
>>>
>>> Is it really unsupported to build llvm from scratch with gcc 4.9 and
>>> libstdc++ 4.9? Should I file a bugzilla ticket instead?
>> Obviously LLVM/clang should compile out of the box
2013 Jul 12
0
[LLVMdev] Clarification on alloca semantics
Is there any reason why it is saying "generic address space (address space
zero)" and not just "address space zero"?
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130712/2444b767/attachment.html>
2008 Dec 02
2
symlink() failure in 1.2 managesieve
I've been simultaneously learning about dovecot and experimenting with
the 1.2.alpha4. To start I built an rpm under CentOS 5.2 from:
dovecot-1.2.alpha4.tar.gz
dovecot-1.2-managesieve-0.11.2.tar.gz
dovecot-1.2.alpha4-managesieve-0.11.2.diff.gz
dovecot-1.2.alpha4.tar.gz
dovecot-1.2-sieve-0.1.2.tar.gz
and then setup with mysql to use virtual users. Mail-wise, it all
works. :)
2013 Jul 12
1
Using PauseMonitor with MixMonitor
Hi
I'm using asterisk 1.8 on CentOS 5
I'm initiating call recordings with MixMonitor and trying to pause them
with the features.conf.
Whenever I try to pause the recording the call dies. Is PauseMonitor
incompatible with MixMonitor?
Here are some key log excerpts
features reload
== Parsing '/etc/asterisk/features.conf': == Found
== Registered Feature
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote:
> Nice catch you two!!!
>
> Happy New Year
> -pd
I am much happier with this great start!
Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran?
I have made some changes to configure(.ac) so maybe my problems are
self-inflicted. But would be good to know what environment you are using.
Thanks for looking - and
2007 Mar 27
4
Error in installling gem install acts_as_ferret
Hello everybody!
I try to install ferret gem in my local machine .
It goes like this :
[root at dhcppc2 ~]# gem install ferret
Need to update 1 gems from http://gems.rubyforge.org
.
complete
Select which gem to install for your platform (i686-linux)
1. ferret 0.11.3 (ruby)
2. ferret 0.11.2 (ruby)
3. ferret 0.11.1 (ruby)
>>1
Building native extensions. This could take a while...
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