-1

I installed PHP-FANN on laravel/homestead version '8.1.0' by the following command:

sudo apt-get install libfann-dev

After that fann.so should add to php extension directory, but i cant find it. Can anyone help me?

javad m
  • 358
  • 5
  • 9

1 Answers1

1

That is only part of the process,

sudo pecl install fann

or use remmi's repo and install it that way.

Terre Porter
  • 63
  • 2
  • 9