php ./ext_skel: No such file or directory

发布于 2022-09-06 04:52:13 字数 531 浏览 15 评论 0

我在 extension_dir 目录运行出现:

./ext_skel: No such file or directory 

检查了一下的确是没有这个文件。

根据鸟哥这篇文章(http://www.laruence.com/2009/... 以及 https://mengkang.net/660.html),我把 PHP 在 linux 的扩展目录定位到 /usr/lib/php/20151012extension_dir 的值) 目录中,因为 linux 并没有像 win 下的 ext 目录

请问是我找错扩展目录了, 还是安装 PHP 的时候有问题?

跪求大神

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我不吻晚风 2022-09-13 04:52:13

你下载php源码才有~在源代码的ext目录下

终难遇 2022-09-13 04:52:13

那应该是比较老的版本,新可以看到ext目录下有个php文件ext_skel.php

$ php ./ext/ext_skel.php --help
php ext_skel.php --ext <name> [--experimental] [--author <name>]
                 [--dir <path>] [--std] [--onlyunix]
                 [--onlywindows] [--help]

  --ext <name>        The name of the extension defined as <name>
  --experimental    Passed if this extension is experimental, this creates
                        the EXPERIMENTAL file in the root of the extension
  --author <name>       Your name, this is used if --std is passed and
                        for the CREDITS file
  --dir <path>        Path to the directory for where extension should be
                        created. Defaults to the directory of where this script
             lives
  --std            If passed, the standard header and vim rules footer used
             in extensions that is included in the core, will be used
  --onlyunix        Only generate configure scripts for Unix
  --onlywindows        Only generate configure scripts for Windows
  --help                This help

$ php ./ext/ext_skel.php --ext myfunc 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文