This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
programming:python:installpymilter [2009/06/11 15:23] crustymonkey |
programming:python:installpymilter [2009/06/11 15:25] (current) crustymonkey |
||
---|---|---|---|
Line 39: | Line 39: | ||
===== The Fix ===== | ===== The Fix ===== | ||
- | The fix for me was quite simple. I just downloaded the source for Sendmail itself matching the version of ''libmilter'' that I had installed (in this case, it was 8.14.2). Once I had it downloaded, I just built it and added ''libsmutil.a'' to to my lib directory, ''/usr/lib''. | + | The fix for me was quite simple. I just downloaded the source for Sendmail itself matching the version of ''libmilter'' that I had installed (in this case, it was 8.14.3). Once I had it downloaded, I just built it and added ''libsmutil.a'' to to my lib directory, ''/usr/lib''. |
<code> | <code> | ||
- | # tar -xvzf sendmail.8.14.2.tar.gz | + | # tar -xvzf sendmail.8.14.3.tar.gz |
- | # cd sendmail-8.14.2 | + | # cd sendmail-8.14.3 |
# ./Build | # ./Build | ||
# cp obj.Linux.2.6.19-gentoo-r5.i686/libsmutil/libsmutil.a /usr/lib | # cp obj.Linux.2.6.19-gentoo-r5.i686/libsmutil/libsmutil.a /usr/lib |