I had a problem with DB_File after the berkeleydb pkgs changed: DB_File needs compatible versions of libdb & db.h you have db.h version 4.4.20 and libdb version 4.7.25
I had to download an old version to get things rolling again. Anyone else see that? _Gary Mike Watters wrote: > Hi Daniel, > Daniel Trinkle wrote: > >> It may just be the application that is being overly paranoid. Sendmail >> spit out the following message and exited: > >> Aug 9 16:28:26 xxx sm-mta[457]: [ID 801593 mail.crit] NOQUEUE: >> SYSERR(root): Berkeley DB version mismatch: compiled against 4.2.52, >> run-time linked against 4.7.25 >> Aug 9 16:28:26 xxx sm-msp-queue[458]: [ID 801593 mail.crit] NOQUEUE: >> SYSERR(root): Berkeley DB version mismatch: compiled against 4.2.52, >> run-time linked against 4.7.25 > >> The major/minor version check is in the sendmail code, not the BDB code. > > > We are aware that sendmail has this problem, we have a new version compiled > and out in testing. if you have the ability to test this version to see if it > resolves your problem I would be most grateful. > > to install from testing, you can use: > # pkg-get -s http://mirror.opencsw.org/opencsw/testing -U -u sendmail > > and to revert back if you need to would be: > # pkgrm CSWsendmail; pkg-get -i sendmail > > _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
