Subject: Re: HEADS UP (Re: 1.5.x openssl problems)
To: Urban Boquist <urban@boquist.net>
From: None <itojun@iijlab.net>
List: current-users
Date: 09/03/2002 06:55:11
>I think I found the cause of this. I did a "make build" on the latest
>netbsd-1-5 branch and noticed that the libdes* symlinks were installed
>in the root directory (/), instead of in /usr/lib:
>
>The problem seems to be in src/lib/libcrypto/Makefile, it uses a
>variable ${_LIBSODIR} which is empty. Setting it to ${LIBDIR}
>seems to fix the problem.

	_LIBSODIR is set in bsd.own.mk, at least in 1.6 tree.

itojun