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