Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:
    Code:
    ./configure --with-php=/usr/include/php
    But in the end of configuration I get this warning:
    Code:
    configure: WARNING: unrecognized options: --with-php
    on Ubuntu systems it is ok. Everything installs ok. But on fedora I can not configure my software with php.

    How can I do it?

    Please help..

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    What are you trying to install?

    For many programs, you can get the list of available configure options with
    Code:
    ./configure --help

  3. #3
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...