From: [EMAIL PROTECTED]
Operating system: UnixWare 7.1.1
PHP version: 4.1.1
PHP Bug Type: Compile Failure
Bug description: make install fails
Hi !
We are working with this :
- IBM NetFinity 5100, bi-processor Pentium III
- UnixWare 7.1.1 with loads of patches
- Apache 1.3.23 (also with 1.3.19)
- PHP 4.1.1 (also with 4.0.6)
- Informix SE 7.23.UC1
- ESQL/C 9.21.UC1
- GCC 2.95.2 19991024
- gmake 3.78.1
- Bison 1.32
The 'configure' script generates an 'incorrect' Makefile in the root
directory of PHP.
It contains this block :
install-sapi:
@$(LIBTOOL) --silent --mode=install cp libphp4.la
$(phptempdir)/libphp4.la >/dev/null 2>&1
-@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
-@if test ! -r $(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME); then \
for i in 0.0.0 0.0 0; do \
if test -r
$(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME).$$i; then \
$(LN_S)
$(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME).$$i
$(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME); \
break; \
fi; \
done; \
fi
$(INSTALL_IT)
It lacks an '\' just after the last 'fi' instruction.
It doesn't work with the 'make' utility shipped with UnixWare 7.1.1
It works with the GNU 'gmake' utility.
--
Edit bug report at: http://bugs.php.net/?id=15270&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]