Results 1 to 3 of 3
Hello everyone,
I'm tryieng to install some software which requares php. I typed:
Code:
./configure --with-php=/usr/include/php
But in the end of configuration I get this warning:
Code:
configure: WARNING: unrecognized ...
- 07-25-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 6
configure command on fedora using prefix --with-php
Hello everyone,
I'm tryieng to install some software which requares php. I typed:
But in the end of configuration I get this warning:Code:./configure --with-php=/usr/include/php
on Ubuntu systems it is ok. Everything installs ok. But on fedora I can not configure my software with php.Code:configure: WARNING: unrecognized options: --with-php
How can I do it?
Please help..
- 07-25-2010 #2
What are you trying to install?
For many programs, you can get the list of available configure options with
Code:./configure --help
- 07-26-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 6
configure command on fedora using prefix --with-php
I'm trying to install Xaira server. This server is used in searching in a large corpus. I need to create web app and Xaira is almost all I need.


Reply With Quote