Displaying 8 results from an estimated 8 matches for "ledit".
Did you mean:
edit
2009 Apr 08
3
libedit not found on SUse 11.1
...+
CPPFLAGS=' -I/usr/l
+ test -n '' + test -n ''
+ LDFLAGS='-L/usr/lib64/lib -fstack-protector-all -L/usr/lib +
LDFLAGS='-L/usr/lib64/lib -fstack-protector-all -L
+ echo 'configure:12260: checking for el_init in -ledit' +
echo 'configure:12260: checking for el_in
+ echo -n 'checking for el_init in -ledit... ' +
echo -n 'checking for el_init in -ledit..
checking for el_init in -ledit... + test '' = set
checking for el_init in -ledit... + test &...
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 ->
libedit.so.0.0.27*
lrwxrwxrwx 1 root root 17 Apr 4 17:10 /usr/lib64/libedit...
2015 Apr 01
2
[LLVMdev] Dynamic linking (dlopen/dlsym) against LLVM from a C program
...Object
-lLLVMMCParser -lLLVMBitReader -lLLVMX86Info -lLLVMX86AsmPrinter
-lLLVMX86Utils -lLLVMInterpreter -lLLVMJIT -lLLVMCodeGen
-lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa
-lLLVMAnalysis -lLLVMTarget -lLLVMExecutionEngine -lLLVMMC -lLLVMCore
-lLLVMSupport -lz -lpthread -lffi -ledit -ltinfo -ldl -lm -lm
And the error I'm getting from dlopen is ERROR: could not load
library "/home/stark/src/pgjit/pgjit.so":
/home/stark/src/pgjit/pgjit.so: undefined symbol:
_ZTVN10__cxxabiv120__si_class_type_infoE
The NEEDED lines list all the non-llvm libraries but none of th...
2016 Feb 29
0
Problems with samba 4.3 and Bind_DLZ - ddns not working
...3
- bind with dlopen-support:
IND 9.10.3-P3 <id:bdaecad>
built by make with '--localstatedir=/var' '--disable-linux-caps'
'--with-dlopen=yes' '--disable-symtable' '--with-randomdev=/dev/random'
'--with-libxml2=/usr/local' '--with-readline=-ledit'
'--sysconfdir=/usr/local/etc/namedb' '--disable-fetchlimit'
'--disable-filter-aaaa' '--disable-fixed-rrset' '--without-geoip'
'--with-idn=/usr/local' '--enable-ipv6' '--enable-largefile'
'--disable-newstats' '--wit...
2010 Mar 26
12
[Bug 1744] New: libedit support shouldn't assume -lcurses
...AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: imorgan at nas.nasa.gov
Created an attachment (id=1824)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1824)
Use pkg-config to determine linker options for libedit
Currently, building sftp with libedit support assumes that -ledit
depends on -lcurses. However, libedit may depend on -lncurses or
-ltermcap instead. On SLES 10 for example, libncurses may exist but
not libcurses.
Perhaps pkg-config should be used to check what libraries are required.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
-...
2010 Mar 16
9
openssh-5.5p1
Hi,
We will probably do an openssh-5.5p1 release soon, mainly for the
sshd_config:AuthorizedKeysFile bug, but containing a few other small
patches too. If you have any portability fixes that need to go in then
2014 Feb 04
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
First error: head file related. Strangely, this code has been there a
while, which makes me think that the HAVE_ARC4RANDOM is somehow now showing
up as set whereas perhaps it didn't used to be.
tfiala at tfiala2:~/lldb/svn/lgs/build$ make
make[1]: Entering directory `/mnt/ssd/work/svn/lgs/build/lib/Support'
llvm[1]: Compiling Process.cpp for Debug+Asserts build
In file included from
2014 Sep 17
2
[LLVMdev] fail to compile latest llvm?
...checking for python >= 2.5... /usr/bin/python (2.7.5)
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... no
checking for library containing setupterm... -lcurses
checking for library containing el_init... -ledit
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... non...