Kolab-users Digest, Vol 65, Issue 34
Sasha Kacanski
skacanski at gmail.com
Sun Jul 26 03:28:00 CEST 2009
Hi Thomas,
First, thanks for the proposed solution. Now I understand a bit better
why things did not work.
I did followed your suggested fix, but ran into the problem with PHP
while rebuilding postfix sources...
#openpkg rpm -ba postfix.spec
throws this error on modified or straight spec file...
error: Failed build dependencies:
pcre is needed by postfix-2.4.6-20080101_kolab
Sounds like PHP and pcre did not get compiled prior to postfix to
satisfy build dependencies. Should i compile PHP manually or exclude
possibly from the postfix build.
Regards, --sasha
>> but both ways I could not skip procmail installation.
>
> procmail is pulled in as a requirement of postfix, so you can't
> simply exclude it.
>
> The good thing is that postfix in Kolab Server does not need
> procmail, so you could do the following (as user "kolab")
>
> 1. install the postfix source rpm:
> openpkg rpm -Uvh postfix-2.4.6-20080101_kolab.src.rpm
> 2. remove the procmail PreReq in postfix.spec:
> cd /kolab/RPM/SRC/postfix
> $EDITOR postfix.spec
> 3. recompile postfix:
> openpkg rpm -ba postfix.spec
> 4. use the created source and binary RPMs to create a new installed
> as described in 1st.README ("Generating your own 00INDEX.rdf for
> installations or upgrades")
>
> (all this should work in the half-ready environment your aborted
> installation leaves behind)
>
> Regards,
> Thomas Arendsen Hein
More information about the users
mailing list