[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: skype e libdbus



Cristian Versari ha scritto:
Matteo Bassi wrote:

./skype: error while loading shared libraries: libdbus-1.so.0: cannot open shared object file: No such file or directory

a questo punto ho cercato in internet le librerie che mi mancavano e le ho installate (http://www.freedesktop.org/Software/dbus) ed effettivamente nella cartella /usr/lib c'è il file libdubs-1.so.0 che punta al file libdubs-1.so.0.0.0 ma nonostante tutto mi da' sempre lo stesso errore


Magari prima prova nella debian way:

$ apt-file search libdbus-1.so.0
dbus-1: usr/lib/libdbus-1.so.0
dbus-1: usr/lib/libdbus-1.so.0.0.0

$ apt-cache show dbus-1
Package: dbus-1
Version: 0.23.4-1
Replaces: libdbus0
Depends: libc6 (>= 2.3.2.ds1-4), libexpat1 (>= 1.95.8), adduser, debianutils (>= 1.22.0)


Cristian


facendo apt-file search libdbus-1.so.0 mi da:

root@Matteo-Ubuntu:/home/bags # apt-file search libdbus-1.so.0
dbus-1: usr/lib/libdbus-1.so.0
dbus-1: usr/lib/libdbus-1.so.0.0.0


e con apt-cache show dbus-1:

root@Matteo-Ubuntu:/home/bags # apt-cache show dbus-1
Package: dbus-1
Priority: optional
Section: devel
Installed-Size: 836
Maintainer: D-BUS Maintainance Team <debian-dbus@fooishbar.org>
Architecture: amd64
Source: dbus
Version: 0.23.4-0ubuntu3
Replaces: libdbus0
Depends: libc6 (>= 2.3.2.ds1-4), libexpat1 (>= 1.95.8), adduser, debianutils (>= 1.22.0), lsb-base (>= 1.3-9ubuntu2)
Conflicts: libdbus0
Filename: pool/main/d/dbus/dbus-1_0.23.4-0ubuntu3_amd64.deb
Size: 356690
MD5sum: 5e936202c8e2fa32040b2d17fe9b4d11
Description: simple interprocess messaging system
 D-BUS is a message bus, used for sending messages between
 applications.  Conceptually, it fits somewhere in between raw sockets
 and CORBA in terms of complexity.
 .
 D-BUS supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more.  It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML.  D-BUS also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 D-BUS is still under heavy development, but is expected to be widely
 used.  It comes with several interfaces, including GLib.  See the
 description of dbus-glib-1 for more information about those.
Bugs: mailto:ubuntu-users@lists.ubuntu.com
Origin: Ubuntu
Task: ubuntu-desktop

da quello che ho capito pare che ci sia un conflitto, cosa posso fare per risolverlo?

grazie
matteo



Reply to: