Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过以下命令在 laravel/homestead 版本 '8.1.0' 上安装了 PHP-FANN:
sudo apt-get install libfann-dev
之后 fann.so 应该添加到 php 扩展目录,但我找不到它。谁能帮我?
这只是过程的一部分,
sudo pecl install fann
或使用 remmi 的 repo 并以这种方式安装。