Displaying 4 results from an estimated 4 matches for "__stub_md5_crypt".
Did you mean:
  __stub___md5_crypt
  
2002 May 17
0
[Bug 246] New: md5_crypt conflict fails
...lds:
  $ ./configure --with-md5-passwords --with-bsd-auth --sysconfdir=/etc/ssh
--with-ipv4-default
configure:6441: checking for md5_crypt
openssh-3.2.2p1/configure:6474: undefined reference to `md5_crypt'
    which can conflict with char md5_crypt (); below.  */
char md5_crypt ();
#if defined (__stub_md5_crypt) || defined (__stub___md5_crypt)
f = md5_crypt;
ac_cv_func_md5_crypt=no
fought w/ this an hour, played w/ editing the configure, played w/ compiling new
openssl, any help would be welcome
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the...
2000 Jul 08
1
sshd Pam problem for Redhat 6.2
...then its argument prototype would still apply.  */
char md5_crypt();
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_md5_crypt) || defined (__stub___md5_crypt)
choke me
#else
md5_crypt();
#endif
; return 0; }
configure:1754: checking for memmove
configure:1782: gcc -o conftest -g -O2 -Wall   conftest.c -lnsl -lz  -lutil
1>&5
configure:1754: checking for mkdtemp
configure:1782: gcc -o conftest -g -O2 -Wall   conftes...
2000 Sep 26
0
./configure stops: openssl prob
...then its argument prototype would still apply.  */
char md5_crypt();
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_md5_crypt) || defined (__stub___md5_crypt)
choke me
#else
md5_crypt();
#endif
; return 0; }
configure:1838: checking for memmove
configure:1866: gcc -o conftest -I/usr/local/ssl/include -Wall  -static -L/lib/security -L/lib -L/usr/local/ssl/lib -L/lib -L/lib/security -L/lib -L/usr/local/ssl -L/lib conftest....
2001 Jul 16
0
No subject
...then its argument prototype would still apply.  */
char md5_crypt();
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_md5_crypt) || defined (__stub___md5_crypt)
choke me
#else
md5_crypt();
#endif
; return 0; }
configure:3213: checking for memmove
configure:3241: cc -o conftest -g   conftest.c -lz  -lsecurity -ldb -lm -laud -lutil 1>&5
cc: Info: configure, line 3225: In this statement, the declaration for intrinsic f...