>PHP Fatal error:  Unable to start session mm module in Unknown on line 0
Seems to be a bug in the alpha packages
(http://lists.debian.org/debian-alpha/2002/debian-alpha-200201/msg00080.html
).  Work arounds I'd suggest you try, in order of easiest to hardest :

1) is libmmll installed?  (apt-cache show libmmll).  If not, install it
(apt-get install libmmll). 

2) Make sure your php4.ini file uses "files" for session managment
It should look something like ...

[Session]
; Handler used to store/retrieve data.
session.save_handler = files

; Argument passed to save_handler.  In the case of files, this is the path
; where data files are stored.
session.save_path = /tmp

etc...

3) If that still doesn't work, this previous thread suggested
echo "33554432" > /proc/sys/kernel/shmmax 
to increase shared mem (may not work)

4) recomplie with the option --no-session

5) install NetBSD

-i
[EMAIL PROTECTED]
http://www.wienand.org
> 
**********************************************************************
CAUTION: This message may contain confidential information intended only for the use 
of the addressee named above. If you are not the intended recipient of this message, 
any use or disclosure of this message is prohibited.  If you received this message in 
error please notify Mail Administrators immediately.  You must obtain all necessary 
intellectual property clearances before doing anything other than displaying this 
message on your monitor.  There is no intellectual property licence.  Any views 
expressed in this message are those of the individual sender and may not necessarily 
reflect the views of Woolworths Ltd.
**********************************************************************
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to