> Hello, > > > I am running a box with SuSE 9.1 installed. I have Apache 2.0.49, PHP > 4.3.4, Squirrelmail 1.4.2-44. > > > My webserver is running great, and php appears to be working as I can > view php pages I put into my web server directory. When I try to access > the main squirrelmail page I get the following error: > > Fatal error: Call to undefined function: session_id() in > /srv/www/htdocs/squirrelmail/functions/global.php on line 293 > > > I am assuming that this is more a php problem than a squirrelmail > problem. Has anyone run into this before and can anyone point me in the > right direction?
SquirrelMail needs session and pcre support in php. You have disabled session support in your php install. --enable-session --with-pcre-regex ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.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
