Re: eusqlite installation on Linux
- Posted by mattlewis (admin) Dec 23, 2010
- 1402 views
dukester said...
Merry almost Christmas!
Where does the .so file actually live? /usr/lib/ or /usr/local/lib/? I've got it living in the latter at the moment. The symlink should be created from /usr/lib/ to /usr/local/lib/ - is that correct? Because if it is, my system is choking on that - saying that the file already exists in /usr/local/lib/. Chris maybe you can clear up the instructions on the wiki? TIA...
Generally, /usr/lib is reserved for your package manager, and /usr/local/lib is for the system administrator (presumably, you). Your system should be able to use it from either location, though you may need to run ldconfig or update LD_LIBRARY_PATH.
Matt