I have installed Phalcon extension sucessfully on my Linux Mint system. But after installing Phalcon devtool there is a problem. I cloned the git repo and create the link by using "sudo ln -s ~/phalcon-devtools/phalcon.php /usr/bin/phalcon" but whileing runing "sudo chmod ugo+x /usr/bin/phalcon", I am getting error "chmod: cannot operate on dangling symlink ‘/usr/bin/phalcon’"
What is the problem and how to fix it?