> I tried "Tuple database tutorial" and got
> ----------------------------------------------------------------------
> Cannot resolve C library function
> Library: DLL" libsqlite3.so"
> Symbol: sqlite3_open
> DlError: libsqlite3.so: Kann die Shared-Object-Datei nicht öffnen:
> Datei oder Verzeichnis nicht gefunden
> See http://concatenative.org/wiki/view/Factor/Requirements
> ----------------------------------------------------------------------
> After some search I now use the following solution:
>
> /usr/lib$ sudo \
> ln x86_64-linux-gnu/libsqlite3.so.0 x86_64-linux-gnu/libsqlite3.so
>
> Is that the right or the best solution ?
Typically you install the "-dev" version of a package to install plain 
*.so softlinks.  E.g.:

$ sudo apt-get install libsqlite3-dev

$ dpkg -L libsqlite3-dev
...
/usr/lib/x86_64-linux-gnu/libsqlite3.so

Be sure to delete your hard link first or this may cause problems.

-- Ed


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to