Page 1 of 1

checking for lapacke shared libraries... checking for LAPACK

PostPosted: Mon Mar 12, 2018 7:53 am
by LapackPHP
I have installed Lapack 3.8.0 along with Blas and lapacke following this manual http://php.net/manual/en/lapack.installation.php on Debian server. However I get this error when I use the Lapack class in my php code, Fatal error: Uncaught Error: Class 'Lapack' not found in /var/www/html/ ...
I tried to install the php extension following these steps
git clone https://github.com/ianbarber/php-lapack

cd php-lapack
phpize
./configure
make
sudo make install

However when I run ./configure I get this error https://gyazo.com/26b772e0c5ce1e7bc0d0ee9dc070f15f

It seems like it can't find where lapacke is installed...

Thanks in advance!