From: Victor Duchovni (no email)
Date: Wed Sep 01 2004 - 14:05:40 EDT
On Wed, Sep 01, 2004 at 01:00:51PM -0500, Jim Raney wrote:
>
> I'm working on upgrading our postfix machines from 2.0.16 to 2.1.4 and
> have run into a small snag. On my test machine, a quad-UltraSparc II
> running Solaris 9, I'm seeing "fatal: unsupported dictionary type: hash"
> in the logs.
>
> I've compiled postfix against libdb-4.2 with the following:
>
> make -f Makefile.init makefiles \
> CCARGS='-static-libgcc -Duse64bitall \
> -mcpu=v9 -m64 \
> -DDEF_CONFIG_DIR=\"/opt/postfix-a/etc\" \
> -DDEF_COMMAND_DIR=\"/opt/postfix-a/sbin\" \
> -DDEF_DAEMON_DIR=\"/opt/postfix-a/libexec\" \
> -DDEF_MAILQ_PATH=\"/opt/postfix-a/bin/mailq\" \
> -DDEF_MANPAGE_DIR=\"/opt/postfix-a/man\" \
> -DDEF_NEWALIAS_PATH=\"/opt/postfix-a/bin/newaliases\" \
> -DDEF_QUEUE_DIR=\"/var/spool/postfix/a\" \
> -DDEF_SENDMAIL_PATH=\"/opt/postfix-a/sbin/sendmail\" \
> -DFD_SETSIZE=2048 \
> -DHAS_PCRE -I/opt/local/sparcv9/include -DHASDB' \
> AUXLIBS='-L/opt/local/sparcv9/lib -R/opt/local/sparcv9/lib -lpcre -ldb'
>
The above is wrong, the correct recipe is in DB_README.
-- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:?body=unsubscribe%20postfix-users>
|
|
|