Subject: Re: skey on Solaris
To: Dima Veselov <kab00m@lich.phys.spbu.ru>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 12/19/2003 00:52:32
On Thu, Dec 18, 2003 at 10:24:08AM +0300, Dima Veselov wrote:

> Building skey on my Solaris 9/i386 system I got this error:
> 
> creating config.h
> ===> Building for skey-1.1.5
> ld.so.1: /usr/pkg/bin/gmake: fatal: libucb.so.1: open failed: No such file or directory
> *** Error code 137

your gmake was linked against libucb for some reason, but without the
appropriate rpath.

> Stop.
> bmake: stopped in /net/skel/export/cfarm/pkgsrc/security/skey
> 
> libucb.so.1 present in /usr/ucblib, but as I assume there should be no need in this old library?

there might be a way to force devel/gmake to ignore libucb. if not, we
probably want to add /usr/ucblib to the rpath.

g.