I am running fedora core 2 and trying to install vlc. I downloaded the binary rpm package. After fooling around with a few --nodeps, and a --force or two I finally got everything installed. VLC then said it needed libtheora, libsysfs, and libhal, so I searched for these rpms and installed them. Now when I type vlc I get this:
[wesley@wesley wesley]$ vlc
VLC media player 0.8.1 Janus
vlc: error while loading shared libraries: vlc: undefined symbol: hal_initialize
I do have libhal installed:
[root@wesley root]# ldconfig -v | grep hal
libhal.so.0 -> libhal.so.0.0.0
[root@wesley lib]# ls -l libhal*
-rwxr-xr-x 1 root root 703 Oct 27 03:11 libhal.la
lrwxrwxrwx 1 root root 15 Jan 7 21:28 libhal.so -> libhal.so.0.0.0
lrwxrwxrwx 1 root root 15 Jan 7 21:28 libhal.so.0 -> libhal.so.0.0.0
-rwxr-xr-x 1 root root 228227 Oct 27 03:11 libhal.so.0.0.0
Is there something else I am missing?