View Single Post
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#132
Originally Posted by saponga View Post
i did not find some libs even after get meecolay installed and repo activated.
Code:
~ $ ldd /opt/forum-qml/bin/forum-qml
        libAccountSetup.so.1 => not found
        libaccounts-qt.so.1 => not found
        libgq-gconf.so.0 => /usr/lib/libgq-gconf.so.0 (0x40032000)
        libsignon-qt.so.1 => not found
        libsignoncrypto-qt.so.1 => not found
Code:
$ sudo apt-get install libAccountSetup.so.1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package libAccountSetup.so.1
So, im dieing fot that .deb.
Thanks guys !
If you have all the usual repo enabled, you should install:

apt-get install libsignoncrypto-qt libsignon-qt0 libsignon-glib0 libaccounts-qt1 libaccountsetup0
 

The Following User Says Thank You to xes For This Useful Post: