Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2007 22:21:43 +0200
From:      Nikola Lecic <nlecic@EUnet.yu>
To:        Miguel <mmiranda@123.com.sv>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: reconfigure a port after install
Message-ID:  <200708092026.l79KQbD4022971@smtpclu-5.eunet.yu>
In-Reply-To: <46BB71BA.9090908@123.com.sv>
References:  <46BB71BA.9090908@123.com.sv>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 09 Aug 2007 13:57:46 -0600
Miguel <mmiranda@123.com.sv> wrote:

> Hi, i have installed postfix + sasl2 support, so far so good but now
> i want to enable mysql auth and sasl2 was not compiled with mysql
> support, i tried desinstalling it but it claims postfix depends on
> it, so how do i add mysql support to the installed sasl2 port?
> Im using portinstall btw,
> thanks

Hello,

First change sasl options, then forcefully recompile it with depending
ports. Asuming you've chosen SASL2 option for Postfix:

  # cd /usr/ports/security/cyrus-sasl2
  # make config
	[choose MYSQL option]
  # portupgrade -f -r cyrus-sasl2

Nikola Le=C4=8Di=C4=87



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