installing mysql-phpmyadmin-apache-php

2004-04-16 Thread chip
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)?
Thanks,
Chip

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing mysql-phpmyadmin-apache-php

2004-04-16 Thread Mike Maltese
 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)?

I'd just download the phpMyAdmin source from http://www.phpmyadmin.net and
install it manually. There's nothing particularly special about the port.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing mysql-phpmyadmin-apache-php

2004-04-16 Thread Matthew Seaman
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)?
 
 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=www/apache2
WITH_APACHE2=   yes

WANT_MYSQL_VER= 50

Cheers,

Matthew

-- 
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


pgp0.pgp
Description: PGP signature


Re: installing mysql-phpmyadmin-apache-php

2004-04-16 Thread Nico Meijer
Hi chip,

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)?
You get the program from http://www.phpmyadmin.net/ and install manually.

It's just a matter of unpacking whichever format you choose to download 
(tar.gz, tar.bz2) and editing the config file.

Voila... Nico
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]