You are not logged in.
Thanks to the guys on #archlinux I got arch to run but I keep getting errors regardless what I install. Almost everything has problems running.
See this for example - trying to run audacios, which is not the only program which fails accessing files which are there:
[manday@engine ~]$ audacious
Failed to load plugin (/usr/lib/audacious/Input/wavpack.so): libwavpack.so.1: cannot open shared object file: No such file or directory
Failed to load plugin (/usr/lib/audacious/General/lirc.so): liblirc_client.so.0: cannot open shared object file: No such file or directory
Failed to load plugin (/usr/lib/audacious/General/scrobbler.so): libcurl.so.4: cannot open shared object file: No such file or directory
Failed to load plugin (/usr/lib/audacious/General/statusicon.so): /usr/lib/audacious/General/statusicon.so: undefined symbol: AUDDBG
Failed to load plugin (/usr/lib/audacious/Visualization/paranormal.so): libSDL-1.2.so.0: cannot open shared object file: No such file or directory
Failed to load plugin (/usr/lib/audacious/Visualization/projectm.so): libSDL-1.2.so.0: cannot open shared object file: No such file or directory
Failed to load plugin (/usr/lib/audacious/Transport/lastfm.so): libcurl.so.4: cannot open shared object file: No such file or directory
Failed to load plugin (/usr/lib/audacious/Transport/neon.so): libneon.so.27: cannot open shared object file: No such file or directory
amidi-plug(amidi-plug.c:amidiplug_init:97): init, read configuration
amidi-plug(i_backend.c:i_backend_load:107): loading backend '/usr/lib/audacious/Input/amidi-plug/ap-alsa.so'
amidi-plug(i_backend.c:i_backend_load:145): backend /usr/lib/audacious/Input/amidi-plug/ap-alsa.so (name 'alsa') successfully loaded
** (audacious:7601): WARNING **: could not open 'http://www.stream-plus.com:4020', no transport plugin available
Unable to read from http://www.stream-plus.com:4020, giving up.
[manday@engine General]$ ls /usr/lib/audacious/General
alarm.so evdev-plug.so hotkey.so scrobbler.so statusicon.so
aosd.so gnomeshortcuts.so lirc.so song_change.so
The same errors occur as root, too.
Last edited by ManDay (2008-01-16 16:15:23)
Offline
Try "sudo pacman -S audacious-plugins"
Offline
These error message are there because some optional dependencies are not installed. You don't need to worry about that unless you want to use these plugins. They are listed when you install audacious-plugins:
> Optional Dependencies for audacious-plugins
>> jack-audio-connection-kit: Enable jack output.
>> curl, musicbrainz: Enable audioscrobbler plugin.
>> lirc-utils: Enable lirc plugin.
>> libmodplug: Enable modplug plugin.
>> projectm: Enable projectm visualization plugin.
>> sdl: Enable paranormal visualization plugin.
>> neon: Enable playback of http and other web streams.
>> fluidsynth: Enable fluidsynth amidi-plug backend support.
>> wavpack: Enable wavpack input support.
Offline
The statusicon.so problem is not because of a missing dependency, something is going on there. I have the same problem.
Offline