From Fedora Project Wiki
m (Pkubat moved page User:Jstanek/Draft - Removing BerkeleyDB from Fedora to User:Pkubat/Draft - Removing BerkeleyDB from Fedora) |
No edit summary |
||
Line 4: | Line 4: | ||
|389-ds-base || | |389-ds-base || | ||
|- | |- | ||
|apr-util || configure | |apr-util || configure --without-berkeley-db | ||
|- | |- | ||
|claws-mail || | |claws-mail || Depends on libetpan | ||
|- | |- | ||
|clisp || | |clisp || Build without the bdb module | ||
|- | |- | ||
|cyrus-imapd || | |cyrus-imapd || configure --without-bdb, can be converted to skiplist format | ||
|- | |- | ||
|cyrus-sasl || use LMDB | |cyrus-sasl || use LMDB | ||
|- | |- | ||
|dsniff || | |dsniff || Depends on libdb-devel, upstream dead? | ||
|- | |- | ||
|evolution-data-server || | |evolution-data-server || can be build without libdb? | ||
|- | |- | ||
|exim || | |exim || can be used with other DBM libraries (ndbm, gdbm, tdb), depends on perl | ||
|- | |- | ||
|hail || | |hail || depends on libdb-devel | ||
|- | |||
|heimdal || | |||
|- | |- | ||
|httpd || Use apr-util-devel compiled without BDB | |httpd || Use apr-util-devel compiled without BDB | ||
Line 26: | Line 28: | ||
|httpd-itk || Use httpd-devel compiled without BDB | |httpd-itk || Use httpd-devel compiled without BDB | ||
|- | |- | ||
|iproute || | |iproute || only arpd binary depends on libdb-devel | ||
|- | |- | ||
| | |ipv6calc || depends on libdb-devel | ||
|- | |- | ||
| | |isync || depends on libdb-devel | ||
|- | |- | ||
| | |jigdo || configure --without-libdb (uses libdb for file cache) | ||
|- | |- | ||
|libapreq2 || | |libapreq2 || depends on perl-devel, apr-util-devel, httpd-devel | ||
|- | |- | ||
|libdb || Drop the package :) | |libdb || Drop the package :) | ||
|- | |- | ||
|libetpan || | |libetpan || configure --disable-db | ||
|- | |- | ||
| | |libgda || | ||
|- | |- | ||
| | |libpinyin || configure --with-dbm=KyotoCabinet | ||
|- | |- | ||
| | |libserf || depends on apr-util-devel | ||
|- | |- | ||
| | |libsolv || depends on libdb-devel because of rpm | ||
|- | |- | ||
| | |libzhuyin || depends on libdb-devel | ||
|- | |- | ||
|mod_gnutls || | |mod_gnutls || depends on apr-util-devel | ||
|- | |- | ||
|mod_security || | |mod_security || depends on httpd-devel | ||
|- | |- | ||
|nmh || | |nmh || can be used with other DBM libraries (ndbm, gdbm) | ||
|- | |- | ||
|nss_updatedb || | |nss_updatedb || depends on libdb-devel, upstream dead? | ||
|- | |- | ||
|nvi || | |nvi || | ||
Line 104: | Line 106: | ||
|redland || | |redland || | ||
|- | |- | ||
|rpm || | |rpm || develops its own replacement, f25? | ||
|- | |- | ||
|rsvndump || | |rsvndump || |
Revision as of 12:49, 14 July 2016
Package | How to disable linking with libdb |
---|---|
389-ds-base | |
apr-util | configure --without-berkeley-db |
claws-mail | Depends on libetpan |
clisp | Build without the bdb module |
cyrus-imapd | configure --without-bdb, can be converted to skiplist format |
cyrus-sasl | use LMDB |
dsniff | Depends on libdb-devel, upstream dead? |
evolution-data-server | can be build without libdb? |
exim | can be used with other DBM libraries (ndbm, gdbm, tdb), depends on perl |
hail | depends on libdb-devel |
heimdal | |
httpd | Use apr-util-devel compiled without BDB |
httpd-itk | Use httpd-devel compiled without BDB |
iproute | only arpd binary depends on libdb-devel |
ipv6calc | depends on libdb-devel |
isync | depends on libdb-devel |
jigdo | configure --without-libdb (uses libdb for file cache) |
libapreq2 | depends on perl-devel, apr-util-devel, httpd-devel |
libdb | Drop the package :) |
libetpan | configure --disable-db |
libgda | |
libpinyin | configure --with-dbm=KyotoCabinet |
libserf | depends on apr-util-devel |
libsolv | depends on libdb-devel because of rpm |
libzhuyin | depends on libdb-devel |
mod_gnutls | depends on apr-util-devel |
mod_security | depends on httpd-devel |
nmh | can be used with other DBM libraries (ndbm, gdbm) |
nss_updatedb | depends on libdb-devel, upstream dead? |
nvi | |
open-cobol | (LMDB support in progress) |
opendkim | Use LMDB |
openldap | configure --disable-bdb --disable-hdb -> use LMDB |
openser | |
opensips | |
pam | |
pam_abl | |
pam_ccreds | |
perdition | |
perl-BDB | dropping the package |
perl-BerkeleyDB | dropping the package |
perl-DB_File | dropping the package |
perl-eperl | |
perl-Qt | |
perl-XML-LibXSLT | this is an upstreeam bug, it does not need libdb |
php | |
postfix | use LMDB |
postler | |
python | py-lmdb ? |
python3-bsddb3 | |
rapidsvn | |
redland | |
rpm | develops its own replacement, f25? |
rsvndump | |
ruby | Ruby 2.2 in F22 will use GDBM instead |
sendmail | |
sks | |
spamprobe | |
squid | |
squidGuard | |
subversion | compile without --with-berkeley-db; need to provide tool for converting BDB-based repositories |
tabled | |
trustedqsl | |
webalizer | |
xemacs |