From stuart at bmsi.com Fri Aug 21 16:49:49 2009 From: stuart at bmsi.com (Stuart D. Gathman) Date: Fri, 21 Aug 2009 16:49:49 -0400 (EDT) Subject: [Pymilter] Install problem on 64bit CentOS In-Reply-To: References: <49901630.1060001@lists.wgwh.ch> Message-ID: On Mon, 9 Feb 2009, Stuart D. Gathman wrote: > > relocation R_X86_64_PC32 against `mi_opensocket' can not be used when > > making a shared object; recompile with -fPIC > > > > Any hint how I could fix this? > > This is a problem with the sendmail package on x86_64. It is fixed in > Fedora, however for Centos-5, you will have to get the sendmail > SRPM and fix it to compile libmilter with -fPIC. On Fedora, they > went all the way and made libmilter a shared library. However, > just adding -fPIC when compiling libmilter.a does the trick. I added the requisite patch for Centos-5.3 and sendmail-8.14.3, and will upload the RPMs, including SRPM, to sourceforge shortly. -- Stuart D. Gathman Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Confutatis maledictis, flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. From pymilter at lists.wgwh.ch Sun Aug 23 16:32:13 2009 From: pymilter at lists.wgwh.ch (Oli Schacher) Date: Sun, 23 Aug 2009 22:32:13 +0200 Subject: [Pymilter] Install problem on 64bit CentOS In-Reply-To: References: <49901630.1060001@lists.wgwh.ch> Message-ID: <4A91A74D.6080603@lists.wgwh.ch> > I added the requisite patch for Centos-5.3 and sendmail-8.14.3, and will upload > the RPMs, including SRPM, to sourceforge shortly. > > Thanks a lot!