Subject: Re: binary package linkage
To: None <port-vax@netbsd.org>
From: James K. Lowden <jklowden@schemamania.org>
List: port-vax
Date: 01/11/2003 11:23:55
On Fri, 10 Jan 2003 18:21:59 -0800 (PDT), Brian Chase <vaxzilla@jarai.org>
wrote:
> > but last night, the report looked like this (from memory):
> >
> >          -ltermcap.0 => libtermcap.so.0
> >          -lintl.0 => libintl.so.0
> >          -lc.12 => libc.so.12
> >
> > As you might guess, ld.so complained about not finding
> > libtermcap.so.0.4, because the default ld.so.conf has only
> > "/usr/local/lib".
>
>   radiant# ldd ./bash
>            -ltermcap.0 => /usr/lib/libtermcap.so.0
>            -lintl.0 => /usr/lib/libintl.so.0
>            -lc.12 => /usr/lib/libc.so.12
> 
> I /think/ it's okay.  But I'll go through the process of removing and
> reinstalling the package on my system, to double-check, when I get home.

Brian, 

Thank you.  Perhaps there's something peculiar about what I did (although
I can't think of anything).  It was definitely looking for
libtermcap.so.0.4, even though libtermcap.so.0.5 was installed.  Setting a
symlink for 0.4 to 0.5 didn't relieve the ld.so complaints.  

Regards, 

--jkl