Re: error : pkg add phpMyAdmin

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthew Clarke
Date: Tuesday, April 14, 2009 - 2:29 pm

Tue, Apr 14, 2009 at 06:14:35PM +0200, Jean-Francois may have written:


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.


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.
-- 
"With your own code to haunt you, who needs users?"
				-- Maarten Wiltink
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
error : pkg add phpMyAdmin, Jean-Francois, (Tue Apr 14, 9:14 am)
Re: error : pkg add phpMyAdmin, Antoine Jacoutot, (Tue Apr 14, 9:39 am)
Re: error : pkg add phpMyAdmin, Cezary Morga, (Tue Apr 14, 9:39 am)
Re: error : pkg add phpMyAdmin, Josh Grosse, (Tue Apr 14, 9:41 am)
Re: error : pkg add phpMyAdmin, Robert, (Tue Apr 14, 9:47 am)
Re : error : pkg add phpMyAdmin, Jean-François SIMON, (Tue Apr 14, 11:11 am)
Re: Re : error : pkg add phpMyAdmin, Antoine Jacoutot, (Tue Apr 14, 11:17 am)
Re: error : pkg add phpMyAdmin, Cezary Morga, (Tue Apr 14, 11:36 am)
Re: error : pkg add phpMyAdmin, Jean-Francois, (Tue Apr 14, 12:04 pm)
Re: error : pkg add phpMyAdmin, Matthew Clarke, (Tue Apr 14, 2:29 pm)
Re: error : pkg add phpMyAdmin, Jean-Francois, (Tue Apr 14, 2:54 pm)
Re: error : pkg add phpMyAdmin, Jean-Francois, (Tue Apr 14, 3:24 pm)
Re: error : pkg add phpMyAdmin, Antoine Jacoutot, (Tue Apr 14, 3:36 pm)
Re: error : pkg add phpMyAdmin, Mattieu Baptiste, (Tue Apr 14, 3:46 pm)