<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Infusion Technology Solutions Blog&#187; otool</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/otool/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Determine Dynamic Library Dependencies For An Executable or Library File in OS X</title>
		<link>http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 22:21:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[checklibs]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[ldd]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[otool]]></category>
		<category><![CDATA[shared library]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/</guid>
		<description><![CDATA[This script uses otool -L to determine and print all dynamic library dependencies of a given executable or library file recursively and you use it like this: $ checklibs.pl /bin/ls /bin/ls: /usr/lib/libgcc_s.1.dylib /usr/lib/libncurses.5.4.dylib /usr/lib/libSystem.B.dylib /usr/lib/libgcc_s.1.dylib: /usr/lib/libSystem.B.dylib /usr/lib/libncurses.5.4.dylib: /usr/lib/libgcc_s.1.dylib /usr/lib/libSystem.B.dylib /usr/lib/libSystem.B.dylib: /usr/lib/system/libmathCommon.A.dylib Here’s the script which was written by Marc Liyanage: #!/usr/bin/perl # # Written by [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-determine-dynamic-library-dependencies-for-an-executable-or-library-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Determine What Shared Libraries a Program Requires in OS X</title>
		<link>http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-determine-what-shared-libraries-a-program-requires-in-os-x</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 02:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[ldd]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[otool]]></category>
		<category><![CDATA[shared library]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/</guid>
		<description><![CDATA[In Linux you can use the command &#8220;ldd&#8221; to display what shared libraries a program requires. This is handy if you need to figure out what missing libraries are required to get a program running. Here is the syntax for the Linux ldd command along with example usage for it: ldd pathToExecuteable Example: ldd /usr/bin/ftp [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-determine-what-shared-libraries-a-program-requires-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

