From: "Arvind" <[EMAIL PROTECTED]> > i wanted to build my postfix with > mysql > ldap > sasl > > i followed all the instructions andi am getting this error > $ rpm -ba postfix.spec > error: failed build dependencies: > cyrus-sasl-devel is needed by postfix-1.1.11-1.ldap.MySQL.sasl > > > i installed cyrus-sasl from source and its installed in its default place > /usr/local/
I think the dependancy error message that you see is from rpm and not from the actual make-ing of the postfix binary. You installed cyrus-sasl locally (i.e not through rpm) if I am reading you right. Install the cyrus-sasl and rpm should stop complaining. Thaths ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
