The Following User Says Thank You to vandys For This Useful Post: | ||
![]() |
2013-01-11
, 22:59
|
Posts: 12 |
Thanked: 6 times |
Joined on May 2012
|
#32
|
Heya Andy.
I'm not quite sure what I've done wrong here.
[1|user@Nokia-N800-43-7|/usr/local/bin]./llib pianobar
./llib: line 9: pianobar: not found
[1|user@Nokia-N800-43-7|/usr/local/bin]ls
llib pianobar
The only thing I did was make llib and pianobar executable.
If I try to launch this as root, I then get the following error.
[1|root@Nokia-N800-43-7|/usr/local/bin]./llib pianobar
pianobar: error while loading shared libraries: libao.so.4: cannot open shared object file: No such file or directory
Do I have all of my permissions set wrongly?
Also, does Vagalume still work for anyone here?
Mine seems to have stopped working several days ago.
![]() |
2013-01-12
, 07:24
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#33
|
The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2013-01-12
, 19:09
|
Posts: 78 |
Thanked: 109 times |
Joined on Jan 2012
@ Washington State
|
#34
|
![]() |
2013-01-12
, 21:53
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#37
|
The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2013-01-13
, 01:18
|
Posts: 78 |
Thanked: 109 times |
Joined on Jan 2012
@ Washington State
|
#38
|
![]() |
2013-01-22
, 10:32
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#39
|
The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2013-02-07
, 10:29
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#40
|
The Following User Says Thank You to Addison For This Useful Post: | ||
It looks like you need to add /usr/local/bin to your PATH:
PATH=$PATH:/usr/local/bin
I didn't try running it as root, and don't think that's a good direction to try for bringing it up. It should be set up so "user" can execute the binaries and read the libraries, and that should be sufficient to get it running.
Andy