Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223307 - /usr/sbin/sendmail broken on stork due to missing gnutls
Summary: /usr/sbin/sendmail broken on stork due to missing gnutls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 07:18 UTC by Alec Warner (RETIRED)
Modified: 2008-05-23 10:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Warner (RETIRED) archtester gentoo-dev Security 2008-05-23 07:18:16 UTC
antarus@stork /usr/lib $ /usr/sbin/sendmail
/usr/sbin/sendmail: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory

antarus@stork /usr/lib $ ls -al libgnutls.so*
lrwxrwxrwx 1 root root     19 May 23 07:06 libgnutls.so -> libgnutls.so.26.1.3
lrwxrwxrwx 1 root root     19 May 23 07:06 libgnutls.so.26 -> libgnutls.so.26.1.3
-rwxr-xr-x 1 root root 645544 May 23 07:06 libgnutls.so.26.1.3

Reported by corsair on #gentoo-dev when trying to commit (the commit-log.pl calls sendmail)

Reproducible: Always

Steps to Reproduce:
1. run /usr/bin/sendmail
2.
3.
Comment 1 Shyam Mani (RETIRED) gentoo-dev 2008-05-23 10:54:53 UTC
Fixed. cfengine upgraded gnutls and that was the cause of the issue. I've upgraded exim (no config changes) and sendmail seems to be okay (no library issues).