I upgraded the folllow to latest version hoping it would fix my problem with
compiling php 5.2.5
libiconv
curl
expat
fontconfigs
Freetype
gd
libpng
zlip
libxml2
gmake
I am using Solaris C compiler.
> make test
Build complete.
Don't forget to run 'make test'.
Segmentation Fault - core dumped
m
./configure --prefix=/xst/xstlocal/bin --with-libexpat-dir=/xst/xstlocal/bin
\
--with-apxs2=/xst/xstlocal/bin/apache2/bin/apxs \
--with-libxml-dir=/xst/xstlocal/bin \
--exec-prefix=EPREFIX=/xst/xstlocal/bin \
--with-iconv-dir=/xst/xstlocal/bin --without-sqlite \
--with-zlib-dir=/xst/xstlocal/
Here is my CFLAGS setting as well.
CFLAGS=-xarch=amd64 -xmodel=medium -xO5 -KPIC
Thanks in advance for any help on this.
Chris
ckoester1234 wrote:
>
>
> I upgraded the folllow to latest version hoping it would fix my problem
> with compiling php 5.2.5
>
> libiconv
> curl
> expat
> fontcon
Hello again all,
I'm receiving the following error message after running ./configure on a
system running OS X (Leopard 10.5.2) with the recent updates that moved the
PHP version to 5.2.5. I'm attempting to recompile PHP so I can use the GD
library among others.
Thanks for any help in advance.
-