Finding ports

Tweax Daemon tweaxor at hijra.homeunix.com
Sun Feb 8 11:19:45 PST 2004


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



More information about the freebsd-newbies mailing list