Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

./Configure PHP error

  • 27-10-2003 10:51pm
    #1
    Closed Accounts Posts: 132 ✭✭


    During configuration of php i issued the following command:
    ./configure --prefix=/usr/local/php \ --with-mysql=/usr/local/bin/mysql \ --with-apxs2=/usr/local/apache2/bin/apxs
    returned
    configure: warning: --with-mysql=/usr/share/mysql: invalid host type
    configure: warning: --with-apxs2=/usr/local/apache2/bin/apxs: invalid host type
    configure: error: can only configure for one host and one target at a time..

    Whats the story do i need to edit the httpd.conf file to insert a hostname ??

    help as always greatly appreciated...


Comments

  • Registered Users, Registered Users 2 Posts: 1,862 ✭✭✭flamegrill


    Originally posted by marrakesh
    During configuration of php i issued the following command:
    ./configure --prefix=/usr/local/php \ --with-mysql=/usr/local/bin/mysql \ --with-apxs2=/usr/local/apache2/bin/apxs
    returned
    configure: warning: --with-mysql=/usr/share/mysql: invalid host type
    configure: warning: --with-apxs2=/usr/local/apache2/bin/apxs: invalid host type
    configure: error: can only configure for one host and one target at a time..


    heh - ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs

    And all will be well. You don't give it paths to binaries except for the case of the apxs.

    Paul


  • Closed Accounts Posts: 132 ✭✭marrakesh


    Thanks Paul.. Will give that a bash this evening... :)


Advertisement