I'm trying to install lpsolve using this: http://jeyroz.tumblr.com/post/605709794/lpsolve-php So, I'm trying to execute commands:
$ phpize
$ ./configure --enable-maintainer-zts --with-phplpsolve[version]=../..
$ make
$ make test
When I execute phpize, it says:
configure.in:3: warning: prefer named diversions
configure.in:3: warning: prefer named diversions
Not sure if this is normal.
When I execute ./configure --enable-maintainer-zts --with-phplpsolve55=../..
, it says:
WARNING: unrecognized options: --enable-maintainer-zts
and then there is some checking and error.
configure: error: Invalid phplpsolve55 library, make_lp() not found
Can anyone help me?