no install sqlite3shell in the folder /usr/bin/ is intentionally? #99
Replies: 2 comments 1 reply
-
The reason why of my questions is because I am using multiple cipher in Yocto Project, then after to execute |
Beta Was this translation helpful? Give feedback.
-
You are not doing anything wrong. The SQLite shell is not installed on purpose. Typically, users only want to install the SQLite library. However, you may change the file
to
and removing the line
should do the trick. Thereafter you need to run |
Beta Was this translation helpful? Give feedback.
-
Hi, I did this steps:
Finally I did the make install and I get this:
However, the sqlite3shell is not include in the /usr/bin/. I have execute this commands.
I am doing something wrong or, no install sqlite3shell in the folder /usr/bin/ is intentionally?
thanks for the help in advance!
Beta Was this translation helpful? Give feedback.
All reactions