Hello..
Has anyone successfully been running PHP4 or even PHP 3 on a Unixware 7 box??
I need to compile PHP 4 on a SCO Unixware 7
box. I started installing GNU software for
the task. Went for SCO .pkg packages for GCC,
binutils, make, autoconf, automake, flex, bison, gzip, etc.. all worked well via SCO's pkgadd..
Compiled Apache 1.3.20 with no problems as well as latest MySQL. It looks like the GNU software and GCC did a beatiful job there but when I went for PHP as a DSO got this problems:
./configure went well.. detected everything and asked for make. When I did make I got
problems related to a missing alloc.h Then when I removed that line (some patch post suggested it) I got problems with "No ranlib"
(guess it should be there since binutils is installed)
Need a clue.. Thanks a lot!!