Hi, newbie alert! I've never built anything on OS X, so I thought I'd better follow the docs by the letter. Still, no go...
When I run "make", I get a couple hundred error messages like this: > ld: multiple definitions of symbol _virtual_utime > TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_utime > in section (__TEXT,__text) > TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_utime > in section (__TEXT,__text) The steps I did: cd /Developer/PHP/php-4.2.1 ./configure --with-apxs --with-mysql --with-fbsql --enable-track-vars make I've tried without the --with-fbsql option, same result. The FAQ didn't offer a solution to this problem. What am I doing wrong? A virtual pizza for a kind soul who helps me get started! Thanks, Frank+++ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php