On 11/9/2017 4:18 AM, . wrote:
When I try to locate libfann to manually install fann as an extension
to PHP, I am directed by the readme file in the downloaded file back
to the download list. There is no "libfann" available through this
download page. Please direct me to the exact location of the php_fann
dependency "libfann"
sincerely,
Mr. Jacobs
libfann is a library:
https://github.com/libfann/fann
Linux developer libraries usually begin with 'lib...'. Many Linux
package managers such as 'apt' have package names like 'lib...-dev' for
installing precompiled developer libraries (e.g. 'apt install
libfann-dev' on Debian/Ubuntu).
PHP FANN appears to be an extension that depends on libfann:
https://github.com/bukka/php-fann
You might want to open an issue or pull request on the PHP FANN
extension repo to adjust the README once you get it built successfully
to aid others who encounter the same issue.
--
Thomas Hruska
CubicleSoft President
I've got great, time saving software that you will find useful.
http://cubiclesoft.com/
And once you find my software useful:
http://cubiclesoft.com/donate/
--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php