Subject: Re: skey on Solaris
To: grant beattie <grant@NetBSD.org>
From: Chris Gilbert <chris@dokein.co.uk>
List: tech-pkg
Date: 12/18/2003 20:26:37
On Fri, 19 Dec 2003 00:52:32 +1100
grant beattie <grant@NetBSD.org> wrote:

> 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.

I suspect that the wrong ld is first in the path.  The wrong one being
in /usr/ucb (or something akin to that)

Chris