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:
[EMAIL PROTECTED]:/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:
[EMAIL PROTECTED]:/home/bags # apt-cache show dbus-1
Package: dbus-1
Priority: optional
Section: devel
Installed-Size: 836
Maintainer: D-BUS Maintainance Team <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop
da quello che ho capito pare che ci sia un conflitto, cosa posso fare per risolverlo?
grazie matteo
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

