I am trying to install GOsa and it seems to need PHP 5.2 So I searched CentOS Plus but no luck So I downloaded the src RPM from Fedora 11 and tried to build but got derailed early on in the process with these errors... + cat /usr/share/aclocal/libtool.m4 \ /usr/share/aclocal/ltoptions.m4 \ /usr/share/aclocal/ltsugar.m4 \ /usr/share/aclocal/ltversion.m4 \ /usr/share/aclocal/lt~obsolete.m4 cat: /usr/share/aclocal/ltoptions.m4: No such file or directory cat: /usr/share/aclocal/ltsugar.m4: No such file or directory cat: /usr/share/aclocal/ltversion.m4: No such file or directory cat: /usr/share/aclocal/lt~obsolete.m4: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.28181 (%build) and I can't figure out where those might come from with yum provide/search Are there reliable repositories for PHP 5.2 for CentOS 5? Is there some way I can get this to build on CentOS 5? Craig -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
> Are there reliable repositories for PHP 5.2 for CentOS 5?Try epl. https://fedoraproject.org/wiki/EPEL
On Tue, 2009-11-03 at 03:46 +0800, CentOS List wrote:> > Are there reliable repositories for PHP 5.2 for CentOS 5? > > Try epl. https://fedoraproject.org/wiki/EPEL---- you mean like here ? (a mirror) http://mirrors.xmission.com/fedora/epel/5/i386/ no, not available Craig -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Craig White schrieb:> I am trying to install GOsa and it seems to need PHP 5.2 > > So I searched CentOS Plus but no luck > > So I downloaded the src RPM from Fedora 11 and tried to build but got > derailed early on in the process with these errors... > > + cat /usr/share/aclocal/libtool.m4 \ > /usr/share/aclocal/ltoptions.m4 \ > /usr/share/aclocal/ltsugar.m4 \ > /usr/share/aclocal/ltversion.m4 \ > /usr/share/aclocal/lt~obsolete.m4 > cat: /usr/share/aclocal/ltoptions.m4: No such file or directory > cat: /usr/share/aclocal/ltsugar.m4: No such file or directory > cat: /usr/share/aclocal/ltversion.m4: No such file or directory > cat: /usr/share/aclocal/lt~obsolete.m4: No such file or directory > error: Bad exit status from /var/tmp/rpm-tmp.28181 (%build) > > and I can't figure out where those might come from with yum > provide/search > > Are there reliable repositories for PHP 5.2 for CentOS 5? > > Is there some way I can get this to build on CentOS 5? > > CraigHi Craig :) The testing repo holds a 5.2.9 build http://dev.centos.org/centos/5/testing/x86_64/RPMS/ Regards Alexander