Bug #1301
Quassel 0.10 OSX Package's Qt does not include postgres or sqlite support
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/30/2014
Due date:
% Done:
0%
Estimated time:
Version:
0.10.0
OS:
Mac OS X
Description
This occurs on both the monolithic and core packages.
With packaged qt
❯ quasselcore 2014-07-29 16:29:32 Warning: SslServer: Certificate file /Users/jord/Library/Application Support/Quassel/quasselCert.pem does not exist 2014-07-29 16:29:32 Warning: SslServer: Unable to set certificate file Quassel Core will still work, but cannot provide SSL for client connections. Please see http://quassel-irc.org/faq/cert to learn how to enable SSL support. 2014-07-29 16:29:32 Warning: SslServer: Certificate file /Users/jord/Library/Application Support/Quassel/quasselCert.pem does not exist () Could not initialize any storage backend! Exiting... Currently, Quassel supports SQLite3 and PostgreSQL. You need to build your Qt library with the sqlite or postgres plugin enabled in order for quasselcore to work. ❯ : process exited
With homebrew's bottled qt (https://downloads.sf.net/project/machomebrew/Bottles/qt-4.8.6.mavericks.bottle.5.tar.gz)
❯ /usr/local/quasselcore 2014-07-29 16:31:20 Warning: SslServer: Certificate file /Users/jord/Library/Application Support/Quassel/quasselCert.pem does not exist 2014-07-29 16:31:20 Warning: SslServer: Unable to set certificate file Quassel Core will still work, but cannot provide SSL for client connections. Please see http://quassel-irc.org/faq/cert to learn how to enable SSL support. 2014-07-29 16:31:20 Warning: SslServer: Certificate file /Users/jord/Library/Application Support/Quassel/quasselCert.pem does not exist ("QSQLITE") Core is currently not configured! Please connect with a Quassel Client for basic setup. 2014-07-29 16:31:20 Info: Listening for GUI clients on IPv6 :: port 4242 using protocol version 10