우분투 10.04 ((Lucid Lynx))에 심볼릭 링크를 만들려고합니다.
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
그리고 내가 할 때 나는 /usr/bin$ ls php*
단지 얻는다 :
php php5 php-config php-config5 phpize phpize5
전에 만들려고했는데 잘못된 명령을 실행하는지 확실하지 않습니다 ...
phpunit의 전체 경로를 지정하십시오
—
Heisenbug