Re: reconfigure a port after install

2007-08-10 Thread Miguel

Nikola Lecic escribió:

On Thu, 09 Aug 2007 13:57:46 -0600
Miguel <[EMAIL PROTECTED]> 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čić
  


Thanks Nikola, it made the trick,
Regards

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


Re: reconfigure a port after install

2007-08-09 Thread Harry Jensen
On Thu, Aug 09, 2007 at 05:46:43PM -0400, Pablo Mora wrote:
> On 8/9/07, Harry Jensen <[EMAIL PROTECTED]> wrote:
> > /usr/ports/mail/postfix and simply "make configure".
> 
> is "make config"

Aaah, yes, sorry ;-)

Brgds Harry

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


Re: reconfigure a port after install

2007-08-09 Thread Pablo Mora
On 8/9/07, Harry Jensen <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 09, 2007 at 01:57:46PM -0600, Miguel 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,
>
> I don't know portinstall, but you can go into the directory
> /usr/ports/mail/postfix and simply "make configure".
>

is "make config"

-- 

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


  ASCII Ribbon Campaign
  Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

Haz todo lo que te viniere a la mano para hacer, porque Dios está contigo!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: reconfigure a port after install

2007-08-09 Thread Harry Jensen
On Thu, Aug 09, 2007 at 01:57:46PM -0600, Miguel 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,

I don't know portinstall, but you can go into the directory
/usr/ports/mail/postfix and simply "make configure".

I had same question one week ago, for another port, but anyway, it just
worked.

By the way, I'm using portmanager, and some times just "make install".

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


Re: reconfigure a port after install

2007-08-09 Thread Nikola Lecic
On Thu, 09 Aug 2007 13:57:46 -0600
Miguel <[EMAIL PROTECTED]> 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čić
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


reconfigure a port after install

2007-08-09 Thread Miguel
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"