CoolStack AMP compile options

Can anyone let me know which PHP compile options were used when creating the CoolStack AMP? Specifically, I am looking for GD support which does not seem to be compiled in. http://www.boutell.com/gd/
[213 byte] By [august] at [2007-11-14]
# 1

You're right. PHP in Cool Stack does not include this library. It is obviously not possible to include all of the PHP libraries out there. What we've done is to include a 'config.sh' script in the source directory that tells you how we've built it and you can simply edit it to include whatever library you want. Download the library and run the script and you should have a good, optimized version for Solaris that meets your needs.

The 'config.sh' script resides in each source directory - please download the src tar file.

Shanti

shantiS at 2007-7-7 > top of java,Open Source Technologies,OpenSPARC...
# 2
Can you pleeeease provide a GD enabled version? Image support is very key PHP functionality, and the PHP sources will not compile on Solaris 10.
august at 2007-7-7 > top of java,Open Source Technologies,OpenSPARC...
# 3
Yes - we'll add GD in the next rev.What doesn't compile on Solaris 10 ? The GD library or the base PHP sources ? Are you using the Cool Stack source and config script ?
shantiS at 2007-7-7 > top of java,Open Source Technologies,OpenSPARC...
# 4
The base PHP sources are not compiling for me. I was using the sources and config script from the CoolStack downloads. I have a fresh new X2100 now so I will try to compile it on there and let you know how it goes.
august at 2007-7-7 > top of java,Open Source Technologies,OpenSPARC...