View Single Post
  #17 (permalink)  
Old November 6th, 2003
sberlin sberlin is offline
Software Developer
 
Join Date: November 4th, 2002
Location: New York
Posts: 1,366
sberlin is flying high
Default

It didn't work? That's wierd. It looks like you might not even have the correct commands installed in the correct place. Frankly, I'm not positive how serious that is, but I imagine other things would fail too. How was OSX installed on your computer, by an upgrade or as a fresh installation? You might want to consider fixing your disk permissions using Disk Utility (under Applications, Utilities, Disk Utility).

If possible, could you open a terminal by going to Applications -> Utilities, and opening 'Terminal'? Then type the following commands at the terminal's prompt:

sh
echo $PATH
exit
cd /usr
ls
ls -1 bin | wc -l

If you could email the results to me ( sberlin@limepeer.com ) that'd be very useful.

Thanks,
Sam
Reply With Quote