<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic dynamic library issue after simple install on Mac OSX 10.8.3 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-library-issue-after-simple-install-on-mac-osx-10-8-3/m-p/282901#M236031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got a new mac a few weeks back and thought I’d try installing alfresco onto the mac. I have used windows (and some unix) most of my career, so thought a switchover would be a good change. I'm running with osx 10.8.3 and just grabbed the simple alfresco community installer (dmg file) for the latest release 4.2.c. I ran the install without any problems logged into Share and created a site just to see if everything was running. I wanted to install a custom amp and the customization requires using Lucene and not Solr, so I followed the procedure I found here &lt;/SPAN&gt;&lt;A href="http://deepak-keswani.blogspot.com/2012/12/how-to-disable-solr-enable-lucene-on.html" rel="nofollow noopener noreferrer"&gt;http://deepak-keswani.blogspot.com/2012/12/how-to-disable-solr-enable-lucene-on.html&lt;/A&gt;&lt;SPAN&gt; for flipping over to Solr. I've followed that process before on Windows and it worked fine. I then restarted my mac.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After rebooting, I then thought I'd try installing my custom amp and dropped it into the amps folder (alfresco was not running yet) and went to run apply_amps.sh in the bin directory. After doing that, I got a symbol not found error for each of the java cmds in the apply_amps shell script (see the first one below). Has anyone seen this before or have any thoughts on how to resolve it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dyld: Symbol not found: __cg_jpeg_resync_to_restart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Expected in: /Applications/alfresco-4.2.c/common/lib/libJPEG.dylib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./apply_amps.sh: line 12:&amp;nbsp; 5889 Trace/BPT trap: 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java -jar $ALF_HOME/bin/alfresco-mmt.jar install $ALF_HOME/amps &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 23:05:58 GMT</pubDate>
    <dc:creator>jrosler</dc:creator>
    <dc:date>2013-05-23T23:05:58Z</dc:date>
    <item>
      <title>dynamic library issue after simple install on Mac OSX 10.8.3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-library-issue-after-simple-install-on-mac-osx-10-8-3/m-p/282901#M236031</link>
      <description>Hi All,I got a new mac a few weeks back and thought I’d try installing alfresco onto the mac. I have used windows (and some unix) most of my career, so thought a switchover would be a good change. I'm running with osx 10.8.3 and just grabbed the simple alfresco community installer (dmg file) for the</description>
      <pubDate>Thu, 23 May 2013 23:05:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-library-issue-after-simple-install-on-mac-osx-10-8-3/m-p/282901#M236031</guid>
      <dc:creator>jrosler</dc:creator>
      <dc:date>2013-05-23T23:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic library issue after simple install on Mac OSX 10.8.3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-library-issue-after-simple-install-on-mac-osx-10-8-3/m-p/282902#M236032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking at another posting, it seemed like some dynamic libraries were wrong. I went ahead and removed (renamed) the incorrect ones and then created symbolic links to the correct mac libraries into the &amp;lt;alf install&amp;gt;/common/lib folder. It was just these three libraries for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib /Applications/alfresco-4.2.c/common/lib/libJPEG.dylib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib /Applications/alfresco-4.2.c/common/lib/libTIFF.dylib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libiconv.2.dylib /Applications/alfresco-4.2.c/common/lib/libiconv.2.dylib&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 13:16:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-library-issue-after-simple-install-on-mac-osx-10-8-3/m-p/282902#M236032</guid>
      <dc:creator>jrosler</dc:creator>
      <dc:date>2013-05-24T13:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic library issue after simple install on Mac OSX 10.8.3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-library-issue-after-simple-install-on-mac-osx-10-8-3/m-p/282903#M236033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking at another posting, it seemed like some dynamic libraries were wrong. I went ahead and removed (renamed) the incorrect ones and then created symbolic links to the correct mac libraries into the &amp;lt;alf install&amp;gt;/common/lib folder. It was just these three libraries for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib /Applications/alfresco-4.2.c/common/lib/libJPEG.dylib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib /Applications/alfresco-4.2.c/common/lib/libTIFF.dylib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libiconv.2.dylib /Applications/alfresco-4.2.c/common/lib/libiconv.2.dylib&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 13:16:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-library-issue-after-simple-install-on-mac-osx-10-8-3/m-p/282903#M236033</guid>
      <dc:creator>jrosler</dc:creator>
      <dc:date>2013-05-24T13:16:19Z</dc:date>
    </item>
  </channel>
</rss>

