Chand wrote:
> are you sure you've tried compiling it as a built-in module in Apache?

    $ cd /usr/src/httpd-2.0
    $ ./configure --enable-so --enable-mods-shared=ALL
    $ make
    $ make install
    $ cd /usr/src/php4
    $ ./configure --with-apxs2=/usr/local/apache2/bin/apxs
    $ make
    $ make install

  ... works just fine here,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to