View Single Post
  #4   (View Single Post)  
Old 22nd January 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Check the permissions of /usr/local/bin/skype and /usr/local/share/skype/skype

% ls -l /usr/local/bin/skype /usr/local/share/skype/skype

Both files should be executable, if they are not already executable:

# chmod a+x /usr/local/bin/skype /usr/local/share/skype/skype
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote