ID:               34008
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ljanda at checkstop dot com
-Status:           Open
+Status:           Closed
 Bug Type:         *Compile Issues
 Operating System: SCO 5.05
 PHP Version:      4.4.0
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Sometimes simple things cause big problems.
It was actually just one missing empty line in the  beginning of
ext/informix/Makefile.frag 



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

[2005-08-05 20:48:46] ljanda at checkstop dot com

OVERALL_TARGET += /u/leroy/php-4.4.0/ext/informix/ifx.c

Also the above is supposed to be a directory??

failing in make install

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

[2005-08-05 20:47:13] ljanda at checkstop dot com

Have no access to other servers

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

[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