Sto cercando di creare un collegamento simbolico su Ubuntu 10.04 ((Lucid Lynx)) che dice:
me@laptop:~/PHPUnit$ ls
assertions.php LICENSE PHPUnit README.markdown
build.xml package.xml phpunit.bat Tests
ChangeLog.markdown phpunit phpunit.xml.dist
me@laptop:~/PHPUnit$ ln -s phpunit /usr/bin/phpunit
ln: accessing `/usr/bin/phpunit': Too many levels of symbolic links
E quando lo faccio /usr/bin$ ls php*
ottengo solo:
php php5 php-config php-config5 phpize phpize5
Ho provato a crearlo in precedenza e non sono sicuro di eseguire un comando errato ...