Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 14:24:34 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        questions@FreeBSD.ORG
Subject:   Re: phpMyAdmin directory (newbie question)
Message-ID:  <20021023132434.GC16681@happy-idiot-talk.infracaninophi>
In-Reply-To: <E1B1%2BJCw1pt9EwXG@caomhin.demon.co.uk>
References:  <009501c279f9$a532c260$6b00a8c0@rb810e> <003e01c27a0c$7d023c90$fb69cecd@donatev49iknkl> <E1B1%2BJCw1pt9EwXG@caomhin.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 23, 2002 at 02:00:32PM +0100, Kevin Golding wrote:

> The easiest way is probably to just install it from ports using the
> PREFIX variable:
> 
> # make PREFIX=/usr/local/www/data-dist install clean
> 
> That puts phpMyAdmin in /usr/local/www/data-dist right from the start.
> No copying, no linking, no hassle.

You will find that:

    make MYADMDIR=/usr/local/www/data-dist/phpMyAdmin install

gives better results for this package.  This will however run into the
problem that the /usr/local/www/data-dist directory and contents will
be deleted if you ever update your apache port.  You're really meant
to break the data -> data-dist link and create your own
/usr/local/www/data directory if you are going to install your own
website:

    cd /usr/local/www
    rm data
    mkdir data
    cd /usr/ports/databases/phpmyadmin
    make MYADMDIR=/usr/local/www/data/phpMyAdmin install

	Cheers,

	Matthew
    
-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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