You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this yields me a working executable on my machine running ubuntu 20.04. But when I move this executable to a LXD container running ubuntu 20.04, I get the following error:
ubuntu@container:~$ ./my-project-exe
terminate called after throwing an instance of 'std::runtime_error'what(): [oatpp::sqlite::Executor::getConnection()]: Error. Can't connect.Aborted (core dumped)ubuntu@container:~$ sudo ./my-project-exe terminate called after throwing an instance of 'std::runtime_error' what(): [oatpp::sqlite::Executor::getConnection()]: Error. Can't connect.
Aborted (core dumped)
Looks like the database file db.sqlite fails to create. How can I eliminate this error?
The text was updated successfully, but these errors were encountered:
I am building a project with the given
CMakeLists.txt
withconan
:Using this yields me a working executable on my machine running ubuntu 20.04. But when I move this executable to a LXD container running ubuntu 20.04, I get the following error:
Looks like the database file
db.sqlite
fails to create. How can I eliminate this error?The text was updated successfully, but these errors were encountered: