From:             eon at a-real dot ru
Operating system: FreeBSD 5.0
PHP version:      4.3.4
PHP Bug Type:     Other web server
Bug description:  Makefile error in thttpd SAPI installation

Description:
------------
Then installing PHP 4.3.2-4.3.4 with thttpd support and making 'make
install' make script stopping while trying to patch thttpd source code.
Problem at stage where patch is applied.
variable INSTALL_IT contains wrong call of patch utility
... patch -p 1 < /path/to/php/thttpd/sapi/dir ...
           ^^^ - error
must be changed to
... patch -p1 < /path/to/php/thttpd/sapi/dir ...
because where must be no space between -p and 1
(manpages of patch)




-- 
Edit bug report at http://bugs.php.net/?id=26438&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26438&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26438&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26438&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26438&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26438&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26438&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26438&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26438&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26438&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26438&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26438&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26438&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26438&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26438&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26438&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26438&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26438&r=float

Reply via email to