Compiling PHP with GD crashes with EXC_BREAKPOINT (SIGTRAP) on PPC Mac
- by Ömer
First of all, I should say that I have searched the whole Internet for this problem but I couldn't find any solution yet.
I have a Mac mini PowerPC (PPC) and I run Apache webserver (httpd-2.2.22) with PHP (5.4.0) and I do all the configure & compilation jobs by myself.
If configure with:
'./configure' '--prefix=/usr/local/php5'…