sb@wopr-mobile:/usr/src/php5> cat config.mysql
    #! /bin/sh

    './configure' \
    '--enable-debug' \
    '--with-apxs2=/usr/local/apache2/bin/apxs' \
    '--with-mysql=/usr/local/mysql' \
    '--with-mysqli=/usr/local/mysql' \
    '--with-zlib'

  produces the errors shown here

    http://www.sebastian-bergmann.de/make.txt

  Building without the

    '--with-apxs2=/usr/local/apache2/bin/apxs' \

  works fine.

-- 
  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