[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libsasl LOGIN



On Tue, Aug 01, 2000 at 01:36:33PM +0200, Jaume Teixi wrote:
> does anybody know how to enable libsasl-dev with LOGIN support before
> compile it ?

yes.

the -easy- (okay, the long term easy way....):

apt-get source libsasl7
cd sasl-1.5.17
vi debian/rules
 look in the 'build-stamp' rule, at the end of the configure line, add
 '--enable-login' to it.
vi debian/changelog
 add a change entry for your change, upping the version to start with
 1:, so your version won't subsequently be replaced by apt.
debian/rules build
debian/rules binary
cd ..
dpkg -i libsasl*.deb

(and, yep, I just did this yesterday... :))

-- 
Brian Moore                       | Of course vi is God's editor.
      Sysadmin, C/Perl Hacker     | If He used Emacs, He'd still be waiting
      Usenet Vandal               |  for it to load on the seventh day.
      Netscum, Bane of Elves.



Reply to: