<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.melissadata.com/index.php?action=history&amp;feed=atom&amp;title=Pentaho%3AMac</id>
	<title>Pentaho:Mac - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.melissadata.com/index.php?action=history&amp;feed=atom&amp;title=Pentaho%3AMac"/>
	<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Pentaho:Mac&amp;action=history"/>
	<updated>2026-06-10T23:18:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.melissadata.com/index.php?title=Pentaho:Mac&amp;diff=13261&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{PentahoIntroNav |QuickStartCollapse= }}  {{CustomTOC}}  Pentaho on Mac supports the following Melissa components:  *Business Coder *[...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.melissadata.com/index.php?title=Pentaho:Mac&amp;diff=13261&amp;oldid=prev"/>
		<updated>2017-08-25T23:20:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PentahoIntroNav |QuickStartCollapse= }}  {{CustomTOC}}  Pentaho on Mac supports the following Melissa components:  *&lt;a href=&quot;/index.php?title=Pentaho/Contact_Zone:Business_Coder&quot; title=&quot;Pentaho/Contact Zone:Business Coder&quot;&gt;Business Coder&lt;/a&gt; *[...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PentahoIntroNav&lt;br /&gt;
|QuickStartCollapse=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{CustomTOC}}&lt;br /&gt;
&lt;br /&gt;
Pentaho on Mac supports the following Melissa components:&lt;br /&gt;
&lt;br /&gt;
*[[Pentaho/Contact Zone:Business Coder|Business Coder]]&lt;br /&gt;
*[[Pentaho/Contact Zone:Contact Verify|Contact Verify Cloud Mode]]&lt;br /&gt;
*[[Pentaho/Contact Zone:Global Verify|Global Verify Cloud Mode]]&lt;br /&gt;
*[[Pentaho/Contact Zone:IP Locator|IP Locator]]&lt;br /&gt;
*[[Pentaho/Contact Zone:Personator|Personator]]&lt;br /&gt;
*[[Pentaho/Contact Zone:Property|Property]]&lt;br /&gt;
*[[Pentaho/Contact Zone:SmartMover|SmartMover]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To get started on Mac, follow the directions below after installing the components:&lt;br /&gt;
&lt;br /&gt;
==Change Dynamic Lib Path==&lt;br /&gt;
It will be necessary to change the dynamic lib path in &amp;lt;code&amp;gt;libmdLicenseJavaWrapper.jnilib&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;From command line run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd  /Users/&amp;lt;user_name&amp;gt;/.kettle/MD/64_bit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;otool -L   libmdLicenseJavaWrapper.jnilib &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ otool -L libmdLicenseJavaWrapper.jnilib \&lt;br /&gt;
&lt;br /&gt;
libmdLicenseJavaWrapper.jnilib:\&lt;br /&gt;
        ./libmdLicenseJavaWrapper.jnilib (compatibility version 0.0.0, current version 0.0.0)\&lt;br /&gt;
        libmdLicense.so (compatibility version 0.0.0, current version 0.0.0)\&lt;br /&gt;
        /usr/local/opt/gcc/lib/gcc/5/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.21.0)\&lt;br /&gt;
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)\&lt;br /&gt;
        /usr/local/lib/gcc/5/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Get Path From Results==&lt;br /&gt;
Use the results to get the path to &amp;lt;code&amp;gt;libmdLicense.so&amp;lt;/code&amp;gt; and run &amp;lt;code&amp;gt;install_name_tool -change &amp;lt;original path&amp;gt;  &amp;lt;new path&amp;gt; libmdLicenseJavaWrapper.jnilib&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===No Path===&lt;br /&gt;
If there is no path to &amp;lt;code&amp;gt;libmdLicense.so&amp;lt;/code&amp;gt; as above just enter &amp;lt;code&amp;gt;libmdLicense.so&amp;lt;/code&amp;gt; for &amp;lt;new path&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;Examples:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
install_name_tool -change  libmdLicense.so /Users/&amp;lt;userName&amp;gt;/.kettle/MD/64_bit/libmdLicense.so libmdLicenseJavaWrapper.jnilib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;or:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
install_name_tool -change  &amp;lt;Path from otool&amp;gt;/libmdLicense.so /Users/&amp;lt;userName&amp;gt;/.kettle/MD/64_bit/libmdLicense.so libmdLicenseJavaWrapper.jnilib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentaho]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>