View previous topic :: View next topic |
Author |
Message |
Ward n00b
Joined: 06 Oct 2006 Posts: 74
|
Posted: Thu Nov 16, 2006 2:27 pm Post subject: Postfix emerge question |
|
|
I've installed postfix and configured it but I forgot to enable mysql support.
Is it possible to add the support without re-emerging it, or losing my configs ???
Thanks |
|
Back to top |
|
|
xoomix Guru
Joined: 02 Jan 2003 Posts: 489
|
Posted: Thu Nov 16, 2006 2:28 pm Post subject: |
|
|
You will need to re-emerge it with USE="mysql" - you won't mess any of your configs up with the re-emerge alone - it will take you extra steps to mess them up |
|
Back to top |
|
|
Ward n00b
Joined: 06 Oct 2006 Posts: 74
|
Posted: Thu Nov 16, 2006 2:30 pm Post subject: |
|
|
I have the mysql flag in my make.conf now, do i need to reload that?
Just to re-emerge -> emerge postfix ? |
|
Back to top |
|
|
xoomix Guru
Joined: 02 Jan 2003 Posts: 489
|
Posted: Thu Nov 16, 2006 2:31 pm Post subject: |
|
|
if you added the USE flag in make,conf yes, just emerge postfix again. 'emerge -av postfix' should now show you the new flag being used. |
|
Back to top |
|
|
Ward n00b
Joined: 06 Oct 2006 Posts: 74
|
Posted: Thu Nov 16, 2006 2:35 pm Post subject: |
|
|
Code: | Calculating dependencies... done!
[ebuild R ] mail-mta/postfix-2.2.10 USE="ipv6 pam ssl -cdb -hardened -ldap -mailwrapper -mbox -mysql -nis -postgres -sasl (-selinux) -vda" 0 kB |
Weird --> -mysql?
my make.conf
Code: |
USE=" apache2 authdaemond fam innodb jpeg mysql php png sasl xml" |
|
|
Back to top |
|
|
xoomix Guru
Joined: 02 Jan 2003 Posts: 489
|
Posted: Thu Nov 16, 2006 2:37 pm Post subject: |
|
|
try taking out the leading whitespace from your USE portion in the make.conf - if it still doesn't fix it then the ebuild creator or package maintainer disabled mysql on purpose - that's a whole 'nuther issue in itself. |
|
Back to top |
|
|
Ward n00b
Joined: 06 Oct 2006 Posts: 74
|
Posted: Thu Nov 16, 2006 2:40 pm Post subject: |
|
|
does nothing still the same :s
can i just use
Code: | use="mysql" emerge postfix |
|
|
Back to top |
|
|
xoomix Guru
Joined: 02 Jan 2003 Posts: 489
|
Posted: Thu Nov 16, 2006 2:42 pm Post subject: |
|
|
The ebuild will still overwrite it - do an 'USE="mysql" emerge -av postfix' to verify. |
|
Back to top |
|
|
|