Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2004 08:37:05 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Mike Maltese <mike@pcmedx.com>
Cc:        questions@freebsd.org
Subject:   Re: installing mysql-phpmyadmin-apache-php
Message-ID:  <20040416073705.GB3983@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <000601c4237f$0c7bdf80$f4f0a8c0@pcmedx.com>
References:  <407F8006.6010000@wiegand.org> <000601c4237f$0c7bdf80$f4f0a8c0@pcmedx.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--ftEhullJWpWg/VHq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Apr 15, 2004 at 11:50:04PM -0700, Mike Maltese wrote:
> > I have mysql-5 and apache2 installed and working. I need to install
> > phpmyadmin but it wants to install mysql-4 and apache1. How do I prevent
> > it from installing another version of each app (can I even do this)?
>=20
> I'd just download the phpMyAdmin source from http://www.phpmyadmin.net and
> install it manually. There's nothing particularly special about the port.

Gee.  Thanks.

Actually, the versions of apache and mysql are controlled through the
dependency chain by the PHP port you install.  The phpmyadmin port
just wants to see that PHP is installed.

Setting the following in /etc/make.conf will make your system default
to apache2 and mysql-5:

    APACHE_PORT=3D    www/apache2
    WITH_APACHE2=3D   yes

    WANT_MYSQL_VER=3D 50

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--ftEhullJWpWg/VHq
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAf40hdtESqEQa7a0RAnD/AKCbtfqQ+oOFwJfbaO2jwE3C8CHGzgCfUnqL
j9Wh2vAowluu7K1eDF/Kbog=
=FmNM
-----END PGP SIGNATURE-----

--ftEhullJWpWg/VHq--



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