Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2004 12:37:40 -0600
From:      Tweax Daemon <tweaxor@hijra.homeunix.com>
To:        freebsd-newbies@freebsd.org
Subject:   Re: Finding ports
Message-ID:  <20040208183740.GA83271@hijra.homeunix.com>
In-Reply-To: <B9F8B2B0AB64B8469DA467A654DC33951DA616@EXCHANGE.campus.stcloudstate.edu>
References:  <B9F8B2B0AB64B8469DA467A654DC33951DA616@EXCHANGE.campus.stcloudstate.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 08, 2004 at 12:21:42PM -0600, Pratt, Benjamin E. wrote:
> I think what is being asked is how to find out what has fetchmail as a dependency, not what dependencies does fetchmail have.

I think ldd is the right tool. to get a listing of shared libraries required
> # ldd /usr/local/bin/fetchmail

/usr/local/bin/fetchmail:
	libintl.so.5 => /usr/local/lib/libintl.so.5 (0x28096000)
	libopie.so.2 => /usr/lib/libopie.so.2 (0x2809f000)
	libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280a8000)
	libmd.so.2 => /usr/lib/libmd.so.2 (0x280c1000)
	libkvm.so.2 => /usr/lib/libkvm.so.2 (0x280ca000)
	libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x280d0000)
	libssl.so.3 => /usr/lib/libssl.so.3 (0x280d2000)
	libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x28101000)
	libc.so.4 => /usr/lib/libc.so.4 (0x281f8000)
	libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28291000)
 Is this similar to want your talking about?  
> Ben

-- 
                             \ ||| / 
++Pat                |        (o o)
++hijra.homeunix.com | ----oo0-(_)-0oo----
++To err is human, to forgive, beyond the scope of the Operating System.
GPG Fingerprint: 3D9B BDB8 E5AD 7F0C DA1D  299E DCE8 9915 44B9 005C



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040208183740.GA83271>