It looks like right after installing there is a problem :

at http://<localhost>/phpMyAdmin/index.php : a red line with
"phpMyAdmin - Erreur"
"Erreur lors du do?=marrage de la session, veuillez vo?=rifier les erreurs
indiquo?=es par PHP ou dans le fichier to?=moin du serveur web, et configurer
PHP
correctement."

Then from apache error log :

[Wed Apr 15 00:17:04 2009] [error] PHP Warning:  session_start() [<a
href='function.session-start'>function.session-start</a>]:
open(/tmp//sess_kt447gtf9i2qj3f74b3jve2abdf8fgi8, O_RDWR) failed: Permission
denied (13) in /phpMyAdmin/libraries/session.inc.php on line 87
[Wed Apr 15 00:17:04 2009] [error] PHP Warning:  Unknown:
open(/tmp//sess_kt447gtf9i2qj3f74b3jve2abdf8fgi8, O_RDWR) failed: Permission
denied (13) in Unknown on line 0
[Wed Apr 15 00:17:04 2009] [error] PHP Warning:  Unknown: Failed to write
session data (files). Please verify that the current setting of
session.save_path is correct () in Unknown on line 0

I made the sym link as stated - did I miss something ?
What are basic tests to find the root ?
any idea ?

Thank you.

Le mardi 14 avril 2009 23:54:50, vous avez C)crit :
> Thanks for that hint, it helped.
>
> Rgs,
> JF
>
> Le mardi 14 avril 2009 23:29:51 Matthew Clarke, vous avez C)crit :
> > Tue, Apr 14, 2009 at 06:14:35PM +0200, Jean-Francois may have written:
> > > Hello,
> > > Can you please help me with this :
> > >
> > > $ sudo pkg add phpMyAdmin-2.11.7.1.tgz
> > > Can't install php5-gd-5.2.6: lib not found X11.11.1
> >
> > phpMyAdmin needs php5 and the php5 GD extension.  There are two versions
> > of that extension, one that needs X libraries and one that doesn't.  By
> > default, pkg_add is picking the one that needs those libraries.
> >
> > > Dependencies for php5-gd-5.2.6 resolve to: jpeg-6bp3, php5-core-5.2.6,
> > > t1lib-5.1.0p1, png-1.2.28
> > > Full dependency tree is libiconv-1.12,jpeg-6bp3,libxml-2.6.32p1,php5-
> > > core-5.2.6,t1lib-5.1.0p1,gettext-0.17,png-1.2.28
> > > Can't install php5-gd-5.2.6: lib not found Xpm.8.0
> > > Can't install php5-gd-5.2.6: lib not found freetype.16.1
> > > Can't install phpMyAdmin-2.11.7.1: can't resolve php5-gd-5.2.6
> > >
> > > FYI box is 4.4 fresh install, i386, working as a server, so graphic
> > > support.
> >
> > I'll assume here you meant "no graphic support", and by that you mean
> > that you did not install the X sets.  Since pkg_add picked the GD
> > extension package that needs X libraries, you get the error.
> >
> > Use:
> >
> >     $ sudo pkg_add -i phpMyAdmin
> >
> > and pkg_add will recognize that there are two versions of the php5 GD
> > extension package available and ask you which one to install.  Use the
> > one whose name includes "no_x11".
> >
> > Alternatively, you can install package php5-gd-5.2.6-no_x11.tgz manually
> > first, then install phpMyAdmin.
> >
> > Matt.

Reply via email to