#18929 closed defect (fixed)
sendmail-8.17.2 FTBS
| Reported by: | Joe Locash | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.1 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I think this is because db was archived. The book still has the line:
APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber -ldb')
Removing -ldb fixes the build of it. I don't run a sendmail server so I'm not sure if this affects anything on the server side of it.
Change History (5)
comment:1 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 2 years ago
comment:3 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 2 years ago
Can it use a db-like software like lmdb or gdbm? For "tiny" servers a key-value mapping might be simpler than LDAP.
comment:5 by , 2 years ago
When I was looking at the README, it looked like Berkeley DB, CDB, or LDAP were the only options relevant to us
Note:
See TracTickets
for help on using tickets.

Removing -ldb should work fine since we're building LDAP support, and according to sendmail/README it can work with -lldap/-llber's database routines.