> >     Ports, but according to php-info :
> >
> > './configure' '--enable-versioning' '--enable-memory-limit'
> > '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php'
> > '--disable-all' '--with-regex=php' '--with-openssl=/usr'
> > '--with-openssl-dir=/usr' '--with-apxs=/usr/local/sbin/apxs'
> > '--prefix=/usr/local' 'i386-portbld-freebsd5.3'
> 
> I suspect that your php installation does not have session and pcre support.
> 
> --disable-all removed all default php extensions and you don't have
> --with-pcre-regex and --enable-session
> 
> SquirrelMail should break on login page with session_id() function errors.
> 
> Rebuild your php install with session and pcre support. Make sure that
> mod_php4 is rebuilt too. Or explain why configure line does not show
> extensions required by squirrelmail and you are still able to use it.
>
        Sorry, I forgot :

extensions.ini:

extension=pcre.so
extension=gettext.so
extension=mbstring.so
extension=mhash.so
extension=session.so
extension=mysql.so
extension=bz2.so
extension=gd.so
extension=pdf.so
extension=zlib.so
extension=mcrypt.so
extension=xml.so
> 
> >> list of php configuration changes?
> >>
> >     php.ini :
> >
> > file_uploads = On
> > session.auto_start = 1
> 
> when you diagnose problem next time - undo your custom changes.
>
        What custom changes?
> 
> set session.auto_start to 0
> 
> SquirrelMail scripts manage session startup. Don't help them in that.
>
        I had "login" problems, and according to the FAQ if that happens,
put that in. 
> 
> Or explain why you are starting sessions in php configuration.
> 
        I've explained, but I'll take it out.

        Apaches all restarted

        Netscape on the client shutdown and restarted.

                        Thanks, Tuc


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to