-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libqt4-core/gui #37
Comments
I have noticed that INSTALL and README and commands in build_linux.sh are not al the same. $ apt-get install cmake build-essential qt5-default libssl-dev qtscript5-dev libnm-gtk-dev qttools5-dev qttools5-dev-tools And I get the bin file in bin folder, and deb package in main folder. I dont installed rpm and lintian because Im from debian, so I dont need it. I hope this would be helpfull in updating INSTALL, README and build_linux.sh file to sync information in them ;) |
Im from kali 2017.01 (based on strech debian more or less).
During apt-stage for package installation, it cant locate libqt4-core and libqt4-gui.
Instead, I installed libqtcore4 and libqtgui4. During installation of .deb file it gives this;
dpkg -i routerkeygen-Linux-x86_64.deb
Selecting previously unselected package routerkeygen.
(Reading database ... 332009 files and directories currently installed.)
Preparing to unpack routerkeygen-Linux-x86_64.deb ...
Unpacking routerkeygen (1.1.0) ...
dpkg: dependency problems prevent configuration of routerkeygen:
routerkeygen depends on libqt4-gui (>= 4.6); however:
Package libqt4-gui is not installed.
dpkg: error processing package routerkeygen (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for mime-support (3.60) ...
Errors were encountered while processing:
routerkeygen
In any case, I can find out it in application menu.
I dont open a new issue, because maybe this is correlated to new libqt package, but application automatically refresh networks, and I can stop it to copy (manually) the data. Only the keys hold on until I click on a new network.
The text was updated successfully, but these errors were encountered: