ID:               34008
 User updated by:  ljanda at checkstop dot com
 Reported By:      ljanda at checkstop dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         *Compile Issues
 Operating System: SCO 5.05
 PHP Version:      4.4.0
 New Comment:

Have no access to other servers


Previous Comments:
------------------------------------------------------------------------

[2005-08-05 19:51:22] [EMAIL PROTECTED]

Are you able to reproduce on non-SCO server?

------------------------------------------------------------------------

[2005-08-05 15:37:14] 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



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34008&edit=1

Reply via email to