2 messages in com.mysql.lists.bugsRe: Errors during "make test"
FromSent OnAttachments
Jeff Jirsa22 May 2001 08:05 
Timothy Smith22 May 2001 08:31 
Subject:Re: Errors during "make test"
From:Timothy Smith (ti@mysql.com)
Date:05/22/2001 08:31:21 AM
List:com.mysql.lists.bugs

On 2001 May 22, Jeff Jirsa <Jeff@atfi.com> wrote:

Is this anything to worry about? I am building the 3.23.38 release on FreeBSD 3.4:

Bel ow are the diffs between actual and expected results:

------------------------------------------------------- *** r/func_crypt.result Wed May 9 23:44:13 2001 --- r/func_crypt.reject Tue May 22 13:41:09 2001 *************** *** 1,2 **** encrypt('foo', 'ff') ! ffTU0fyIP09Z. --- 1,2 ---- encrypt('foo', 'ff') ! $1$ff$xvhiu9sQdaJZUFdJDyyg/1

-------------------------------------------------------

It's nothing to be worried about. It looks like your system doesn't have the DES libraries installed, and so crypt(3) is using MD5 instead.

Tim