Nothing seemed to work, I tried adding that (and a few variations)
before ./configure line and also tried editing the config.m4 for the
sapi and adding it there.
I did get it to work by hand editing the Makefile and changing the
libphp4.la action. I changed:
-o $@
to
-o libphp4-embed.la
and on the second line I changed:
libphp4.la
to
libphp4-embed.la
and it worked, so at least I have a way to do it. If there is an
easier way to do it I would like to know, but at least I have a work
around.
Thanks,
Brian
On Apr 19, 2004, at 2:29 PM, Wez Furlong wrote: