Where should I put .so files in Ubuntu. In other words, w开发者_如何学运维hat is the standard/convention for this.
/usr/lib is the folder for Libraries for the binaries in /usr/bin/ and /usr/sbin/. /usr/local/lib is the tertiary structure for binaries specific to the machine.
精彩评论