Search found 4 matches

by keysorsoze
Thu Apr 29, 2010 10:56 am
Forum: PHP Help and Discussion
Topic: Building php 5.2.13-2 on RHEL4.
Replies: 5
Views: 6232

Re: Building php 5.2.13-2 on RHEL4.

DistTag not being honored? After looking at the DistTag conditional in the spec file it seems that the conditional is not honoring rhel4. I am currently running rhel4 es 8 and it did not pick this up thus prompting me for the libXaw dependency. I simply cludged it to get it to build by: Altering: %i...
by keysorsoze
Thu Apr 29, 2010 9:56 am
Forum: PHP Help and Discussion
Topic: Building php 5.2.13-2 on RHEL4.
Replies: 5
Views: 6232

Re: Building php 5.2.13-2 on RHEL4.

Ah, my stupid self. I did not read the spec file carefully. There is a conditional in the spec for libXaw. %if 0%{?el4}%{?fc4} BuildRequires: xorg-x11-devel %else #BuildRequires: libXaw-devel %endif I installed the xorg-x11-devel package and this resolved the dep without the need for libXaw-devel. T...
by keysorsoze
Wed Apr 28, 2010 4:27 pm
Forum: PHP Help and Discussion
Topic: Building php 5.2.13-2 on RHEL4.
Replies: 5
Views: 6232

Re: Building php 5.2.13-2 on RHEL4.

Scott, was able to locate two out of 3 packages, can you direct me to libXaw-devel for RHEL4? Can't seem to find this package. Is this package necessary for RHEL4? http://www6.atomicorp.com/channels/atomic/centos/4/i386/RPMS/recode-devel-3.6-28.el4.art.i386.rpm http://www6.atomicorp.com/channels/ato...
by keysorsoze
Tue Apr 27, 2010 2:57 pm
Forum: PHP Help and Discussion
Topic: Building php 5.2.13-2 on RHEL4.
Replies: 5
Views: 6232

Building php 5.2.13-2 on RHEL4.

Hello all, I am trying to build php-5.2.13-2.art.src.rpm (http://www4.atomicorp.com/channels/source/php/php-5.2.13-2.art.src.rpm) on RHEL4 and getting following dependencies: error: Failed build dependencies: lm_sensors-devel is needed by php-5.2.13-2.art.i386 Above resolved by using sudo up2date lm...