Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2009 09:05:25 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Kikachi Kozumi <kikachi@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: phpMyAdmin install stopped in dependency 'libXau-1.0.4'
Message-ID:  <4AD82945.2050503@infracaninophile.co.uk>
In-Reply-To: <876d4ae10910151251g191a7a94g896fc57af54a6d72@mail.gmail.com>
References:  <876d4ae10910151251g191a7a94g896fc57af54a6d72@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig181B36626018F59167B7A716
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Kikachi Kozumi wrote:
> Hi,
>=20
> I tried installing phpMyAdmin in an ezjail created jail already
> installed with apache22, mysql and php5 running FreeBSD 7.1-RELEASE
> i386 with no X11 (headless).
> The port install failed when dependency 'libXau-1.0.4' configure
> couldn't find gnome-config:
>=20
> ...
> checking for XAU... gnome-config: not found
> configure: error: Package requirements (xproto) were not met.
> ...
>=20
> I'm not sure if this issue is specific to my system or is it a ports
> issue but I found that libXau-1.0.4 was in the ports tree since
> January 2009 so it's less likely to be an issue with the port itself.
>=20
> Right now I'm not sure if the required gnome-config is lost from my
> system or was never there in the 1st place. What can I do to continue
> with phpMyAdmin installation?
>=20
> I'm also curious why the phpMyAdmin port requires libX11 libraries to
> build while the phpMyAdmin website states that php, mysql and apache
> are the requirements for running phpMyAdmin?

phpMyAdmin only depends on X through one of the optional extensions:
php5-gd.  If you disable the GD and PDF options in the configuration
dialogue you'll not need to install any X related dependencies.  Or
you can rebuild graphics/gd using 'WITHOUT_X11=3Dyes' if you want to be
able to generate PDF of database schemas etc through phpMyAdmin.

Hmmm... as far as I can tell, gnome-config is not a run-time dependency
of phpMyAdmin even when compiled with all options enabled and with X11
support in the gd libraries.  Either gnome-config is a build dependency
from somewhere way down the dependency tree (ie. only needed to build=20
something, not needed to run it) or you've got a misplaced 'USE_GNOME'
somewhere.  In general, USE_FOO is for port maintainers only and shouldn'=
t
appear in /etc/make.conf or any other Makefile that gets generally includ=
ed
everywhere.  Use WITH/WITHOUT_FOO in /etc/make.conf to indicate global
preferences.  (Gentoo we ain't)

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enig181B36626018F59167B7A716
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.13 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkrYKUwACgkQ8Mjk52CukIx36wCfS7KgnGNdSziiM6c4RYQMkwh2
oScAoIQT3nUmH3lkWVHmOKCuvYIx3Y2M
=gSAh
-----END PGP SIGNATURE-----

--------------enig181B36626018F59167B7A716--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AD82945.2050503>