Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 09:08:42 +0000 (UTC)
From:      "Helmut Schneider" <jumper99@gmx.de>
To:        freebsd-ports@freebsd.org
Subject:   Re: amavisd-new does not compile because of db42
Message-ID:  <xn0gv99ud2vdc01000@news.gmane.org>
References:  <xn0gv8b8n2ri61n000@news.gmane.org> <xn0gv8ssj2y6ijg001@news.gmane.org> <4C1166C6.600@FreeBSD.org> <xn0gv8t9u2yvk8n002@news.gmane.org> <4C11E9EB.6080101@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gabor Kovesdan wrote:

> > 
> >===>    Running ldconfig
> > /sbin/ldconfig -m /usr/local/lib
> >===>    Registering installation for db42-4.2.52_5
> >===>    Returning to build of amavisd-new-2.6.4_6,1
> > Error: shared library "db-4.2.2" does not exist
> > *** Error code 1
> > 
> > Stop in /usr/ports/security/amavisd-new.
> > *** Error code 1
> > 
> >   
> It seems that it cannot find the library but amavisd-new uses the
> USE_BDB know from bsd.databases.mk just like quite a bunch of other
> ports, so the dependency definition is obviously correct. I don't
> know what causes this error and I haven't got any more PRs from other
> users. Soon, I'll bump the required version again because after the
> last change I got some mails that say newer versions operate even
> better with amavisd-new. I'll just talk to the developer to see,
> which version would be the optimal one or we can just pull in the
> latest bdb version. I'd say let's wait for that update and hopefully
> that will also solve your problem.

# make clean
===>  Cleaning for amavisd-new-2.6.4_6,1
# env make depends
===>   amavisd-new-2.6.4_6,1 depends on shared library: db-4.2.2 - found
[...]
# env make depends -DWITH_RAR
===>   amavisd-new-2.6.4_6,1 depends on shared library: db-4.2.2 - not
found
[...]
#

I then commented out "IA32_BINARY_PORT=yes" from the WITH_RAR section
in the Makefile and guess what?! :)

# env make depends -DWITH_RAR
===>   amavisd-new-2.6.4_6,1 depends on shared library: db-4.2.2 - found
[...]
# portupgrade -N amavisd-new\*
[Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 224
packages found (-0 +1) . done]
[Gathering depends for security/amavisd-new
........................................................................
........................................................................
........................................................................
...... done]
--->  Installing 'amavisd-new-2.6.4_6,1' from a port
(security/amavisd-new)
--->  Building '/usr/ports/security/amavisd-new' with make flags:
-DWITH_BDB -DWITH_SNMP -DWITH_POF -DWITH_RAR -DWITH_UNRAR -DWITH_UNARJ
-DWITH_NOMARCH -DWITH_UNZOO -DWITH_TNEF
===>  Cleaning for amavisd-new-2.6.4_6,1
cd /usr/ports/security/amavisd-new && make config;
[...]
===>   amavisd-new-2.6.4_6,1 depends on shared library: db-4.2.2 - found
[...]
#

Does that help? :)

-- 
No Swen today, my love has gone away
My mailbox stands for lorn, a symbol of the dawn




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