Changes between Version 9 and Version 10 of Faq
- Timestamp:
- 11/20/2006 05:23:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Faq
v9 v10 33 33 When u get {{{PHP Warning: Unknown(): Cannot dynamically load xcache.so - dynamic modules are not supported in Unknown on line 0}}}, it's because your php is running on a arch/os that don't support dynamic load library(aka modules), to solve it: 34 34 {{{ 35 $ mv xcache php-src/ 36 $ cd php-src/ 37 php-src/ $ ./buildconf --force 38 php-src/ $ ./config.nice --enable-xcache --enable-xcache-coverager 35 #!ShellExample 36 ~ $ mv xcache php-src/ 37 ~ $ cd php-src/ 38 ~/php-src $ ./buildconf --force 39 ~/php-src $ ./config.nice --enable-xcache --enable-xcache-coverager 39 40 (or if you havn't run configure yet, use:) 40 php-src/$ ./configure --enable-xcache --enable-xcache-coverager --your-options41 php-src/$ make all42 php-src/$ make install41 ~/php-src $ ./configure --enable-xcache --enable-xcache-coverager --your-options 42 ~/php-src $ make all 43 ~/php-src $ make install 43 44 }}}

