Changes between Initial Version and Version 1 of Ticket #52850
- Timestamp:
- Nov 10, 2016, 4:17:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52850
- Property Keywords quassel sqlite qt5 removed
-
Ticket #52850 – Description
initial v1 1 1 When installing Quassel from a fresh install, Quassel can't find the sqlite backend even if depedencies look fine : 2 2 3 {{{ 3 4 $/Applications/MacPorts/Quassel.app/Contents/MacOS/Quassel 4 5 … … 24 25 Unable to setup Logging Backend! 25 26 FATAL: Selected storage backend is not available: "SQLite" 27 }}} 26 28 27 28 29 {{{ 29 30 $ port installed | grep sql 30 31 qt5-sqlite-plugin @5.6.1_1 (active) 31 32 32 33 sqlite3 @3.15.1_0 (active) 34 }}}