Subject: RE: newbie learning to use packages
To: 'Perry E. Metzger ' <perry@piermont.com>
From: Larson, Timothy E. <Larson.Timothy1@mayo.edu>
List: netbsd-help
Date: 10/28/2002 18:03:58
Hmmm.  How should I know if its dependencies are installed?  It didn't complain when I ran pkg_add.

/usr/libexec/ld.so: bash: libtermcap.so.0.0: No such file or directory
/usr/libexec/ld.so: dt: libc.so.12.40: No such file or directory 

-----Original Message-----
From: Perry E. Metzger
To: Larson, Timothy E.
Cc: 'netbsd-help@netbsd.org'
Sent: 10/28/2002 2:03 PM
Subject: Re: newbie learning to use packages


"Larson, Timothy E." <Larson.Timothy1@mayo.edu> writes:
> How/where do I get shared libraries required for new packages if
> they are not already on the system?

If a package and its dependencies are installed, the shared library is
by definition installed...

Perry