Changes between Version 8 and Version 9 of BuildingFromSource
- Timestamp:
- 2006-06-05T09:04:57+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFromSource
v8 v9 47 47 ~/src/xcache $ phpize 48 48 }}} 49 49 50 and you get "configure" script now. ok, check what configure option we have. 50 51 {{{ … … 72 73 (and search inside config.log, and check Pre-requirement in this page above) 73 74 75 74 76 ~/src/xcache/build-by-moo $ make 75 77 (many output here again, check if it success or error out.) 76 78 }}} 79 80 WARNING: If you're using something like /usr/local/php/bin/phpize which isn't the 1st one found in $PATH, remember to configure --with-php-config=/usr/local/php/bin/php-config, exactly the same directory as phpize 77 81 78 82 == Installing ==

