Perhaps you might want to try an mmcache list.


Andrei Verovski (aka MacGuru) wrote:

Hi,

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 Apapche2 anymore, I am getting this error message:

/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"





--
Raditha Dissanayake.
---------------------------------------------
http://www.raditha.com/megaupload/upload.php
Sneak past the PHP file upload limits.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to