You are not logged in.
Pages: 1
Hi, my songbird installation refuses to start:
/opt/Songbird/songbird: line 169: /opt/Songbird/./songbird-bin: No such file or directory
That is really strange, because ls -l shows me:
[sebastian@SL500 Songbird]$ ls -l /opt/Songbird/songbird-bin
-rwxr-xr-x 1 root root 36888 Jan 6 01:29 /opt/Songbird/songbird-bin
but executing ./songbird-bin in /opt/Songbird results in
bash: ./songbird-bin: No such file or directory
How can a File be inexistant if ls shows it? ![]()
Offline
try, only songbird-bin, if you are in the same directory, or /opt/Songbird/songbird-bin
Last edited by n0dix (2010-02-15 20:38:10)
Offline
That's what I did, bash says that this file doesn't exist when I try to execute it. But ls shows it as executable for everyone. ![]()
Offline
use "file /opt/Songbird/songbird-bin " and note that it is probably 64 bit while you are using 32 or vice versa...
Offline
Yes, I'm using this package. But this seems to be some more serious, other error. The same thing occured with nvidia-settings now.
Offline
This seems again to be problems with libvisual ![]()
(songbird-bin:24065): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstlibvisual.so': /usr/lib/gstreamer-0.10/libgstlibvisual.so: undefined symbol: gst_adapter_prev_timestamp
/opt/songbird/./songbird-bin: symbol lookup error: /usr/lib/python2.6/site-packages/gst-0.10/gst/_gst.so: undefined symbol: gst_task_pool_get_type
Could not initialize GStreamer: Error re-scanning registry , child terminated by signalOffline
Oh, and a lot more Errors ... :]
songbird-bin:2105): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstlibvisual.so': /usr/lib/gstreamer-0.10/libgstlibvisual.so: undefined symbol: gst_adapter_prev_timestamp
(songbird-bin:2105): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstmpegdemux.so': /usr/lib/gstreamer-0.10/libgstmpegdemux.so: undefined symbol: gst_structure_id_get
(songbird-bin:2105): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstwavpack.so': /usr/lib/gstreamer-0.10/libgstwavpack.so: undefined symbol: gst_util_uint64_scale_round
(songbird-bin:2105): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstsiren.so': /usr/lib/gstreamer-0.10/libgstsiren.so: undefined symbol: gst_adapter_prev_timestamp
e.g.
P.S.: It's a Problem with Songbird using other than Arch's gst-libs.
Workaround: edit the startingfile "Songbird" add
export LD_BIND_NOW=1
songbirdas the first lines, and everybody is happy :]
Last edited by lilith2k3 (2010-04-02 07:51:27)
Offline
Pages: 1