Re: No hash in Solaris 10

2009-08-05 Thread Mauricio Tavares
Brian Evans - Postfix List wrote: Mauricio Tavares wrote: I am compiling postfix 2.6.1 in a Solaris 10 box using the following script: #!/bin/bash make tidy make makefiles CC=gcc \ CCARGS='-DUSE_TLS -DHAS_PCRE -DUSE_SASL_AUTH \ -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ -I/usr/sfw/include

Re: No hash in Solaris 10

2009-08-03 Thread Henrik K
On Mon, Aug 03, 2009 at 03:38:35PM -0400, Mauricio Tavares wrote: > > I thought it would be there since I have db 4.7 installed in the > machine. Am I missing something here or just being mistaken as usual? Is > it being called something else? PS. Consider using simple and fast http://www.post

Re: No hash in Solaris 10

2009-08-03 Thread Wietse Venema
Mauricio Tavares: > make makefiles CC=gcc \ >CCARGS='-DUSE_TLS -DHAS_PCRE -DUSE_SASL_AUTH \ >-DDEF_SERVER_SASL_TYPE=\"dovecot\" \ >-I/usr/sfw/include -I/opt/sfw/include -I/usr/local/include \ >-I/usr/local/BerkeleyDB.4.7/include ' \ That does not enable any of the Postfix Berkeley

Re: No hash in Solaris 10

2009-08-03 Thread Brian Evans - Postfix List
Mauricio Tavares wrote: > I am compiling postfix 2.6.1 in a Solaris 10 box using the > following script: > > #!/bin/bash > make tidy > make makefiles CC=gcc \ > CCARGS='-DUSE_TLS -DHAS_PCRE -DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > -I/usr/sfw/include -I/opt/sfw/include -

No hash in Solaris 10

2009-08-03 Thread Mauricio Tavares
I am compiling postfix 2.6.1 in a Solaris 10 box using the following script: #!/bin/bash make tidy make makefiles CC=gcc \ CCARGS='-DUSE_TLS -DHAS_PCRE -DUSE_SASL_AUTH \ -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ -I/usr/sfw/include -I/opt/sfw/include -I/usr/local/include \ -I/usr/local/Berke