Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jun 2005 18:17:04 +0200
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        Avinash Piare <avinash@piare.org>
Cc:        FreeBSD-ports@freebsd.org
Subject:   Re: mysql4x-server marked as broken ?
Message-ID:  <42A32580.1070105@cs.tu-berlin.de>
In-Reply-To: <20050605125927.C803D295403@redqueen.elvandar.org>
References:  <20050605125927.C803D295403@redqueen.elvandar.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Avinash Piare wrote:

> For the last 2 days if been trying to install mysql40-server and (apart form
> mysql40) mysql41-server. I've updated my ports and src and there
> mysql40/mysql41-server isn't broken, see below.

As I understand it you want MySQL 4.0 and 4.1 simultaneously. This isn't 
possible this way. I suggest to use jails to have seperate environments, 
but this is not an quick and easy solution.

Another way would be to install the port with another prefix, e.g.

   make -DTRYBROKEN PREFIX=/somewhere install clean

But do it at your own risk. Ports that depend on a MySQL client port 
might get confused about this. You can install the second server (with 
client) as user without having write access to the package database. 
Therefore the port won't be registered, but you can use it nevertheless.

By the way: The output of pkg_version -v is often helpful for others to 
get a good overview of the installed packages.

Björn



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