[Bug 246] New: md5_crypt conflict fails
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri May 17 16:48:21 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=246
Summary: md5_crypt conflict fails
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: quelrods at mail.utexas.edu
on both a slackware 7.1 and slackware 8.0 system when attempting
--with-md5-passwords everything is fine except one line of configure:
checking for md5_crypt... no
checking config.log yields:
$ ./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 assignee.
More information about the openssh-unix-dev
mailing list