Keepassx on centos

Source: Internet
Author: User
Keepassx on centos

I 've been playing with centos 5 lately, and really needed keepassx on it. I ran into a few problems...

No RPMs for centos means you have to try and build from source. You also need QT-devel on the machine but it has to be version 4.3 or greater to compile.

So I had to enable atrpms-testing and use their bleeding Eding edge qt44-devel.

This conflicts with QT-devel, so you need to ditch that first if it's around. it also needed a few other dependencies that weren't picked up.

# Yum remove QT-devel qt4 dt4-devel
# Yum install gcc-C ++ libXtst-devel.x86_64 qt44 qt44-devel

for some reason, even though I didn't have QT-devel on the machine, the command line Yum found conflicts between atrpms-testing qt44-devel and QT-devel, and it took the GUI Package Manager to actually install it.

once all that lot is in place, you shoshould be able to unzip the tar and enter the keepassx directory.
# qmake-qt44
# Make
# make install

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.