<div dir="ltr">You're using Gnome here right?  My usual problem with Air is that since I'm using neither Gnome nor KDE it has no idea how to handle keyrings.  There are some environment parameters you can pass in to make it use the Gnome keyring I believe (you'll need to make sure the tools are actually installed), it's been a while since I've had to use Air though so I can't remember any specifics.<div>
<br></div><div>In your case though ldd is your friend.  It'll output the exact filenames of libraries that a dynamic excutable will try to load, and flag any which are missing.  I don't think I've got any broken executables on this machine, but a working one will output something like the following:</div>
<div><br></div><div><div>➜  ~  ldd /bin/bash</div><div><span class="" style="white-space:pre">  </span>linux-gate.so.1 =>  (0xb77dc000)</div><div><span class="" style="white-space:pre">       </span>libtinfo.so.5 => /lib/i386-linux-gnu/libtinfo.so.5 (0xb779e000)</div>
<div><span class="" style="white-space:pre">    </span>libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb779a000)</div><div><span class="" style="white-space:pre">     </span>libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb7636000)</div>
<div><span class="" style="white-space:pre">    </span>/lib/ld-linux.so.2 (0xb77dd000)</div></div><div><br></div><div>Whilst a non-executable (including bash/tcl/php/perl/ruby/etc scripts) will output:</div><div><br></div><div>
<div>➜  ~  ldd railmap.png </div><div><span class="" style="white-space:pre">  </span>not a dynamic executable</div></div><div><br></div><div>You can also run this against a library itself:</div><div><br></div><div><div>➜  ~  ldd /lib/ld-linux.so.2 </div>
<div><span class="" style="white-space:pre">    </span>statically linked</div><div>➜  ~  ldd /lib/i386-linux-gnu/libtinfo.so.5</div><div><span class="" style="white-space:pre">    </span>linux-gate.so.1 =>  (0xb779e000)</div>
<div><span class="" style="white-space:pre">    </span>libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb75fd000)</div><div><span class="" style="white-space:pre">       </span>/lib/ld-linux.so.2 (0xb779f000)</div></div>
<div><br></div><div class="gmail_extra">Regards</div><div class="gmail_extra">Alice</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 May 2013 21:22, Brian A <span dir="ltr"><<a href="mailto:bradlug@techchico.org.uk" target="_blank">bradlug@techchico.org.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So, the WINE thing didn't work out. I don't know how I got drawn in to Windows Hell. I should have persevered with the Linux install.<div>
<br></div><div>Anyway, back to the install on Ubuntu. There was a problem reported by Adobe Air, during install, that related to the GNOME Keyring. I tried various things with the Keyring but had no luck.</div>
<div>It looked like the keyring wasn't being seen by the Air installation. So, I wondered if the files were in the wrong place. After all, some coders will look to Red Hat based Fedora as their first call - whereas the most popular desktop is Ubuntu. </div>

<div>I did a 'locate' on the keyring to find out where the various files were located. To cut a long story short I wondered if Air was looking in /usr/lib rather than the  deeper directory in which it resides on Ubuntu 12.04. This was my thought because the directory on Ubuntu was <a href="http://usr/lib/i386-linux-gnu/" style="color:rgb(52,101,164)" target="_blank">/usr/lib/i386-linux-gnu/</a> which takes no account of 64 bit installations. So I tried a couple of symbolic links and it worked!!</div>

<div><br></div><div>So this is a rough guide on how to get Zinio working on Ubuntu 12.04. If you have a different distro have a look to see where those linked files exist on your distro and alter the links accordingly.</div>

<div><br></div><div>From this list:</div><div><a style="color:rgb(52,101,164)" href="http://helpx.adobe.com/air/kb/archived-air-sdk-version.html" target="_blank">http://helpx.adobe.com/air/kb/archived-air-sdk-version.html</a><br>

</div><div>Download:</div><div>Adobe AIR 2.6.0 Linux (15.4 MB) Runtime<br></div><div><br></div><div>Download the Zinio app via:</div><div><a style="color:rgb(52,101,164)" href="http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air" target="_blank">http://imgs.zinio.com/zinio-reader/installers/AdobeAIRInstaller</a><br>

</div><div><br></div><div>Most people will be aware of the command for symbolic links but, if not, the syntax is:</div><div>ln -s targetFileOrDirectoryWithPath nameOfLinkWithPath</div><div>I effectively put a couple of files into /usr/lib via these symbolic links:</div>

<div>sudo ln -s <a style="color:rgb(52,101,164)" href="http://usr/lib/i386-linux-gnu/libgnome-keyring.so.0" target="_blank">/usr/lib/i386-linux-gnu/libgnome-keyring.so.0</a>  <a style="color:rgb(52,101,164)" href="http://usr/lib/libgnome-keyring.so.0" target="_blank">/usr/lib/libgnome-keyring.so.0</a><br>

sudo ln -s <a style="color:rgb(52,101,164)" href="http://usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0" target="_blank">/usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0</a>  <a style="color:rgb(52,101,164)" href="http://usr/lib/libgnome-keyring.so.0.2.0" target="_blank">/usr/lib/libgnome-keyring.so.0.2.0</a></div>

<div><br></div><div>Right click > Properties > Permissions on AdobeAIRInstaller.bin, within Nautilus File Manager and set to allow execution - or via the command line as you wish.</div><div><br></div>
<div>I think I used sudo for the next command but it should be OK without.</div><div>Go to the directory where the downloaded Air file exists then execute :-</div><div>./AdobeAIRInstaller.bin</div><div>
to install it.</div><div><br></div><div>Then, in Nautilus,  simply double click on the ZinioReader4.air file to install.</div><div><br></div><div>That's it!</div><span class="HOEnZb"><font color="#888888"><div><br></div>
<div>
Brian</div></font></span></div>
<br>_______________________________________________<br>
Bradford mailing list<br>
<a href="mailto:Bradford@mailman.lug.org.uk">Bradford@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/bradford" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/bradford</a><br>
<br></blockquote></div><br></div></div>