Hey There, If you're using php with apache and mysql (which near as I can tell is what you're doing) you don't need dev-tools, as php is shipped with MacOS X.
Simply uncomment the "AddModule" and "LoadModule" lines for php4 in /etc/httpd/httpd.conf Also, uncomment the "AddType" lines for php4 In summary, you should have these lines in your httpd.conf: LoadModule php4_module libexec/httpd/libphp4.so AddModule mod_php4.c AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Good Luck, -Russell On Fri, 21 Feb 2003, EOS Technologies wrote: > while installing the latest version of php on my mac i cam across the > following problem: > > [Jezebel:/apps/php-4.3.0] root# ./configure --with-mysql --with-apxs > loading cache ./config.cache > checking for Cygwin environment... no > checking for mingw32 environment... no > checking for working sed... sed > checking host system type... powerpc-apple-darwin6.4 > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > > can anyone help me out with this? tell me what it means? > > i am a complete begging as far as the unix side of os x is concerned so keep > it simple please! > > thanks > ian > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php