| Andrei Verovski 2004-05-19, 2:33 pm |
| Hi,
I very am sorry for off-topic question, but I have encountered problem I am
sinply cannot solve.
I have compiled and installed (precisely following instruction) turck-mmcache
2.4.6 for Apache2-2.0.49-23/php4-4.3.4-43.3 on SuSE 9.1.
Unfortunately, I cannot start Apache2 with turck-mmcache enabled, I am getting
this error message.
Please note I have php4_session installed and defined BEFORE mmcache in
php.ini. I have even installed ALL other php4 extensions from SuSE 9.1.
/usr/sbin/httpd2-prefork: error while loading shared
libraries: /usr/lib/php/extensions/mmcache.so: undefined symbol:
php_session_register_module
[Tue May 18 22:11:01 2004] [notice] suEXEC mechanism enabled
(wrapper: /usr/sbin/suexec2)
[Tue May 18 22:11:01 2004] [warn] Init: Session Cache is not configured [hint:
SSLSessionCache]
[Tue May 18 22:11:01 2004] [notice] Digest: generating secret for digest
authentication ...
[Tue May 18 22:11:01 2004] [notice] Digest: done
/usr/sbin/httpd2-prefork: error while loading shared
libraries: /usr/lib/php/extensions/mmcache.so: undefined symbol:
php_session_register_module
Anyone have an idea how to fix this?
Thanks in advance
Andrei
-------------------------------------------------
Here is what I have added to php.ini at the bottom:
extension="mmcache.so"
mmcache.shm_size="16"
mmcache.cache_dir="/tmp/mmcache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="0"
mmcache.compress="1"
|