Unable to link songbird (ln -s) and have a succefull execution.
Issue with Songbird RC1, RC2, RC3, v1.0
1 : ~/Songbird/ is moved to /usr/share/ and renamed 'songbird' (mv ~/Songbird/ /usr/share/songbird)
2: A link is created to /usr/bin/ (ln -s /usr/share/songbird/songbird /usr/bin/Songbird)
3: Songbird is executed ('Songbird' or '/usr/bin/Songbird')
and the result is :
'
Songbird: Cannot execute .
'
Information :
ls -l /usr/bin/Songbird :
lrwxrwxrwx 1 root root 28 nov 29 17:00 /usr/bin/Songbird -> /usr/share/songbird/songbird
Work fine with Songbird 0.7.
1 : ~/Songbird/ is moved to /usr/share/ and renamed 'songbird' (mv ~/Songbird/ /usr/share/songbird)
2: A link is created to /usr/bin/ (ln -s /usr/share/songbird/songbird /usr/bin/Songbird)
3: Songbird is executed ('Songbird' or '/usr/bin/Songbird')
and the result is :
'
Songbird: Cannot execute .
'
Information :
ls -l /usr/bin/Songbird :
lrwxrwxrwx 1 root root 28 nov 29 17:00 /usr/bin/Songbird -> /usr/share/songbird/songbird
Work fine with Songbird 0.7.
5
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?I had the same problem on Fedora 10.
But I solved it by linking to /Songbird/songbird-bin
$ ln -s /usr/share/Songbird/songbird-bin /usr/bin/songbird
Hopefully it will work for you! -
Inappropriate?joao, thanks for the advice.
I hesitate to use this solution since songbird contains quite a lot of shell code and must be there for a reason. I wouldn't like to ignore it.
However, I did try it, and unfortunately it did not work:
songbird: error while loading shared libraries: libjemalloc.so: cannot open shared object file: No such file or directory
Executing songbird from the Songbird directory works fine.
Thanks.
Danny
I’m sad
-
Inappropriate?Found this simple solution on here which is to write a script to change to the Songbird directory and then exec songbird.
#!/bin/sh
cd /path/to/Songbird
./songbird
Don't for get to do chmod u+x on the script to make it executable.
I’m happier
1 person says
this answers the question
Loading Profile...




