From nobody Mon May 16 07:40:57 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 769CD1B31CD3 for ; Mon, 16 May 2022 07:41:05 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (poseidon.cloudzeeland.nl [82.176.127.71]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "cloudzeeland.nl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4L1rlh37Hlz3Kvh for ; Mon, 16 May 2022 07:41:04 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (unknown [10.10.10.36]) by poseidon.cloudzeeland.nl (Postfix) with ESMTP id E6DB955AE0 for ; Mon, 16 May 2022 09:40:55 +0200 (CEST) Received: from [10.10.10.40] (poseidon.cloudzeeland.nl [82.176.127.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by poseidon.cloudzeeland.nl (Postfix) with ESMTPSA id B8D8F55B04 for ; Mon, 16 May 2022 09:40:55 +0200 (CEST) Message-ID: <63e462b6-5c6d-9130-7f9c-06f35841d157@cloudzeeland.nl> Date: Mon, 16 May 2022 09:40:57 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US To: FreeBSD Mailing List From: Jos Chrispijn Subject: Moving from BDB5 to BDB18 Organization: Userland rocks! Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 4L1rlh37Hlz3Kvh X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of bsduser@cloudzeeland.nl designates 82.176.127.71 as permitted sender) smtp.mailfrom=bsduser@cloudzeeland.nl X-Spamd-Result: default: False [-3.28 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.987]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[cloudzeeland.nl]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.999]; MLMMJ_DEST(0.00)[freebsd-questions]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15542, ipnet:82.176.0.0/16, country:NL]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Currently I use bdb5. Due to expiration in july next I read that it is recommended to upgrade to bdb18. I installed bdb18 and changed /etc/make.conf accordingly: WITH_BDB5_PERMITTED=yes DEFAULT_VERSIONS+=bdb=18 Currently installed: db18-18.1.40                   Oracle Berkeley DB, Release 18.1 db5-5.3.28_8                   Oracle Berkeley DB, revision 5.3 Removing bdb5 results still in a warning: Installed packages to be REMOVED:         apache24: 2.4.53_1         apr: 1.7.0.1.6.1_2         db5: 5.3.28_8         mod_php80: 8.0.18_2         p5-BerkeleyDB: 0.64         postgrey: 1.37_3         serf: 1.3.9_6         subversion: 1.14.2_1 Number of packages to be removed: 8 Does this imply that I have to configure the package above to be used with db18 and recompile them? Your help is appreciated. Thanks, Jos