<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";
        mso-fareast-language:EN-GB;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><pre><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Do you have libproj.so? If so, you can make a link to that file, e.g.:<o:p></o:p></span></pre><pre><o:p> </o:p></pre><pre><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>sudo ln -s /usr/lib/libproj.so /usr/lib/libproj.so.0<o:p></o:p></span></pre><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Cheers,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Saber<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Qgis-user [mailto:qgis-user-bounces@lists.osgeo.org] <b>On Behalf Of </b>Alexandre Neto<br><b>Sent:</b> 10 May 2016 10:29<br><b>To:</b> Werner Macho<br><b>Cc:</b> QGIS User<br><b>Subject:</b> Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>I only have libproj9 package and libproj-dev.<o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>Werner Macho <<a href="mailto:werner.macho@gmail.com">werner.macho@gmail.com</a>> escreveu no dia terça, 10/05/2016 às 10:20:<o:p></o:p></p></div><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm'><p class=MsoNormal>Hi,<br><br>That error:<br>OSError: libproj.so.0: cannot open shared object file: No such file or directory<br>looks a bit suspicious to me .. Are you sure the package libproj0 is installed?<br><br>regards<br>Werner<br><br><br>On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto <<a href="mailto:senhor.neto@gmail.com" target="_blank">senhor.neto@gmail.com</a>> wrote:<br>> I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily. No<br>> problem whatsoever with windows tho.<br>><br>> Couldn't load plugin crayfish due to an error when calling its initGui()<br>> method<br>><br>> OSError: libproj.so.0: cannot open shared object file: No such file or<br>> directory<br>><br>> Traceback (most recent call last):<br>>   File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in<br>> startPlugin<br>>     plugins[packageName].initGui()<br>>   File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py", line 73,<br>> in initGui<br>>     if not ensure_library_installed():<br>>   File<br>> "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py", line<br>> 133, in ensure_library_installed<br>>     load_library()<br>>   File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line 85, in<br>> load_library<br>>     lib = ctypes.cdll.LoadLibrary(libpath)<br>>   File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary<br>>     return self._dlltype(name)<br>>   File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__<br>>     self._handle = _dlopen(self._name, mode)<br>> OSError: libproj.so.0: cannot open shared object file: No such file or<br>> directory<br>><br>><br>> Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1 20151010]<br>> QGIS version: 2.15.0-Master Master, e9d3a3a<br>><br>> Python Path:<br>><br>> /usr/share/qgis/python<br>> /home/alexandre/.qgis2/python<br>> /home/alexandre/.qgis2/python/plugins<br>> /usr/share/qgis/python/plugins<br>> /usr/lib/python2.7<br>> /usr/lib/python2.7/plat-x86_64-linux-gnu<br>> /usr/lib/python2.7/lib-tk<br>> /usr/lib/python2.7/lib-old<br>> /usr/lib/python2.7/lib-dynload<br>> /home/alexandre/.local/lib/python2.7/site-packages<br>> /usr/local/lib/python2.7/dist-packages<br>> /usr/lib/python2.7/dist-packages<br>> /usr/lib/python2.7/dist-packages/PILcompat<br>> /usr/lib/python2.7/dist-packages/gtk-2.0<br>> /usr/lib/python2.7/dist-packages/ubuntu-sso-client<br>> /home/alexandre/.qgis2//python<br>><br>><br>> --<br>> Alexandre Neto<br>> ---------------------<br>> @AlexNetoGeo<br>> <a href="http://sigsemgrilhetas.wordpress.com" target="_blank">http://sigsemgrilhetas.wordpress.com</a><br>> <a href="http://gisunchained.wordpress.com" target="_blank">http://gisunchained.wordpress.com</a><br>><br>> _______________________________________________<br>> Qgis-user mailing list<br>> <a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>> List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>> Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><o:p></o:p></p></blockquote></div><div><p class=MsoNormal>-- <o:p></o:p></p></div><div><div><p class=MsoNormal>Alexandre Neto<o:p></o:p></p></div><div><p class=MsoNormal>---------------------<o:p></o:p></p></div><div><p class=MsoNormal>@AlexNetoGeo<o:p></o:p></p></div><div><p class=MsoNormal><a href="http://sigsemgrilhetas.wordpress.com">http://sigsemgrilhetas.wordpress.com</a><o:p></o:p></p></div><p class=MsoNormal><a href="http://gisunchained.wordpress.com">http://gisunchained.wordpress.com</a><o:p></o:p></p></div></div>
<br><br/>
<hr/>
<p style="font-family:arial,sans-serif; font-size:10px; color:#999;">This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.</p>
<p style="font-family:arial,sans-serif; font-size:10px; color:#999;">Whilst reasonable care has been taken to avoid virus transmission, no responsibility for viruses is  
 taken and it is your responsibility to carry out such checks as you feel appropriate.</p>
<p style="font-family:arial,sans-serif; font-size:10px; color:#999;">If this email contains a quote or offer to sell products, carry out work or perform services then our <a href="http://www.lutraconsulting.co.uk/downloads/Lutra%20Consulting%20Standard%20Terms%20and%20Conditions.pdf">standard terms and conditions</a> shall apply unless explicitly stated otherwise.</p>
<p style="font-family:arial,sans-serif; font-size:10px; color:#999;">Saber Razmjooei and Peter Wells trading as Lutra Consulting.</p>
<br/>

<br></body></html>