OpenSSH 4.6p1 build problem on opensuse10.2
- From: "leonardz@xxxxxxxxxxxx" <leonardz@xxxxxxxxxxxx>
- Date: 14 Mar 2007 09:29:23 -0700
When building openssh4.6p1 on opensuse 10.2, I cannot get the build to
work with libedit.
I have added explicit lines to LDFLAGS to point to both /usr/lib64/
libedit.so and /usr/lib64/libcurses.so and the build still fails.
Any ideas?
PS: the build works without libedit.
Details:
I have both libedit and ncurses libraries and the includes installed
and I get from config.log:
configure:11776: checking for el_init in -ledit
configure:11812: gcc -o conftest -g -O2 -Wall -Wpointer-arith -
Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99
conftest.c -ledit -lcurses
-lutil -lz -lnsl >&5
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/
bin/ld: cannot find -lcurses
collect2: ld returned 1 exit status
configure:11818: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
......
| main ()
| {
| return el_init ();
| ;
| return 0;
| }
configure:11836: result: no
configure:11849: error: libedit not found
.
- Prev by Date: ssh hang after SSH2_MSG_KEXINIT sent
- Next by Date: Re: Random Hang problem after SSH2_MSG_SERVICE_ACCEPT
- Previous by thread: ssh hang after SSH2_MSG_KEXINIT sent
- Next by thread: Re: Random Hang problem after SSH2_MSG_SERVICE_ACCEPT
- Index(es):