Hi Gabriel,<br><br>So dpkg-query says liblash2 is installed but then <br><br>$ dpkg-query -listfiles liblash2<br>/.<br>/usr<br>/usr/lib<br>/usr/lib/liblash.so.1.1.1<br>/usr/share<br>/usr/share/doc<br>/usr/share/doc/liblash2<br>

/usr/share/doc/liblash2/README<br>/usr/share/doc/liblash2/NEWS.gz<br>/usr/share/doc/liblash2/copyright<br>/usr/share/doc/liblash2/changelog.Debian.gz<br>/usr/share/doc/liblash2/AUTHORS<br>/usr/lib/liblash.so.1<br><br>I&#39;m getting my liblash2 package from FalkTX&#39;s PPA...<br>

There seems to be something wrong there.<br><br>I&#39;ll try compiling it and see if it works...<br><br>Thanks a lot !!<br><br>jy<br><div class="gmail_quote">2011/1/6 Gabriel M. Beddingfield <span dir="ltr">&lt;<a href="mailto:gabrbedd@gmail.com">gabrbedd@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
Hi jy,<div class="im"><br>
<br>
On Thu, 6 Jan 2011, jy wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
strange thing actually,<br>
I just tried uninstalling/reinstalling hydrogen and liblash2<br>
<br>
and now even though apt-get says liblash2 is installed, i can&#39;t find it :<br>
<br>
$ sudo locate liblash<br>
</blockquote>
<br></div>
Don&#39;t use locate for stuff like this.  It&#39;s info that is cached daily into a database.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
$ ls -l /usr/lib/liblash*<br>
lrwxrwxrwx 1 root root   16 2011-01-06 19:20 /usr/lib/liblash.so.1 -&gt;<br>
liblash.so.1.1.1<br>
-rw-r--r-- 1 root root 9420 2011-01-04 21:05 /usr/lib/liblash.so.1.1.1<br>
</blockquote>
<br></div>
This means that liblash2 is not installed or not installed properly.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
$ ldd hydrogen<br>
ldd: ./hydrogen: No such file or directory<br>
</blockquote>
<br></div>
Sorry... should be...<br>
<br>
   $ ldd /usr/bin/hydrogen<br>
<br>
     -- or --<br>
<br>
   $ ldd $(which hydrogen)<br>
<br>
...but that&#39;s no matter because it appears to be an installation issue with lash.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
looks like the documentation for liblash2 is there (even the deb in the<br>
cache), but it&#39;s not installed.<br>
<br>
I tried purging and reinstalling liblash2. it&#39;s still not here....<br>
</blockquote>
<br></div>
This will tell you if it&#39;s installed or not:<br>
<br>
   $ dpkg-query --list liblash2<br>
<br>
If it&#39;s installed, this will tell you what files it provides:<br>
<br>
   $ dpkg-query --listfiles liblash2<br>
<br>
If it says that it provides /usr/lib/liblash2.so.2.1.1 -- but the file is actually missing -- then you have an installation issue with liblash2.<br>
<br>
Note that /usr/lib/liblash2.so.2 is always a symbolic link to the *real* so-file.<br><font color="#888888">
<br>
-gabriel<br>
<br>
</font></blockquote></div><br>