これを使用して lpsolve をインストールしようとしています: http://jeyroz.tumblr.com/post/605709794/lpsolve-php だから、コマンドを実行しようとしています:
$ phpize
$ ./configure --enable-maintainer-zts --with-phplpsolve[version]=../..
$ make
$ make test
phpizeを実行すると、次のように表示されます。
configure.in:3: warning: prefer named diversions
configure.in:3: warning: prefer named diversions
これが正常かどうかはわかりません。
を実行する./configure --enable-maintainer-zts --with-phplpsolve55=../..
と、次のように表示されます。
WARNING: unrecognized options: --enable-maintainer-zts
and then there is some checking and error.
configure: error: Invalid phplpsolve55 library, make_lp() not found
誰でも私を助けることができますか?