Can't find php-devel for php 5.4.29 for SLES

Hi,

I need php-devel for php 5.4.29 to compile a Xcache version that is compatible with the php version the server has…

I have searched the web for a php-devel for this versions for SLES 11 and i can’t find it anywere.

Could someone help me on this one?

I’m running webserver as a front end for an aplication that only supports php 5.4.x…

I found this version of XCache: http://xcache.lighttpd.net/pub/Releases/3.1.0/xcache-3.1.0.tar.gz but i need php-devel to procede with the compilation.

Thanks in advanced.

Hi
Have you looked on the Open Build Service?
http://software.opensuse.org/package/php54

You don’t say which version of SLES, but you might need to grab a src rpm and build that, all unsupported of course and a potential security issue…

There is a 5.3 version of xcache?
http://software.opensuse.org/package/php5-xcache

Hi jbaptista,

[QUOTE=jbaptista;22856]Hi,

I need php-devel for php 5.4.29 to compile a Xcache version that is compatible with the php version the server has…

I have searched the web for a php-devel for this versions for SLES 11 and i can’t find it anywere.[/QUOTE]

have you had a look at the SLE SDK? If not done yet, you will have to download the ISO and register it as an add-on product. No license fees involved.

The SLE SDK 11 SP3 is at https://download.suse.com/Download?buildid=hF8sRGTVC04~ - if you need a different SP level (I believe that php 5.4 was introduced with the latest SP3), you’ll need to go through https://download.suse.com/index.jsp yourself…

With regards,
Jens

[QUOTE=jmozdzen;22858]Hi jbaptista,

have you had a look at the SLE SDK? If not done yet, you will have to download the ISO and register it as an add-on product. No license fees involved.

The SLE SDK 11 SP3 is at https://download.suse.com/Download?buildid=hF8sRGTVC04~ - if you need a different SP level (I believe that php 5.4 was introduced with the latest SP3), you’ll need to go through https://download.suse.com/index.jsp yourself…

With regards,
Jens[/QUOTE]
Hi
AFAIK, it’s only 5.3 in SLE 11 SDK SP3…

Repository: SLE11-SDK-SP3-Updates for x86_64
Name: php53-devel
Version: 5.3.17-0.23.5

Hi Malcolm,

[QUOTE=malcolmlewis;22860]Hi
AFAIK, it’s only 5.3 in SLE 11 SDK SP3…

Repository: SLE11-SDK-SP3-Updates for x86_64 Name: php53-devel Version: 5.3.17-0.23.5 [/QUOTE]

yes, you’re right - running php53 packages myself, I though I remembered seeing php-* packages during the SP3 update, then at the 5.4 level (somewhat like when we had php-* at 5.2 and php53-* as the 5.3 versions) :[

I’m getting old…

Regards,
Jens

PS: The interesting question then is - where did jbaptista get the 5.4 packages from, and don’t “them” provide the according -devel packages? Is it perhaps only a prereq naming problem, in that the Xcache package was SRPM-packed for SLES, stating it’d need the “-devel” package, while all files might already be there, just not installed as the -devel rpm?