We had a module in that runs within php and it is fine except for segfault failure on the stock php 5.5.14 that came on our Amazon instance of Enterprise 12. We couldn’t access the source for this version of PHP and the configure options seem to have been removed from the compile php so we can’t work out what they are. If we compile a later php on the machine then the module runs fine.
Can either someone tell us what the stock php configure options are or how can we access the source to try that particular version?
We had a module in that runs within php and it is fine except for segfault failure on the stock php 5.5.14 that came on our Amazon instance of Enterprise 12. We couldn’t access the source for this version of PHP and the configure options seem to have been removed from the compile php so we can’t work out what they are. If we compile a later php on the machine then the module runs fine.
Can either someone tell us what the stock php configure options are or how can we access the source to try that particular version?
Thanks
Kev[/QUOTE]
the source to the modules is on the second DVD (either SLES or SDK, depending on where the original RPM is from) and for registered updated systems, you can download individual source RPMs as well.
the source to the modules is on the second DVD (either SLES or SDK, depending on where the original RPM is from) and for registered updated systems, you can download individual source RPMs as well.
Regards,
Jens[/QUOTE]
Hi,
Thanks for the reply but this is the problem. I know where the source is and if we recompile everything is fine, its the supplied binary version where things stop working. There must be a difference between what configure on our system picks up and what was in the original build. What does not help is that the configure settings for the binary form have been stripped from PHP so we can’t come from that direction.
If anyone can shed light on what they were and its most likely optimisation settings over directory paths then that would really help.