I am trying to install Lapack to use it with PHP (http://php.net/manual/en/book.lapack.php) as it is the only PHP library that I have found that contains computations for singular values.
I am on a Ubuntu 14.04 server with Apache2.
I have installed gfortran and liblapack-dev as instructed on other websites, but they all stop short of describing how to include it. In short, I get an qerror when calling a static function from Lapack, saying that it is not a defined class.
I figure that my next step is enabling the extension, but despite following this question (How to check which PHP extensions have been enabled/disabled in Ubuntu Linux 12.04 LTS?) I found no mention of Lapack. How should I resume to install Lapack for PHP? Thanks!