Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2014-06-01 00:57:47

  marianciu - Użytkownik

marianciu
Użytkownik
Skąd: Wrocław
Zarejestrowany: 2011-02-04

Brak biblioteki libassuan.so.0 dla Rhytymbox

Cześć,

Kiedy próbuję uruchomić rhytymbox-a, dostaje komunikat:

Kod:

rhythmbox: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory

kiedy próbuje doinstalować bibliotekę, widoczne mam tylko następujące:

Kod:

# apt-get install libassuan
libassuan0      libassuan0-dbg  libassuan-dev

Ale żadna z nich po zainstalowaniu nie naprawia problemu.

Czy myślicie, że prze-kompilowanie tej biblioteki pomoże?
https://www.gnupg.org/%28de%29/related_software/libassuan/index.html


Debian Jessie Amd64, Xfce 4.10

Offline

 

#2  2014-06-01 09:28:23

  Red_Fedora - Użytkownik

Red_Fedora
Użytkownik
Skąd: Piękna kraina nad Sierpienic
Zarejestrowany: 2013-06-03

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

A inne playery działają? Np clementine?
Pokaż też co program odpalony z konsoli pluje.


[img]http://static1.wikia.nocookie.net/__cb20130812121419/nonsensopedia/images/2/2b/Pinkie_pie.gif[/img]
Po co myśleć racjonalnie? Najważniejsze jest to by było zabawnie!

Offline

 

#3  2014-06-01 11:37:40

  mati75 - Psuj

mati75
Psuj
Skąd: default city
Zarejestrowany: 2010-03-14
Serwis

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

Niby tutaj jest: https://packages.debian.org/pl/jessie/i386/libassuan0/filelist Spróbuj rhythmbox z sida zainstalować.


[img]https://l0calh0st.pl/obrazki/userbar.png[/img]

Offline

 

#4  2014-06-01 12:20:25

  marianciu - Użytkownik

marianciu
Użytkownik
Skąd: Wrocław
Zarejestrowany: 2011-02-04

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

[quote=Red_Fedora]A inne playery działają? Np clementine?
Pokaż też co program odpalony z konsoli pluje.[/quote]
Inne playery działają bez problemu.

Jedyne co pluje po odpaleniu rhytymbox to jest to, co napisałem powyżej:

Kod:

rhythmbox: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory

Debian Jessie Amd64, Xfce 4.10

Offline

 

#5  2014-06-01 12:23:10

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

[quote=marianciu]Jedyne co pluje po odpaleniu rhytymbox to jest to, co napisałem powyżej:

Kod:

rhythmbox: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory

[/quote]
Po zainstalowaniu [deb]libassuan0[/deb]?

Offline

 

#6  2014-06-01 20:27:26

  marianciu - Użytkownik

marianciu
Użytkownik
Skąd: Wrocław
Zarejestrowany: 2011-02-04

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

[quote=yossarian][quote=marianciu]Jedyne co pluje po odpaleniu rhytymbox to jest to, co napisałem powyżej:

Kod:

rhythmbox: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory

[/quote]
Po zainstalowaniu [deb]libassuan0[/deb]?[/quote]
Tak dokładnie.

Kod:

root@debian:~# apt-get install libassuan0
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności       
Odczyt informacji o stanie... Gotowe
libassuan0 is already the newest version.
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 195 nieaktualizowanych.
root@debian:~# rhythmbox
rhythmbox: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory

Debian Jessie Amd64, Xfce 4.10

Offline

 

#7  2014-06-01 20:37:04

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

Kod:

apt-cache policy libassuan0 rhythmbox
updatedb && locate libassuan.so.0

Dlaczego uruchamiasz z roota?

Offline

 

#8  2014-06-01 21:32:33

  marianciu - Użytkownik

marianciu
Użytkownik
Skąd: Wrocław
Zarejestrowany: 2011-02-04

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

Root-a uruchomiłem demonstracyjnie - ale dla zwykłego usera identycznie wynik wygląda.

Kod:

root@debian:~# apt-cache policy libassuan0
libassuan0:
  Zainstalowana: 2.1.1-1
  Kandydująca:   2.1.1-1
  Tabela wersji:
 *** 2.1.1-1 0
        500 http://ftp.pl.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
root@debian:~# updatedb && locate libassuan.so.0
root@debian:~#

Debian Jessie Amd64, Xfce 4.10

Offline

 

#9  2014-06-01 21:56:24

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

Po przeinstalowaniu:

Kod:

aptitude -o DPkg::Options::=--force-confmiss reinstall libassuan0

Podaj jeszcze raz poprzednie wyniki.

Offline

 

#10  2014-06-01 23:19:23

  marianciu - Użytkownik

marianciu
Użytkownik
Skąd: Wrocław
Zarejestrowany: 2011-02-04

Re: Brak biblioteki libassuan.so.0 dla Rhytymbox

Kod:

# apt-cache policy libassuan0
libassuan0:
  Zainstalowana: 2.1.1-1
  Kandydująca:   2.1.1-1
  Tabela wersji:
 *** 2.1.1-1 0
        500 http://ftp.pl.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status

Kod:

root@debian:~# updatedb && locate libassuan.so.0
/usr/lib/x86_64-linux-gnu/libassuan.so.0
/usr/lib/x86_64-linux-gnu/libassuan.so.0.4.1

Teraz się rhytymbox uruchomił, ale strasznie dużo wypluł na konsole:

Kod:

@debian:~$ rhythmbox

(rhythmbox:4917): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

(rhythmbox:4917): Gtk-CRITICAL **: gtk_css_provider_load_from_path: assertion 'path != NULL' failed

(rhythmbox:4917): GLib-GIO-CRITICAL **: g_settings_new_with_path: assertion 'path_is_valid (path)' failed

(rhythmbox:4917): GLib-GIO-CRITICAL **: g_settings_new_with_path: assertion 'path_is_valid (path)' failed

(rhythmbox:4917): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(rhythmbox:4917): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(rhythmbox:4917): GLib-GIO-CRITICAL **: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_get_type: assertion 'value != NULL' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed

(rhythmbox:4917): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(rhythmbox:4917): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(rhythmbox:4917): GLib-GIO-CRITICAL **: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_get_type: assertion 'value != NULL' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

(rhythmbox:4917): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed
Unable to open ~/.mtpz-data for reading, MTPZ disabled.sys:1: Warning: object SoupServer 0x17c14f0 finalized while still in-construction
sys:1: Warning: Custom constructor for class SoupServer returned NULL (which is invalid). Please use GInitable instead.

(rhythmbox:4917): Rhythmbox-WARNING **: Unable to grab media player keys: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon was not provided by any .service files

(rhythmbox:4917): Gtk-CRITICAL **: gtk_builder_get_object: assertion 'GTK_IS_BUILDER (builder)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_builder_get_object: assertion 'GTK_IS_BUILDER (builder)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

(rhythmbox:4917): libdmapsharing-WARNING **: DACP browsing not started

(rhythmbox:4917): Gtk-CRITICAL **: gtk_builder_get_object: assertion 'GTK_IS_BUILDER (builder)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_builder_get_object: assertion 'GTK_IS_BUILDER (builder)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

(rhythmbox:4917): libdmapsharing-WARNING **: DACP browsing not started

(rhythmbox:4917): Gtk-CRITICAL **: gtk_builder_get_object: assertion 'GTK_IS_BUILDER (builder)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_builder_get_object: assertion 'GTK_IS_BUILDER (builder)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

(rhythmbox:4917): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

(rhythmbox:4917): libdmapsharing-WARNING **: DACP browsing not started

Debian Jessie Amd64, Xfce 4.10

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)

[ Generated in 0.021 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00010 SET CHARSET latin2
0.00004 SET NAMES latin2
0.00131 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.146.105.137' WHERE u.id=1
0.00071 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.146.105.137', 1715319091)
0.00061 SELECT * FROM punbb_online WHERE logged<1715318791
0.00052 SELECT topic_id FROM punbb_posts WHERE id=268834
0.00134 SELECT id FROM punbb_posts WHERE topic_id=25916 ORDER BY posted
0.00061 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=25916 AND t.moved_to IS NULL
0.00005 SELECT search_for, replace_with FROM punbb_censoring
0.00143 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=25916 ORDER BY p.id LIMIT 0,25
0.01168 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=25916
Total query time: 0.0184 s