You are not logged in.
Pages: 1
Has nobody noticed, that the latest totem (1.0.4) doesn't work with the latest hal (0.5.2-3) ?
totem: error while loading shared libraries: libhal.so.0: cannot open shared object file: No such file or directory
I bumped on that something like one month ago, when 1.0.4 was released. I silently downgraded totem to 1.0.3 and hal to a previous version. It's still not fixed though. Or is it only me?
MDK
Open Source Software Operations/Nokia
michael.kostrzewa (at) nokia.com
Offline
Do you have /usr/lib/libhal.so on your system? If not, reinstall hal.
Totem starts fine here. I get the error
** (totem:5144): WARNING **: Could not connect to system bus: Failed to connect to socket /var/lib/dbus/system_bus_socket: No such file or directory
on start-up but it's probably because hal and dbus are not running.
Offline
I don't have libhal.so.0 , that's obvious. I have libhal.so.1 , which is in the latest hal package. If you look at the contents of the hal-0.5.2-3 package you'll see there is no longer libhal.so.0 there. In other words - there was an api change.
Either the packaged totem has to be recompilled to work with the latest hal (dunno if that's possible) or the dependencies should be corrected.
MDK
Open Source Software Operations/Nokia
michael.kostrzewa (at) nokia.com
Offline
Update: I actually tried doing symlink libhal.so.1 -> libhal.so.0
Totem fails anyhow with:
totem: symbol lookup error: /opt/gnome/lib/libnautilus-burn.so.1: undefined symbol: hal_initialize
MDK
Open Source Software Operations/Nokia
michael.kostrzewa (at) nokia.com
Offline
Is your system up-to-date? Try reinstalling totem, its depends and hal.
I don't have libhal.so.0. I have libhal.so.1 and totem is using libhal.so.1:
$ ldd /opt/gnome/bin/totem |grep hal
libhal.so.1 => /usr/lib/libhal.so.1 (0xb7a1c000)
$ pacman -Q totem hal nautilus-cd-burner
totem 1.0.4-1
hal 0.5.2-3
nautilus-cd-burner 2.10.2-1
Offline
there was an api chance in a recent dbus, hence the change of version of the .so file. maybe totem hasnt updated yet..
Offline
Pages: 1