[imp] upgrading PHP from 3 to 4 with IMP

Doug Curtis doug.curtis@world-mail.org
Fri, 18 May 2001 11:39:14 -0400 (EDT)


I've run into this a few times with other programs.  There is probably 
a "cleaner" way to do this but all I did was create a symbolic link 
to /var/lib/mysql/mysql.sock in /tmp.

IE; ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock

Of course, this may not be identical to your install but you get the idea.

Doug

Quoting Tracy Bost <tbost@ifarm.com>:

> Ok. I installed php4 and phpinfo() is working, showing the needed
> support,
> but I
> get the following error when going to IMP.
> 
> Please let me know what I have possibly done wrong.
> 
> Warning: Can't connect to local MySQL server through socket
> '/tmp/mysql.sock' (111) in /home/httpd/horde-phplib/db_mysql.inc on line
> 73
> 
> Warning: Can't connect to local MySQL server through socket
> '/tmp/mysql.sock' (111) in /home/httpd/horde-phplib/db_mysql.inc on line
> 73
> 
> Warning: Can't connect to local MySQL server through socket
> '/tmp/mysql.sock' (111) in /home/httpd/horde-phplib/db_mysql.inc on line
> 73
> 
> 
> 
> ----- Original Message -----
> From: "Doug Curtis" <doug.curtis@world-mail.org>
> To: <imp@lists.horde.org>
> Sent: Thursday, May 17, 2001 12:57 PM
> Subject: Re: [imp] upgrading PHP from 3 to 4 with IMP
> 
> 
> > I've heard there are some differences in the preferences file for
> PHP.
> Php 4
> > uses php.ini.  I think php3 uses a different config file but I can't
> remember.
> >
> > Doug
> >
> > Quoting Tracy Bost <tbost@ifarm.com>:
> >
> > > I would like to upgrade my version of php 3.0.17 to the  4.
> > > I'm running IMP 2.2 . Will this upgrade undo my installation of imp
> &
> > > horde in particular?
> > > Its all been running so smooth for the last 10 months, I don't won't
> to
> > > mess with it, if that will be a problem.
> > >
> > >
> > >  Thanks
> > >    Tracy
> > >
> >
> > --
> > IMP mailing list: http://horde.org/imp/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
> 
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>