Vous n'êtes pas identifié(e).
Bonjour ,
Pour installer pgAdmin4 sous linux je dois exécuter:
pgadmin4) [root@rac1 runtime]# /usr/lib/x86_64-linux-gnu/qt5/bin/qmake “DEFINES += PGADMIN4_USE_WEBKIT”
Qui me donne l'erreur suivante:
bash: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake: No such file or directory
J'ai essayé :
yum install qt5-qmake
Loaded plugins: refresh-packagekit, security, ulninfo
Setting up Install Process
No package qt5-qmake available.
Error: Nothing to do
Merci pour votre aide.
Hors ligne
Comme ça :
yum install qt5*
[root@rac1 ~]# find / -name qmake
/usr/lib64/qt5/bin/qmake
/usr/share/doc/qt5/qmake
OK.
Dernière modification par big1 (30/05/2018 09:38:16)
Hors ligne