Ticket #21 (closed defect: invalid)
Apache start: xcache.so: undefined symbol: destroy_zend_function
| Reported by: | anonymous | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.1 |
| Component: | cacher | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | ||
| Application: | Need User Feedback: | ||
| Other Exts: | SAPI: | ||
| Probability: | Blocking: |
Description (last modified by moo) (diff)
Hi,
I try to get Apache 2.2.2 with PHP 5.1.4 to run. Without xcache it works. Compiling xcache also works without complaints. But including xcache into php.ini results in this error at apache startup:
Failed loading /usr/local/LAMP/php/5.1.4/lib/php/extensions/no-debug-non-zts-20050922/xcache.so: /usr/local/LAMP/php/5.1.4/lib/php/ext ensions/no-debug-non-zts-20050922/xcache.so: undefined symbol: destroy_zend_function
my configuration of xcache:
- /usr/local/LAMP/php/5.1.4/bin/phpize --clean
- /usr/local/LAMP/php/5.1.4/bin/phpize
- ./configure --prefix=/usr/local/LAMP/xcache/1.0 \
--with-php-config=/usr/local/LAMP/php/5.1.4/bin/php-config \ --enable-xcache
Best regards,
Christian
Change History
Note: See
TracTickets for help on using
tickets.

