Displaying 2 results from an estimated 2 matches for "ookpik".
Did you mean:
ookie
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.so.0 ->
libedit.so.0.0.27*
-rwxr-xr-x 1 root root 180568 Dec 3 02:50 /usr/lib64/libedit.so.0.0...
2009 Apr 12
1
ssh_gssapi_check_mechanism fails
Gssapi is failing at the following statement in sshconnect2.c, ok never gets
set to 1::
ssh_gssapi_check_mechanism fails
/* Check to see if the mechanism is usable before we offer it */
while (mech < gss_supported->count && !ok) {
/* My DER encoding requires length<128 */
if (gss_supported->elements[mech].length < 128 &&