Re: pgadmin server-status does not display

From: Walter Nordmann <wnordmann(at)gmx(dot)de>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgadmin server-status does not display
Date: 2016-11-11 14:34:33
Message-ID: 06edf7ed-a0d4-ae2f-bf70-1a85126f133c@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi dave,

Am 11.11.2016 um 14:17 schrieb Dave Page:a.
> May be you should add an info about returned data in the debug log?
> something like "77 lines received"
> We've released the last ever version of pgAdmin III now, so that
> change won't happen I'm afraid.
>
Yes, pgadmin3 is closed - talking about pgadmin4 - may be it has been
done there.
>> First i'll use a network sniffer (wireshark) to see the answer sent to the
>> client.
seeing the ethernet-packes on the network. must be something on MY
client side :( But i would like to use pgadmin4 anyway.
>> Next i'll install pgadmin4 from source (no big problem for me but using
>> packets for such a tool is much easier)
Problems making pgadmin4

/opt/install/postgresql/pgadmin4/pgadmin4-1.1/runtime$ qmake
Project MESSAGE: Building for QT5+...
Project MESSAGE: Building for Linux/Mac...
Project MESSAGE: Using /usr/bin/python-config
Project MESSAGE: Python2 detected.
walter(at)server2:/opt/install/postgresql/pgadmin4/pgadmin4-1.1/runtime$ make
g++ -c -m64 -pipe -I/usr/include/python2.7
-I/usr/include/x86_64-linux-gnu/python2.7 -O2 -Wall -W -D_REENTRANT
-fPIC -DPYTHON2 -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB
-DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem
/usr/include/x86_64-linux-gnu/qt5 -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWebKitWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWebKit -isystem
/usr/include/x86_64-linux-gnu/qt5/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I.
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o pgAdmin4.o
pgAdmin4.cpp
...
...
...
g++ -c -m64 -pipe -I/usr/include/python2.7
-I/usr/include/x86_64-linux-gnu/python2.7 -O2 -Wall -W -D_REENTRANT
-fPIC -DPYTHON2 -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB
-DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem
/usr/include/x86_64-linux-gnu/qt5 -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWebKitWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWebKit -isystem
/usr/include/x86_64-linux-gnu/qt5/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I.
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o ConfigWindow.o
ConfigWindow.cpp
In file included from ConfigWindow.cpp:13:0:
ui_ConfigWindow.h:13:25: fatal error: QtGui/QAction: Datei oder
Verzeichnis nicht gefunden
#include <QtGui/QAction>
^

and make is right. there is no QtGui/Qaction on my system (fresh
installed qt5 dev packages)

ls -la /usr/include/x86_64-linux-gnu/qt5/QtGui
insgesamt 6656
drwxr-xr-x 2 root root 20480 Nov 11 15:09 .
drwxr-xr-x 23 root root 4096 Nov 11 15:12 ..
-rw-r--r-- 1 root root 41 Mai 25 17:46 QAbstractTextDocumentLayout
...
-rw-r--r-- 1 root root 25 Mai 25 17:46 QAccessibleTextSelectionEvent
-rw-r--r-- 1 root root 25 Mai 25 17:46 QAccessibleTextUpdateEvent
-rw-r--r-- 1 root root 25 Mai 25 17:46 QAccessibleValueChangeEvent
-rw-r--r-- 1 root root 25 Mai 25 17:46 QAccessibleValueInterface
-rw-r--r-- 1 root root 20 Mai 25 17:46
QActionEvent <-----------------------
-rw-r--r-- 1 root root 20 Mai 25 17:46 QApplicationStateChangeEvent
-rw-r--r-- 1 root root 27 Mai 25 17:46 QBackingStore
-rw-r--r-- 1 root root 2749 Mai 25 17:46 qbackingstore.h
...

sorry, if this is not the right place to send making errors.

Regards
walter

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2016-11-11 17:03:07 Re: pgadmin server-status does not display
Previous Message Jan Holst Jensen 2016-11-11 14:17:05 Re: Final pgAdmin III - v1.22.2 Released