<HTML>
<HEAD>
<TITLE>Re: Mac Universal Binary upgrade issue</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>On 4/21/09 9:05 PM, &quot;Vansh Singh&quot; &lt;vsingh@us.counterp.com&gt; wrote:<BR>
<BR>
If we open script as text, you can see that first command that uses this utility is<BR>
<BR>
#####################################<BR>
# CHANGE executable_path for engine dylibs:<BR>
#####################################<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;# change id of VSHARED<BR>
&nbsp;&nbsp;&nbsp;&nbsp;install_name_tool -id &quot;@executable_path/../vcomponents/libvshared_fat_release.dylib&quot; &quot;$app_vcomp&quot;/libvshared_fat_release.dylib<BR>
<BR>
<BR>
*****************<BR>
<BR>
To do the same manually do next please:<BR>
<BR>
* open terminal<BR>
<BR>
* open compile app package and go to internal vcomponents folder<BR>
<BR>
* type in the terminal <BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;install_name_tool -id &quot;@executable_path/../vcomponents/libvshared_fat_release.dylib&quot; <BR>
<BR>
Then drag and drop into terminal window the libvshared_fat_release.dylib<BR>
&nbsp;&nbsp;&nbsp;&nbsp;the path to this library will be added.<BR>
<BR>
PRESS ENTER.<BR>
<BR>
Now I think you will get the same error.<BR>
<BR>
Only TWO case-sensitive &nbsp;here:<BR>
<BR>
A) libvshared_fat_release.dylib is bad. But size looks correct. <BR>
<BR>
B) YOUR install_name_tool &nbsp;have some problems.<BR>
<BR>
<BR>
-------<BR>
You can try send me offlist or put on some FTP compressed ZIP of <BR>
This Init.ShutDown.app, so I will try on my side.<BR>
I am sure it will work here, but to double check it...<BR>
<BR>
<BR>
<BR>
-- <BR>
Best regards,<BR>
<BR>
Ruslan Zasukhin<BR>
VP Engineering and New Technology<BR>
Paradigma Software, Inc<BR>
<BR>
Valentina - Joining Worlds of Information <BR>
<a href="http://www.paradigmasoft.com">http://www.paradigmasoft.com</a><BR>
<BR>
[I feel the need: the need for speed]<BR>
</SPAN></FONT>
</BODY>
</HTML>