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't have a wireless card and I can'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 'conic' option inside 'pkg-config'), and I get the following message on the tablet:
<br><br>"error while loading shared libraries: libconic.so.0: cannot open shared object file: No such file or directory"<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'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>