Hacker News new | past | comments | ask | show | jobs | submit login

Realistically, are you using SQLite if you can’t compile and source control your rev of the codebase? Is that really a big deal?



Yes, it's extremely common to be using it and not even be compiling anything yourself, let alone C or any support libraries.


`sqlite3_rsync` must be installed on the remote host too, so now you're cross-compiling for all the hosts you manage. It also must be installed into the PATH the ssh uses, which for a number of operating systems doesn't include /usr/local/bin. So I guess you're now placing your sshd config under configuration management to allow that.

These tasks aren't that challenging but they sure are a yak shave.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: