Colin Paul Adams said: >>>>>> "William" == William Hooper <whooperhsd3@xxxxxxxxxxxxx> writes: > > > >> How can I install it from rpm with SPDS? > > William> Make your configure changes to the SPEC file, then > William> rpmbuild --rebuild fetchmail.spec > > Thanks. > But what does "Make your configure changes to the SPEC file" mean? I > looked, and couldn't see anything there. I'm assuming you just need to add "--enable-SDPS" to the configure line, so edit the fetchmail.spec and change line 62: %configure --enable-POP3 --enable-IMAP --with-ssl=auto \ To: %configure --enable-POP3 --enable-IMAP --with-ssl=auto --enable-SDPS \ Then, just build the RPM: rpmbuild -bb fetchmail.spec Note: I gave the wrong rpmbuild command the first time -- William Hooper