> and apparently php-4.0.6, (even though downloaded the tarball for > php4-4.2.3.tar.gz untarred it and typed ./configure --with-mysql > --with-apxs=/usr/local/sbin/apxs then .configure --enable-track-vars > --enable-force-cgi-redirect --with-gettext.
Ok, you configured, but did you actually BUILD php? (ie. did you do a 'make'?) Methinks you need to re-check your installation docs. > copied the php.ini-dist file to my apache directory /usr/local/etc/apache > and renamed it to php.ini and made sure session.use_cookies = 1 and > session.auto_start = 1. This may be different on your m achine, but I don't think that's where php.ini goes. Check the output of phpinfo() and find out which config file is being read and where it is located. > Fatal error: Maximum execution time of 30 seconds exceeded in > /usr/local/squirrelmail/functions/imap_general.php on line 49 What IMAP server are you using? Do you have an obscenely high number of messages in your INBOX? Can you use server-side sorting (and if you can, did you enable it in conf.pl?) > If anyone has any suggestions I'd be REALLY interested to hear them. I've > lost a lot of sleep over this and they want it setup yesterday at work. :( > Should also mention my <? phpinfo(); ?> file shows php-4.0.6 as working. If you still can't get it to work, post the relevant portions of your apache config, your php config, and squirrelmail's config.php file. I'm sure we can get it going. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
