Hello all, I am experiencing a little problem with my code (written in c).<br>At first I wrote it at my laptop running KUbuntu (2.16 Kernel) and maemo 3.0.<br>It includes the conic.h library and uses the functions provided, and while it compiles and runs just fine on my laptop, I don&#39;t have a wireless card and I can&#39;t test it thoroughly.
<br>So I transferred the program to a Nokia N770 tablet (Internet Teblet OS 2006 edition, version 1.2006.26-8)and tried to test it on its X Terminal. Every program I tried worked just fine except the one using the conic header file (it was compiled with the &#39;conic&#39; option inside &#39;pkg-config&#39;), and I get the following message on the tablet: 
<br><br>&quot;error while loading shared libraries: libconic.so.0: cannot open shared object file: No such file or directory&quot;<br><br>What is my next step? I found something about it on the internet, about how to set the LD_LIBRARY_PATH variable, or edit the etc/ld.so.conf  but I couldn&#39;t find the file in any path so that I could do anything. Any suggestions?
<br><br>Many thanks in advance for any help.<br>