|
the SQLiteGeo package contains a copy of the libproj.so shared library. [libproj.so doesn't seems to be widely available; many Linux distros offers no support at all] but if your Linux system supports some kind of proj4 package its better you install and use the official one, to avoid any confusion. |
|
Linux 64 bits architecture is supported by corresponding xxxx-linux-x86_64-xxxxx packages. Very unlikely SQLite and SpatiaLite will be used to manage huge databases, so there is no good reason to use them at all. [the main reason to use a 64 bits architecture is in that you are not constrained by the 4 GB memory limit implied by the 32 bits architecture]. Anyway, they are here. |
| Usually shared libraries must be placed in the /usr/lib directory | or in the /usr/lib64 directory if they use the 64 bits architecture |