Compiling pgAdmin4
Moved
Solved
General and Desktop
-
Ubuntu 16.04 server.
Downloaded pgAdmin sources, want to compile them and
Project MESSAGE: Building for QT5+... Project MESSAGE: Building for Linux/Mac... Project MESSAGE: Using /usr/bin/python-config Project MESSAGE: Python2 detected. Project ERROR: Unknown module(s) in QT: webkitwidgets
All answers at Google sucks.
HOW TO fix it ? Its urgent
-
Hi and welcome to devnet,
You should add which version of Qt you are using.
If using Ubuntu's provided Qt:
- check that you have all needed dev packages installed
If not:
- Use a version of Qt that still provides the QtWebKit module
- Compile the QtWebKit module yourself with your current version of Qt
- Use the QtWebkKit reboot from @Konstantin-Tokarev
-
-
Im not using qt provided by Ubuntu
I want to install Discourse. Thjis requires Postgres DB. This requires pgAdmin. This requires Qt.
I wgetted Qt in DEB. Installed. OK
pgAdmin SUCKSNOW - provide me info what Qt version has QtWebKit inside.
URGENT
@wlisik You can install official binaries of Qt from https://www.qt.io/download-open-source/#section-2, and then unpack QtWebKit Linux binaries from https://github.com/annulen/webkit/releases/tag/qtwebkit-tp5 into "5.8/gcc_64" directory