Re: OpenPKG 2.2 apache and php packages build failure

2005-01-07 Thread Martin Konold
Am Freitag, 7. Januar 2005 14:17 schrieb Steffen Hansen: Hi. The apache and php packages break if libgcrypt is installed on the host FYI: The current Kolab packages depend on OpenPKG 2.2.x apache-1.3.31-2.2.3_kolab.src.rpm php-4.3.9-2.2.2.src.rpm Yours, -- martin -- I am committed

Re: Apache and PHP

2004-06-24 Thread Thomas Lotterer
On Wed, Jun 23, 2004, Alexander Belck wrote: Alex, To build apache with php it requires php, so I build and installed php first. only the with_suphp requires the php package. Even mod_php uses the php that is embedded into the apache package and does not require the php package. openpkg

Re: Apache and PHP

2004-06-24 Thread Alexander Belck
As I thought I need to enable all php options from apache and it gots a to long line to type, I changed the options in apache.spec. Runing openpkg rpm -qip apache-1.3.29-2.0.3.ix86-rhl7.3-opk.rpm it shows: apache::with_suexec = yes apache::with_suexec_caller = opkg-n apache

Re: Apache and PHP

2004-06-24 Thread Alexander Belck
Finaly I know how to reproduce the conflict between apache and php reporting: /opkg/RPM/PKG/apache-1.3.29-2.0.3.ix86-rhl7.3-opk.rpm Preparing...### [100%] file /opkg/bin/php from install of apache-1.3.29-2.0.3 conflicts with file

Apache and PHP

2004-06-23 Thread Alexander Belck
To build apache with php it requires php, so I build and installed php first. After compiling apache, when I try to install it I got: openpkg rpm -Uhv /opkg/RPM/PKG/apache-1.3.29-2.0.3.ix86-rhl7.3-opk.rpm Preparing...### [100

Re: OpenPKG-current Apache RPM: PHP PEAR include directories broken ***SOLVED***

2003-12-17 Thread Stuart Bingë
As far as I can tell I've solved the problem, so I thought I'd post the solution here for discussion... This one-line patch modifies apache.spec from the OpenPKG-current apache source rpm (apache-1.3.29-20031128.src.rpm). The problem arises when 'make install'ing the php package, where

Re: OpenPKG-current Apache RPM: PHP PEAR include directories broken ***SOLVED***

2003-12-17 Thread Ralf S. Engelschall
On Wed, Dec 17, 2003, Stuart Bingë wrote: As far as I can tell I've solved the problem, so I thought I'd post the solution here for discussion... This one-line patch modifies apache.spec from the OpenPKG-current apache source rpm (apache-1.3.29-20031128.src.rpm). The problem arises when