gpt4 book ai didi

php - 通过 PEAR 安装 phpDocumentor, "command not found"

转载 作者:行者123 更新时间:2023-12-02 04:44:05 25 4
gpt4 key购买 nike

我在 CentOS 机器上通过 PEAR 安装 phpDocumentor 时遇到问题,我什至不知道这是否与 pear 或 php 相关。

以下是我执行的命令及其输出:

# pear -v install phpdoc/phpDocumentor
## http://pastebin.com/2ijRG9KW

# /usr/local/bin/phpdoc
-bash: /usr/local/bin/phpdoc: No such file or directory

# tree -a -h /usr/local/lib/php/phpDocumentor/
## http://pastebin.com/NjynYKPL

我已经包含了树命令,因为我认为那里有些地方不对...

乍一看,这是 PEAR 还是 phpDocumentor 的问题?

编辑

尝试过

# whereis phpdoc
phpdoc: /usr/local/bin/phpdoc

但是

# cd /usr/local/bin
# ls -l | grep -i phpdoc
lrwxrwxrwx. 1 root root 48 Nov 23 21:46 phpdoc -> /usr/local/lib/php/phpDocumentor2/bin/phpdoc.php
-rwxr-xr-x. 1 root root 1039 Nov 24 21:31 .tmpphpdoc*

猜猜...

-bash: cd: /usr/local/lib/php/phpDocumentor2: No such file or directory

但是有一个 phpDocumentor 文件夹(而不是 phpDocumentor2),其目录树在这个 pastebin 上可用

最佳答案

我遇到了同样的问题,发现我的文件夹/usr/local/bin中没有phpdoc链接

为了解决这个问题,我使用了 pear config-show 来查看 PEAR Bin 目录的位置,然后创建了一个符号链接(symbolic link),其中的 phpdoc 文件那个位置。

我的 PEAR Bin 目录设置为:/usr/local/Cellar/php55/5.5.8/bin/

我的本​​地 Bin 目录设置为:/usr/local/bin

创建链接:

ln -s/usr/local/Cellar/php55/5.5.8/bin/phpdoc/usr/local/bin/phpdoc

关于php - 通过 PEAR 安装 phpDocumentor, "command not found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20181438/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com