Announcement

Collapse
No announcement yet.

[Fixed by update] [Faulty qt4.4 from hardy backports] KeePassX no longer runs

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Fixed by update] [Faulty qt4.4 from hardy backports] KeePassX no longer runs

    ~$ keepass
    Cannot mix incompatible Qt libraries

    Anyone else seeing this lately?

    4.1.00 and 3.5.9 Hardy

    Edit: Subject edited to reflect larger problem

    #2
    Re: KeePassX no longer runs

    Adept Manager shows that package keepassx is available. From your subject line, I'll assume that keepassx is what you have. Why are you trying to execute keepass instead of keepassx?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: KeePassX no longer runs

      Originally posted by Snowhog
      Adept Manager shows that package keepassx is available. From your subject line, I'll assume that keepassx is what you have. Why are you trying to execute keepass instead of keepassx?
      That is how it runs... the package is keepassx, that is correct... but it has always run as keepass... nothing new there.

      And just for completeness:
      ~$ keepassx
      bash: keepassx: command not found

      Edit: Checking a few more apps... VLC (0.9.0-test3 Grishenko) returns the same "Cannot mix incompatible Qt libraries"


      I would not be surprised if this is directly related to my completely cavalier attitude with this install though (probably not a kde/kubuntu issue)... but if anyone knows how to resolve incompatible Qt libraries, I'd sure like to know. Thanks.

      Comment


        #4
        Re: KeePassX no longer runs

        Ok... a thread over at skype lead me to this command and results...

        ~$ ldd /usr/bin/keepass | grep -i Qt
        libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0xb7e7e000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb7556000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb731c000)

        So perhaps the problem lies within... not really sure where to go from here... anyone?

        Dang... looks like this is a bigger problem than I thought...
        https://bugs.launchpad.net/ubuntu/+s...11/+bug/227922
        https://bugs.launchpad.net/ubuntu/+s...yx/+bug/228067

        Oh yeah, it kinda stinks when you are googling for help, and your own thread is on page two... :P

        Comment

        Working...
        X