Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#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 Douglas R. Reno, 5 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 5 months ago

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.

comment:3 by Douglas R. Reno, 5 months ago

Resolution: fixed
Status: assignedclosed

comment:4 by Xi Ruoyao, 5 months 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 Douglas R. Reno, 5 months 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.