|
I had a similar problem. Rehash didn't do anything visible. I did manage to fix it, though. First off I added /usr/local/bin to my path by editing the .cshrc file in my home directory.
setenv PATH "${PATH}:/usr/local/bin"
save it and then type this at % prompt:
[computername:~] username% source .cshrc
[computername:~] username% rehash
[computername:~] username% streamripper
Usage: streamripper URL [OPTIONS]
.
.
Try that and see if it works. By the way, I have no idea why it would work. Or what source actually does. But I was told to do this after amending my path in .cshrc for another program.
|