Displaying 1 result from an estimated 1 matches for "__stub___skey_keyinfo".
Did you mean:
__stub_skey_keyinfo
2002 Feb 11
0
[PATCH]: RHL72 --with-skey linking problems
...77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_skey_keyinfo) || defined (__stub___skey_keyinfo)
choke me
#else
f = skey_keyinfo;
#endif
;
return 0;
}
configure:6044: result: no
configure:6050: error: ** Incomplete or missing s/key libraries.
--8<--
A _workaround_ is:
--8<--
--- openssh-3.0.2p1.orig/configure Sun Dec 2 01:38:55 2001
+++ openssh-3.0.2p1/configure Tue Feb 12 00:09...