>The I uncommented the LoadModule php4_module /usr/lib/apache/1.3/libphp4.so line again, >stopped apache, tried to restart it and it failed.
>This was the apache error log: >[Tue Aug 30 22:09:06 2050] [notice] caught SIGTERM, shutting down >PHP Fatal error: Unable to start session mm module in Unknown on line 0 There are a number of bugs related to your problem. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119902 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=112093 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119688 There appear to be two methods to get around your problem. 1) increased shared memory : on the command line do this echo "33554432" > /proc/sys/kernel/shmmax 2) Remove /tmp/session_mm.sem or give access permission to the user running php4. >From one of the bug reports, I believe this problem and these solutions are listed in the readme file for the php4 package (I don't have access to a debian box right now, so I can't confirm). Did you know you can get lots of information on your packages in /usr/share/doc/packagename? -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
