|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-08-05 15:37 UTC] ljanda at checkstop dot com
Description: ------------ Simple problem in configure: ./configure --without-mysql --with-informix --with-apache=../apache_1.3.19 --ena ble-shared --enable-track-vars Adding the Informix puts a line into make file without tab (\t) and therefore the make fails. Looked and makefile and sure enough, the line was left justified, put the tab in and got it to work. Reproduce code: --------------- install-cli: $(SAPI_CLI_PATH) @echo "Installing PHP CLI binary: $(INSTALL_ROOT)$(bindir)/" @$(INSTALL_CLI) @echo "Installing PHP CLI man page: $(INSTALL_ROOT)$(mandir)/man1/" @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1 @$(INSTALL_DATA) sapi/cli/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1 /*********************************** this line needs a tab OVERALL_TARGET += /u/leroy/php-4.4.0/ext/informix/ifx.c /u/leroy/php- Expected result: ---------------- make error PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 11:00:02 2025 UTC |
[activating module `php4' in /usr/local/apache2/conf/httpd.conf] Installing PHP CLI binary: /usr/local/php/bin/ Installing PHP CLI man page: /usr/local/php/man/man1/ OVERALL_TARGET += /u/leroy/php4-STABLE-200508060247/ext/informix/ifx.c /bin/ksh: OVERALL_TARGET: not found gmake: *** [install-cli] Error 1 # gmake -v GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for i686-pc-sco3.2v5.0.5 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Report bugs to <bug-make@gnu.org>.