Estoy tratando de crear un enlace simbólico en Ubuntu 10.04 ((Lucid Lynx)) que 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
Y cuando lo hago /usr/bin$ ls php*
, solo obtengo:
php php5 php-config php-config5 phpize phpize5
Traté de crearlo antes, y no estoy seguro de si ejecuto un comando incorrecto ...
intenta especificar la ruta completa de phpunit
—
Heisenbug