On Saturdayen den 18 May 2002 07.21, David Walser wrote: > With the current imp3 package in contrib, everytime > you login it asks you to do maintenance, and whethere > you do it (dunno if it sucessfully does it) or skip it > it asks you again next time you log in.
Is it a php thingy? All php web applications needs to be changed to require nessesary php extensions in order to work. This is because the current php setup when most php extensions are split into subpackages. For example php-4.2.0 + php-common + mod_php does not provide session, posix etc. These are now availible as php-session, php-posix, etc. -- Regards // Oden Eriksson
